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

/freebsd-9.3-release/contrib/cvs/src/
H A Dmkmodules.c736 char bakdir[50], bakpag[50], bakdb[50]; local
745 (void) sprintf (bakdir, "%s%s.dir", BAKPREFIX, CVSROOTADM_MODULES);
760 if (unlink_file (bakdir) < 0)
768 if (CVS_RENAME (dotdir, bakdir) < 0)
793 error (0, dir1_errno, "cannot remove %s", bakdir);
800 error (0, dir2_errno, "cannot remove %s", bakdir);
807 error (0, dir3_errno, "cannot remove %s", bakdir);

Completed in 64 milliseconds