Searched refs:CVSREP (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/cvs/src/
H A Dfileattr.c551 /* Now remove CVSREP directory, if empty. The main reason we bother
552 is that CVS 1.6 and earlier will choke if a CVSREP directory
556 strcat (fname, CVSREP);
561 /* Don't know why we would be here if there is no CVSREP
578 /* Maybe the CVSREP directory doesn't exist. Try creating it. */
583 + sizeof (CVSREP)
587 strcat (repname, CVSREP);
H A Dfind_names.c343 strcmp (dp->d_name, CVSREP) == 0)
H A Dcvs.h175 in CVSREP currently. */
176 #define CVSREP "CVS" macro

Completed in 53 milliseconds