Home
last modified time | relevance | path

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

/freebsd/lib/libc/tests/gen/
H A Dftw_test.c57 if ((ftwflags & FTW_DEPTH) == 0) in cb()
61 if ((ftwflags & FTW_DEPTH) != 0) in cb()
101 ftwflags = FTW_PHYS|FTW_DEPTH; in ATF_TC_BODY()
111 ftwflags = FTW_DEPTH; in ATF_TC_BODY()
/freebsd/include/
H A Dftw.h48 #define FTW_DEPTH 0x04 /* Subdirs visited before the dir itself. */ macro
/freebsd/lib/libc/gen/
H A Dnftw-compat11.c58 postorder = (ftwflags & FTW_DEPTH) != 0; in freebsd11_nftw()
H A Dnftw.c54 postorder = (ftwflags & FTW_DEPTH) != 0; in nftw()
/freebsd/lib/libpmc/pmu-events/
H A Djevents.c1392 postorder = (ftwflags & FTW_DEPTH) != 0; in nftw_ordered()