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

/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dmkmodules.c996 char dotdir[50], dotpag[50], dotdb[50]; local
998 (void) sprintf (dotdir, "%s.dir", temp);
1001 if (unlink_file (dotdir) < 0
1003 error (0, errno, "cannot remove %s", dotdir);
1022 char dotdir[50], dotpag[50], dotdb[50]; local
1029 (void) sprintf (dotdir, "%s.dir", CVSROOTADM_MODULES);
1055 if (CVS_RENAME (dotdir, bakdir) < 0)
1065 if (CVS_RENAME (newdir, dotdir) < 0)

Completed in 105 milliseconds