Searched refs:FTW_DP (Results 1 - 2 of 2) sorted by path

/haiku/headers/posix/
H A Dftw.h16 #define FTW_DP 3 macro
/haiku/src/system/libroot/posix/musl/misc/
H A Dnftw.c40 if (flags & FTW_DEPTH) type = FTW_DP;
68 if (type == FTW_D || type == FTW_DP) {
82 if ((type == FTW_D || type == FTW_DP) && fd_limit) {

Completed in 105 milliseconds