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

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

Completed in 193 milliseconds