Searched refs:CVSPREFIX (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | update.c | 1312 + 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 D | diff.c | 604 + sizeof CVSPREFIX 606 sprintf(fname,"%s/%s%s",CVSADM, CVSPREFIX, finfo->file);
|
| H A D | cvs.h | 211 #define CVSPREFIX ",," macro
|
| H A D | commit.c | 2065 + sizeof (CVSPREFIX) + 10); 2066 (void) sprintf (fname, "%s/%s%s", CVSADM, CVSPREFIX, file);
|
| /openbsd-src/gnu/usr.bin/cvs/ |
| H A D | TODO | 203 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_"
|