Home
last modified time | relevance | path

Searched refs:CVSADM_BASEREVTMP (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/cvs/src/
Dentries.c1030 baserevtmp_fullname = xmalloc (sizeof (CVSADM_BASEREVTMP)
1042 strcat (baserevtmp_fullname, CVSADM_BASEREVTMP);
1058 newf = CVS_FOPEN (CVSADM_BASEREVTMP, "w");
1151 rename_file (CVSADM_BASEREVTMP, CVSADM_BASEREV);
Dcvs.h135 #define CVSADM_BASEREVTMP "CVS/Baserev.tmp" macro
154 #define CVSADM_BASEREVTMP "CVS/Baserev.tmp" macro
DChangeLog-971371 * cvs.h (CVSADM_BASEREV, CVSADM_BASEREVTMP): Added.