Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/posix/
Dnftw.c65 else if (flags & FTW_DEPTH) type = FTW_DP; in do_nftw()
93 if (!(flags & FTW_DEPTH) && (r=fn(path, &st, type, &lev))) in do_nftw()
128 if ((flags & FTW_DEPTH) && (r=fn(path, &st, type, &lev))) in do_nftw()
/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dftw.h51 #define FTW_DEPTH 0x04 /* Subdirs visited before the dir itself. */ macro