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

12

/freebsd-11-stable/usr.sbin/fmtree/
H A Dmtree.c54 int ftsoptions = FTS_PHYSICAL;
114 ftsoptions &= ~FTS_PHYSICAL;
122 ftsoptions |= FTS_PHYSICAL;
/freebsd-11-stable/contrib/mdocml/
H A Dtest-fts.c24 FTS_PHYSICAL | FTS_NOCHDIR, fts_compare);
H A Dcompat_fts.h49 #define FTS_PHYSICAL 0x0010 /* physical walk */ macro
H A Dcatman.c164 FTS_PHYSICAL | FTS_NOCHDIR, NULL)) == NULL) {
/freebsd-11-stable/usr.bin/find/
H A Dmain.c91 ftsoptions = FTS_NOSTAT | FTS_PHYSICAL;
134 ftsoptions &= ~FTS_PHYSICAL;
/freebsd-11-stable/bin/chflags/
H A Dchflags.c113 fts_options = FTS_PHYSICAL;
120 fts_options = FTS_PHYSICAL;
/freebsd-11-stable/lib/libc/gen/
H A Dfts-compat.h52 #define FTS_PHYSICAL 0x010 /* physical walk */ macro
H A Dnftw.c54 ftsflags |= FTS_PHYSICAL;
H A Dfts-compat.c672 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) {
686 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT));
H A Dfts.c670 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) {
684 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT));
/freebsd-11-stable/bin/chmod/
H A Dchmod.c135 fts_options = FTS_PHYSICAL;
142 fts_options = FTS_PHYSICAL;
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_getcwd.c97 ops = FTS_PHYSICAL | FTS_NOSTAT;
/freebsd-11-stable/include/
H A Dfts.h54 #define FTS_PHYSICAL 0x010 /* physical walk */ macro
/freebsd-11-stable/contrib/mtree/
H A Dmtree.c61 int ftsoptions = FTS_PHYSICAL;
166 ftsoptions &= ~FTS_PHYSICAL;
192 ftsoptions |= FTS_PHYSICAL;
/freebsd-11-stable/bin/cp/
H A Dcp.c103 fts_options = FTS_NOCHDIR | FTS_PHYSICAL;
177 fts_options &= ~FTS_PHYSICAL;
181 fts_options &= ~FTS_PHYSICAL;
/freebsd-11-stable/usr.sbin/ctm/ctm_dequeue/
H A Dctm_dequeue.c91 fts = fts_open(list, FTS_PHYSICAL|FTS_COMFOLLOW, fts_sort);
/freebsd-11-stable/usr.sbin/chown/
H A Dchown.c129 fts_options = FTS_PHYSICAL;
136 fts_options = FTS_PHYSICAL;
/freebsd-11-stable/usr.sbin/setfmac/
H A Dsetfmac.c96 hflag = is_setfmac ? FTS_LOGICAL : FTS_PHYSICAL;
111 hflag = FTS_PHYSICAL;
476 if ((hflag == FTS_PHYSICAL ? mac_set_link(ftsent->fts_accpath, mac) :
/freebsd-11-stable/bin/ls/
H A Dls.c190 fts_options = FTS_PHYSICAL;
286 fts_options &= ~FTS_PHYSICAL;
293 fts_options |= FTS_PHYSICAL;
/freebsd-11-stable/usr.bin/du/
H A Ddu.c113 ftsoptions = FTS_PHYSICAL;
232 ftsoptions &= ~FTS_PHYSICAL;
/freebsd-11-stable/bin/pax/
H A Dftree.c114 ftsopts |= FTS_PHYSICAL;
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_stat.c105 ops |= FTS_PHYSICAL;
/freebsd-11-stable/bin/rm/
H A Drm.c199 flags = FTS_PHYSICAL;
/freebsd-11-stable/usr.sbin/kldxref/
H A Dkldxref.c639 fts_options = FTS_PHYSICAL;
/freebsd-11-stable/usr.bin/grep/
H A Dutil.c148 fts_flags = FTS_PHYSICAL;

Completed in 312 milliseconds

12