Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dmkmodules.c1088 char dotdir[50], dotpag[50], dotdb[50]; in write_dbmfile() local
1090 (void) sprintf (dotdir, "%s.dir", temp); in write_dbmfile()
1093 if (unlink_file (dotdir) < 0 in write_dbmfile()
1095 error (0, errno, "cannot remove %s", dotdir); in write_dbmfile()
1114 char dotdir[50], dotpag[50], dotdb[50]; in rename_dbmfile() local
1121 (void) sprintf (dotdir, "%s.dir", CVSROOTADM_MODULES); in rename_dbmfile()
1147 if (CVS_RENAME (dotdir, bakdir) < 0) in rename_dbmfile()
1157 if (CVS_RENAME (newdir, dotdir) < 0) in rename_dbmfile()
/netbsd-src/games/warp/
H A Dintrp.h14 EXT char *dotdir INIT(NULL); /* where . files go */
H A Dintrp.c48 dotdir = getval("DOTDIR",homedir); in intrp_init()
385 s = dotdir; in dointerp()