Searched refs:CVSPREFIX (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | update.c | 1240 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 D | cvs.h | 217 #define CVSPREFIX ",," macro
|
| H A D | diff.c | 709 fname = Xasprintf (fname, "%s/%s%s", CVSADM, CVSPREFIX, finfo->file); in diff_fileproc()
|
| H A D | commit.c | 2183 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 D | TODO | 170 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_"
|