Searched refs:FTW_DEPTH (Results 1 - 2 of 2) sorted by relevance

/seL4-test-master/projects/musllibc/include/
H A Dftw.h22 #define FTW_DEPTH 8 macro
/seL4-test-master/projects/musllibc/src/misc/
H A Dnftw.c40 else if (flags & FTW_DEPTH) type = FTW_DP;
61 if (!(flags & FTW_DEPTH) && (r=fn(path, &st, type, &lev)))
96 if ((flags & FTW_DEPTH) && (r=fn(path, &st, type, &lev)))

Completed in 23 milliseconds