Searched defs:CHDIR (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/games/hack/ | ||
| D | config.h | 70 #define CHDIR /* delete if no chdir() available */ macro |
| /netbsd/src/lib/libc/gen/ | ||
| D | fts.c | 105 #define CHDIR(sp, path) (!ISSET(FTS_NOCHDIR) && chdir(path)) macro |