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

/netbsd-6-1-5-RELEASE/usr.bin/find/
H A Dmain.c88 ftsoptions = FTS_NOSTAT | FTS_PHYSICAL;
93 ftsoptions |= FTS_PHYSICAL|FTS_COMFOLLOW;
96 ftsoptions &= ~(FTS_COMFOLLOW|FTS_PHYSICAL);
101 ftsoptions |= FTS_PHYSICAL;
113 ftsoptions &= ~FTS_PHYSICAL;
H A Dfunction.c373 !(ftsoptions & FTS_PHYSICAL) || /* physical off */
407 ftsoptions |= FTS_PHYSICAL; /* disable -follow */
915 ftsoptions &= ~FTS_PHYSICAL;
/netbsd-6-1-5-RELEASE/usr.sbin/mtree/
H A Dmtree.c61 int ftsoptions = FTS_PHYSICAL;
126 ftsoptions &= ~FTS_PHYSICAL;
146 ftsoptions |= FTS_PHYSICAL;
/netbsd-6-1-5-RELEASE/bin/chmod/
H A Dchmod.c130 fts_options = FTS_PHYSICAL;
140 fts_options &= ~FTS_PHYSICAL;
/netbsd-6-1-5-RELEASE/usr.bin/chflags/
H A Dchflags.c101 fts_options = FTS_PHYSICAL;
106 fts_options &= ~FTS_PHYSICAL;
/netbsd-6-1-5-RELEASE/sbin/chown/
H A Dchown.c129 fts_options = FTS_PHYSICAL;
138 fts_options &= ~FTS_PHYSICAL;
/netbsd-6-1-5-RELEASE/bin/cp/
H A Dcp.c174 fts_options = FTS_NOCHDIR | FTS_PHYSICAL;
186 fts_options &= ~FTS_PHYSICAL;
194 fts_options &= ~FTS_PHYSICAL;
198 fts_options &= ~FTS_PHYSICAL;
/netbsd-6-1-5-RELEASE/include/
H A Dfts.h75 #define FTS_PHYSICAL 0x010 /* physical walk */ macro
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dnftw.c61 ftsflags |= FTS_PHYSICAL;
H A Ddevname.c115 if ((ftsp = fts_open(dirs, FTS_NOCHDIR | FTS_PHYSICAL, NULL)) == NULL)
H A Dfts.c662 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) {
673 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT));
/netbsd-6-1-5-RELEASE/tests/lib/libc/gen/
H A Dt_getcwd.c95 ops = FTS_PHYSICAL | FTS_NOSTAT;
/netbsd-6-1-5-RELEASE/usr.bin/du/
H A Ddu.c84 ftsoptions = FTS_PHYSICAL;
162 ftsoptions &= ~FTS_PHYSICAL;
/netbsd-6-1-5-RELEASE/bin/ls/
H A Dls.c151 fts_options = FTS_PHYSICAL;
201 fts_options &= ~FTS_PHYSICAL;
/netbsd-6-1-5-RELEASE/usr.sbin/dev_mkdb/
H A Ddev_mkdb.c214 ftsp = fts_open(pathv, FTS_NOCHDIR | FTS_PHYSICAL, NULL);
/netbsd-6-1-5-RELEASE/bin/rm/
H A Drm.c173 flags = FTS_PHYSICAL;
/netbsd-6-1-5-RELEASE/tests/lib/libc/sys/
H A Dt_stat.c101 ops |= FTS_PHYSICAL;
/netbsd-6-1-5-RELEASE/usr.sbin/veriexecgen/
H A Dveriexecgen.c246 if ((fh = fts_open(search_path, FTS_PHYSICAL, NULL)) == NULL) {
/netbsd-6-1-5-RELEASE/bin/pax/
H A Dftree.c185 ftsopts |= FTS_PHYSICAL;
/netbsd-6-1-5-RELEASE/usr.bin/grep/
H A Dutil.c128 fts_flags = FTS_PHYSICAL;
/netbsd-6-1-5-RELEASE/sbin/dump/
H A Dtraverse.c193 if ((dirh = fts_open(dirv, FTS_PHYSICAL|FTS_SEEDOT|FTS_XDEV,
/netbsd-6-1-5-RELEASE/usr.bin/gzip/
H A Dgzip.c1854 fts = fts_open(path_argv, FTS_PHYSICAL, NULL);

Completed in 158 milliseconds