Searched refs:FTW_F (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/include/
H A Dftw.h35 #define FTW_F 0 /* File. */ macro
/freebsd-current/lib/libc/gen/
H A Dftw-compat11.c68 fnflag = FTW_F;
H A Dftw.c60 fnflag = FTW_F;
H A Dnftw.c77 fnflag = FTW_F;
H A Dnftw-compat11.c81 fnflag = FTW_F;
/freebsd-current/usr.sbin/snapinfo/
H A Dsnapinfo.c148 if (flags == FTW_F && st->st_ino == inode) {
/freebsd-current/lib/libpmc/pmu-events/
H A Djevents.c1071 int is_file = typeflag == FTW_F;
1084 int is_file = typeflag == FTW_F;
1415 fnflag = FTW_F;

Completed in 189 milliseconds