Home
last modified time | relevance | path

Searched defs:CHDIR (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/games/hack/
H A Dconfig.h70 #define CHDIR /* delete if no chdir() available */ macro
/netbsd-src/lib/libc/gen/
H A Dfts.c105 #define CHDIR(sp, path) (!ISSET(FTS_NOCHDIR) && chdir(path)) macro
/netbsd-src/tests/lib/libc/gen/posix_spawn/
H A Dt_spawn.c178 #define CHDIR 1 macro