Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/cvs/src/
H A Dmkmodules.c687 char dotdir[50], dotpag[50], dotdb[50]; local
691 (void) sprintf (dotdb, "%s.db", temp);
698 if (unlink_file (dotdb) < 0
700 error (0, errno, "cannot remove %s", dotdb);
714 char dotdir[50], dotpag[50], dotdb[50]; local
723 (void) sprintf (dotdb, "%s.db", CVSROOTADM_MODULES);
753 if (CVS_RENAME (dotdb, bakdb) < 0)
763 if (CVS_RENAME (newdb, dotdb) < 0)