Home
last modified time | relevance | path

Searched refs:FTW_D (Results 1 – 7 of 7) sorted by relevance

/freebsd/include/
H A Dftw.h36 #define FTW_D 1 /* Directory. */ macro
/freebsd/lib/libc/gen/
H A Dftw.c50 fnflag = FTW_D; in ftw()
H A Dftw-compat11.c58 fnflag = FTW_D; in freebsd11_ftw()
H A Dnftw-compat11.c67 fnflag = FTW_D; in freebsd11_nftw()
H A Dnftw.c63 fnflag = FTW_D; in nftw()
/freebsd/lib/libc/tests/gen/
H A Dftw_test.c56 case FTW_D: in cb()
/freebsd/lib/libpmc/pmu-events/
H A Djevents.c1083 int is_dir = typeflag == FTW_D; in process_one_file()
1401 fnflag = FTW_D; in nftw_ordered()