Searched refs:FTS_PHYSICAL (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-current/contrib/mandoc/
H A Dtest-fts.c24 FTS_PHYSICAL | FTS_NOCHDIR, fts_compare);
H A Dcompat_fts.h50 #define FTS_PHYSICAL 0x0010 /* physical walk */ macro
/freebsd-current/usr.bin/find/
H A Dmain.c81 ftsoptions = FTS_NOSTAT | FTS_PHYSICAL;
124 ftsoptions &= ~FTS_PHYSICAL;
/freebsd-current/lib/libc/gen/
H A Dnftw.c51 ftsflags |= FTS_PHYSICAL;
H A Dfts-compat.h51 #define FTS_PHYSICAL 0x010 /* physical walk */ macro
H A Dnftw-compat11.c55 ftsflags |= FTS_PHYSICAL;
/freebsd-current/tools/test/stress2/misc/
H A Ddev.sh87 ftsoptions = FTS_PHYSICAL;
H A Ddev2.sh97 ftsoptions = FTS_PHYSICAL;
H A Dposix_openpt2.sh83 ftsoptions = FTS_PHYSICAL;
H A Dprocfs3.sh84 ftsoptions = FTS_PHYSICAL;
H A Dpts.sh83 ftsoptions = FTS_PHYSICAL;
H A Dpty.sh81 ftsoptions = FTS_PHYSICAL;
H A Ddev3.sh108 ftsoptions = FTS_PHYSICAL;
H A Dfts.sh93 ftsoptions = FTS_PHYSICAL;
H A Dfts3.sh100 ftsoptions = FTS_PHYSICAL;
H A Dsigxcpu.sh103 ftsoptions = FTS_PHYSICAL;
H A Dfdatasync.sh107 ftsoptions = FTS_PHYSICAL;
/freebsd-current/bin/chmod/
H A Dchmod.c135 fts_options = FTS_PHYSICAL;
142 fts_options = FTS_PHYSICAL;
/freebsd-current/bin/chflags/
H A Dchflags.c115 fts_options = FTS_PHYSICAL;
122 fts_options = FTS_PHYSICAL;
/freebsd-current/contrib/netbsd-tests/lib/libc/gen/
H A Dt_getcwd.c97 ops = FTS_PHYSICAL | FTS_NOSTAT;
/freebsd-current/include/
H A Dfts.h53 #define FTS_PHYSICAL 0x010 /* physical walk */ macro
/freebsd-current/contrib/mtree/
H A Dmtree.c61 int ftsoptions = FTS_PHYSICAL;
166 ftsoptions &= ~FTS_PHYSICAL;
192 ftsoptions |= FTS_PHYSICAL;
/freebsd-current/bin/cp/
H A Dcp.c92 fts_options = FTS_NOCHDIR | FTS_PHYSICAL;
169 fts_options &= ~FTS_PHYSICAL;
173 fts_options &= ~FTS_PHYSICAL;
/freebsd-current/usr.sbin/chown/
H A Dchown.c129 fts_options = FTS_PHYSICAL;
136 fts_options = FTS_PHYSICAL;
/freebsd-current/usr.sbin/setfmac/
H A Dsetfmac.c94 hflag = is_setfmac ? FTS_LOGICAL : FTS_PHYSICAL;
109 hflag = FTS_PHYSICAL;
476 if ((hflag == FTS_PHYSICAL ? mac_set_link(ftsent->fts_accpath, mac) :

Completed in 223 milliseconds

123