Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dupdate.c1240 backup = Xasprintf ("%s/%s%s", CVSADM, CVSPREFIX, finfo->file); in checkout_file()
1607 backup = Xasprintf ("%s/%s%s", CVSADM, CVSPREFIX, finfo->file); in patch_file()
1617 file1 = Xasprintf ("%s/%s%s-1", CVSADM, CVSPREFIX, finfo->file); in patch_file()
1618 file2 = Xasprintf ("%s/%s%s-2", CVSADM, CVSPREFIX, finfo->file); in patch_file()
H A Dcvs.h217 #define CVSPREFIX ",," macro
H A Ddiff.c709 fname = Xasprintf (fname, "%s/%s%s", CVSADM, CVSPREFIX, finfo->file); in diff_fileproc()
H A Dcommit.c2183 fname = Xasprintf ("%s/%s%s", CVSADM, CVSPREFIX, file); in checkaddfile()
2276 fname = Xasprintf ("%s/%s%s", CVSADM, CVSPREFIX, file); in checkaddfile()
/netbsd-src/external/gpl2/xcvs/dist/
H A DTODO170 144. Have cvs checkout look for the environment variable CVSPREFIX
173 value of CVSPREFIX attached, and then look for the alias itself.
176 tell people working on project abc to put "setenv CVSPREFIX abc_"