Searched defs:CHDIR (Results 1 – 5 of 5) sorted by relevance
24 #define CHDIR 14 macro
10 #define CHDIR /* delete if no chdir() available */ macro
17 #define CHDIR 12 macro
23 #define CHDIR 12 macro
38 #define CHDIR(sp, path) (!ISSET(FTS_NOCHDIR) && chdir(path)) macro