Home
last modified time | relevance | path

Searched refs:CVSPREFIX (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dupdate.c1312 + sizeof (CVSPREFIX)
1314 (void) sprintf (backup, "%s/%s%s", CVSADM, CVSPREFIX, finfo->file);
1671 + sizeof (CVSPREFIX)
1673 (void) sprintf (backup, "%s/%s%s", CVSADM, CVSPREFIX, finfo->file);
1685 + sizeof (CVSPREFIX)
1687 (void) sprintf (file1, "%s/%s%s-1", CVSADM, CVSPREFIX, finfo->file);
1690 + sizeof (CVSPREFIX)
1692 (void) sprintf (file2, "%s/%s%s-2", CVSADM, CVSPREFIX, finfo->file);
H A Ddiff.c604 + sizeof CVSPREFIX
606 sprintf(fname,"%s/%s%s",CVSADM, CVSPREFIX, finfo->file);
H A Dcvs.h211 #define CVSPREFIX ",," macro
H A Dcommit.c2065 + sizeof (CVSPREFIX) + 10);
2066 (void) sprintf (fname, "%s/%s%s", CVSADM, CVSPREFIX, file);
/openbsd-src/gnu/usr.bin/cvs/
H A DTODO203 144. Have cvs checkout look for the environment variable CVSPREFIX
206 value of CVSPREFIX attached, and then look for the alias itself.
209 tell people working on project abc to put "setenv CVSPREFIX abc_"