HomeSort by: relevance | last modified time | path
    Searched refs:dotdir (Results 1 - 3 of 3) sorted by relevancy

  /src/games/warp/
intrp.h 14 EXT char *dotdir INIT(NULL); /* where . files go */
intrp.c 48 dotdir = getval("DOTDIR",homedir);
385 s = dotdir;
  /src/external/gpl2/xcvs/dist/src/
mkmodules.c 1088 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 30 milliseconds