Searched refs:CVSROOTADM (Results 1 – 16 of 16) sorted by relevance
| /dragonfly/contrib/cvs-1.12/src/ |
| HD | add.c | 234 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()
|
| HD | parseinfo.c | 55 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()
|
| HD | history.c | 404 + 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()
|
| HD | server.c | 247 + 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()
|
| HD | ignore.c | 76 CVSROOTADM, CVSROOTADM_IGNORE); in ign_setup()
|
| HD | commit.c | 877 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()
|
| HD | wrapper.c | 102 CVSROOTADM, CVSROOTADM_WRAPPER); in wrap_setup()
|
| HD | find_names.c | 433 && strcmp (dir + strlen (current_parsed_root->directory) + 1, CVSROOTADM) == 0) in find_dirs()
|
| HD | cvs.h | 164 #define CVSROOTADM "CVSROOT" macro
|
| HD | mkmodules.c | 1178 adm = Xasprintf ("%s/%s", current_parsed_root->directory, CVSROOTADM); in init()
|
| HD | checkout.c | 1180 CVSROOTADM, CVSNULLREPOS); in emptydir_name()
|
| HD | modules.c | 79 CVSROOTADM, CVSROOTADM_MODULES); in open_module()
|
| HD | main.c | 1090 CVSROOTADM); in main()
|
| HD | lock.c | 1319 lock->repository = Xasprintf ("%s/%s", xrepository, CVSROOTADM); in internal_lock()
|
| HD | edit.c | 1018 CVSROOTADM, CVSROOTADM_USERS); in notify_do()
|
| HD | tag.c | 1469 CVSROOTADM, CVSROOTADM_VALTAGS); in is_in_val_tags()
|