Searched defs:CHDIR (Results 1 – 3 of 3) sorted by relevance
70 #define CHDIR /* delete if no chdir() available */ macro
105 #define CHDIR(sp, path) (!ISSET(FTS_NOCHDIR) && chdir(path)) macro
178 #define CHDIR 1 macro