Searched refs:FTW_DP (Results 1 – 2 of 2) sorted by relevance
41 #define FTW_DP 3 /* Directory with subdirectories visited. */ macro
65 else if (flags & FTW_DEPTH) type = FTW_DP; in do_nftw()100 if ((type == FTW_D || type == FTW_DP) && fd_limit) { in do_nftw()