Searched refs:FTW_DEPTH (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/system/libroot/posix/musl/misc/
H A Dnftw.c40 if (flags & FTW_DEPTH) type = FTW_DP;
75 if (!(flags & FTW_DEPTH) && (r=fn(path, &st, type, &lev)))
117 if ((flags & FTW_DEPTH) && (r=fn(path, &st, type, &lev)))
/haiku/headers/posix/
H A Dftw.h23 #define FTW_DEPTH 0x04 macro

Completed in 39 milliseconds