Searched refs:bakdir (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dmkmodules.c1115 char bakdir[50], bakpag[50], bakdb[50]; local
1124 (void) sprintf (bakdir, "%s%s.dir", BAKPREFIX, CVSROOTADM_MODULES);
1139 if (unlink_file (bakdir) < 0)
1147 if (CVS_RENAME (dotdir, bakdir) < 0)
1172 error (0, dir1_errno, "cannot remove %s", bakdir);
1179 error (0, dir2_errno, "cannot remove %s", bakdir);
1186 error (0, dir3_errno, "cannot remove %s", bakdir);

Completed in 84 milliseconds