Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/cvs/src/
H A Dadd.c234 CVSROOTADM,
235 sizeof CVSROOTADM - 1) == 0
236 && ISDIRSEP (repository[cvsroot_len + sizeof CVSROOTADM])
237 && strcmp (repository + cvsroot_len + sizeof CVSROOTADM + 1,
330 CVSROOTADM,
331 sizeof CVSROOTADM - 1) == 0
332 && ISDIRSEP (repository[cvsroot_len + sizeof CVSROOTADM])
333 && strcmp (repository + cvsroot_len + sizeof CVSROOTADM + 1,
H A Dparseinfo.c50 + sizeof (CVSROOTADM)
53 CVSROOTADM, infofile);
234 + sizeof (CVSROOTADM)
244 strcat (infopath, CVSROOTADM);
H A Dignore.c75 char *file = xmalloc (strlen (current_parsed_root->directory) + sizeof (CVSROOTADM) in ign_setup()
79 CVSROOTADM, CVSROOTADM_IGNORE); in ign_setup()
H A Dwrapper.c105 + sizeof (CVSROOTADM) in wrap_setup()
109 (void) sprintf (file, "%s/%s/%s", current_parsed_root->directory, CVSROOTADM, in wrap_setup()
H A Dhistory.c676 fname = xmalloc (strlen (current_parsed_root->directory) + sizeof (CVSROOTADM)
679 CVSROOTADM, CVSROOTADM_HISTORY);
722 fname = xmalloc (strlen (current_parsed_root->directory) + sizeof (CVSROOTADM)
725 CVSROOTADM, CVSROOTADM_HISTORY);
H A Dmkmodules.c880 adm = xmalloc (strlen (current_parsed_root->directory) + sizeof (CVSROOTADM) + 2);
881 sprintf (adm, "%s/%s", current_parsed_root->directory, CVSROOTADM);
H A Dmain.c953 + sizeof (CVSROOTADM)
955 (void) sprintf (path, "%s/%s", current_parsed_root->directory, CVSROOTADM);
H A Dserver.c409 + sizeof (CVSROOTADM)
420 CVSROOTADM, CVSNULLREPOS);
794 + sizeof (CVSROOTADM)
801 (void) sprintf (path, "%s/%s", current_parsed_root->directory, CVSROOTADM);
2585 + strlen (CVSROOTADM)
2591 CVSROOTADM, CVSROOTADM_READERS);
2637 + strlen (CVSROOTADM)
2643 CVSROOTADM, CVSROOTADM_WRITERS);
5569 + strlen (CVSROOTADM)
5575 CVSROOTADM, CVSROOTADM_PASSWD);
H A Dcheckout.c1107 + sizeof (CVSROOTADM) in emptydir_name()
1111 CVSROOTADM, CVSNULLREPOS); in emptydir_name()
H A Dmodules.c74 + sizeof (CVSROOTADM) in open_module()
77 CVSROOTADM, CVSROOTADM_MODULES); in open_module()
H A Dfind_names.c326 && strcmp (dir + strlen (current_parsed_root->directory) + 1, CVSROOTADM) == 0)
H A Dcommit.c801 CVSROOTADM,
802 sizeof (CVSROOTADM) - 1) == 0
803 && ISDIRSEP (finfo->repository[cvsroot_len + sizeof (CVSROOTADM)])
804 && strcmp (finfo->repository + cvsroot_len + sizeof (CVSROOTADM) + 1,
H A Dedit.c877 + sizeof CVSROOTADM
882 strcat (usersname, CVSROOTADM);
H A Dtag.c1150 + sizeof CVSROOTADM
1153 CVSROOTADM, CVSROOTADM_VALTAGS);
H A Dcvs.h175 #define CVSROOTADM "CVSROOT" macro
H A DChangeLog-973159 CVSROOTADM and CVSROOTADM_PASSWD, now that they are the standard.