Searched refs:FTW_CHDIR (Results 1 – 3 of 3) sorted by relevance
49 MACRO(FTW_CHDIR); in ftw_h()
50 #define FTW_CHDIR 0x08 /* Change to a directory before reading it. */ macro
45 if (!(nftw_flags & FTW_CHDIR)) fts_options |= FTS_NOCHDIR; in do_nftw()