Searched refs:FTW_DEPTH (Results 1 – 3 of 3) sorted by relevance
48 MACRO(FTW_DEPTH); in ftw_h()
49 #define FTW_DEPTH 0x04 /* Subdirs visited before the dir itself. */ macro
48 bool postorder = (nftw_flags & FTW_DEPTH) != 0; in do_nftw()