HomeSort by: relevance | last modified time | path
    Searched defs:CHDIR (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hack/
config.h 70 #define CHDIR /* delete if no chdir() available */
126 #ifdef CHDIR
140 * writing Hack files. In such cases one should be careful with chdir's
144 #define SECURE /* do setuid(getuid()) after chdir() */
151 #endif /* CHDIR */
  /src/lib/libc/gen/
fts.c 105 #define CHDIR(sp, path) (!ISSET(FTS_NOCHDIR) && chdir(path))
207 * If using chdir(2), grab a file descriptor pointing to dot to ensure
245 * the fts_accpath field specially so the chdir gets done to the right
405 * If have already read and now fail to chdir, whack the list
409 * directories back to the parent we don't do a chdir.
604 * If using chdir on a relative path and called BEFORE fts_read does
605 * its chdir to the root of a traversal, we can lose -- we need to
606 * chdir into the subdirectory, and we don't know where the current
607 * directory is, so we can't get back so that the upcoming chdir b
    [all...]

Completed in 50 milliseconds