Searched refs:dotpag (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | mkmodules.c | 1088 char dotdir[50], dotpag[50], dotdb[50]; in write_dbmfile() local 1091 (void) sprintf (dotpag, "%s.pag", temp); in write_dbmfile() 1096 if (unlink_file (dotpag) < 0 in write_dbmfile() 1098 error (0, errno, "cannot remove %s", dotpag); in write_dbmfile() 1114 char dotdir[50], dotpag[50], dotdb[50]; in rename_dbmfile() local 1122 (void) sprintf (dotpag, "%s.pag", CVSROOTADM_MODULES); in rename_dbmfile() 1150 if (CVS_RENAME (dotpag, bakpag) < 0) in rename_dbmfile() 1160 if (CVS_RENAME (newpag, dotpag) < 0) in rename_dbmfile()
|