Home
last modified time | relevance | path

Searched refs:CVSROOTADM (Results 1 – 16 of 16) sorted by relevance

/dragonfly/contrib/cvs-1.12/src/
HDadd.c234 CVSROOTADM, in add()
235 sizeof CVSROOTADM - 1) == 0 in add()
236 && ISSLASH (repository[cvsroot_len + sizeof CVSROOTADM]) in add()
237 && strcmp (repository + cvsroot_len + sizeof CVSROOTADM + 1, in add()
333 CVSROOTADM, in add()
334 sizeof CVSROOTADM - 1) == 0 in add()
335 && ISSLASH (repository[cvsroot_len + sizeof CVSROOTADM]) in add()
336 && strcmp (repository + cvsroot_len + sizeof CVSROOTADM + 1, in add()
HDparseinfo.c55 CVSROOTADM, infofile); in Parse_Info()
429 Xasprintf ("%s/%s/%s", cvsroot, CVSROOTADM, CVSROOTADM_CONFIG); in parse_config()
728 Xasprintf ("%s/%s/%s", cvsroot, CVSROOTADM, CVSROOTADM_OPTIONS); in parse_config()
HDhistory.c404 + sizeof (CVSROOTADM) in get_history_log_name()
407 CVSROOTADM, CVSROOTADM_HISTORY); in get_history_log_name()
725 current_parsed_root->directory, CVSROOTADM, fname); in history()
736 current_parsed_root->directory, CVSROOTADM, in history()
HDserver.c247 + sizeof (CVSROOTADM) in create_adm_p()
258 CVSROOTADM, CVSNULLREPOS); in create_adm_p()
986 + sizeof (CVSROOTADM) in serve_root()
993 (void) sprintf (path, "%s/%s", current_parsed_root->directory, CVSROOTADM); in serve_root()
3332 + strlen (CVSROOTADM) in check_command_valid_p()
3338 CVSROOTADM, CVSROOTADM_READERS); in check_command_valid_p()
3384 + strlen (CVSROOTADM) in check_command_valid_p()
3390 CVSROOTADM, CVSROOTADM_WRITERS); in check_command_valid_p()
6705 + strlen (CVSROOTADM) in check_repository_password()
6711 CVSROOTADM, CVSROOTADM_PASSWD); in check_repository_password()
HDignore.c76 CVSROOTADM, CVSROOTADM_IGNORE); in ign_setup()
HDcommit.c877 CVSROOTADM, in check_fileproc()
878 sizeof (CVSROOTADM) - 1) == 0 in check_fileproc()
879 && ISSLASH (finfo->repository[cvsroot_len + sizeof (CVSROOTADM)]) in check_fileproc()
880 && strcmp (finfo->repository + cvsroot_len + sizeof (CVSROOTADM) + 1, in check_fileproc()
HDwrapper.c102 CVSROOTADM, CVSROOTADM_WRAPPER); in wrap_setup()
HDfind_names.c433 && strcmp (dir + strlen (current_parsed_root->directory) + 1, CVSROOTADM) == 0) in find_dirs()
HDcvs.h164 #define CVSROOTADM "CVSROOT" macro
HDmkmodules.c1178 adm = Xasprintf ("%s/%s", current_parsed_root->directory, CVSROOTADM); in init()
HDcheckout.c1180 CVSROOTADM, CVSNULLREPOS); in emptydir_name()
HDmodules.c79 CVSROOTADM, CVSROOTADM_MODULES); in open_module()
HDmain.c1090 CVSROOTADM); in main()
HDlock.c1319 lock->repository = Xasprintf ("%s/%s", xrepository, CVSROOTADM); in internal_lock()
HDedit.c1018 CVSROOTADM, CVSROOTADM_USERS); in notify_do()
HDtag.c1469 CVSROOTADM, CVSROOTADM_VALTAGS); in is_in_val_tags()