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

12

/macosx-10.9.5/shell_cmds-175/find/
H A Dmain.c89 ftsoptions = FTS_NOSTAT | FTS_PHYSICAL;
132 ftsoptions &= ~FTS_PHYSICAL;
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dchmod.c209 flags |= FTS_META|FTS_PHYSICAL;
213 flags &= ~(FTS_META|FTS_PHYSICAL);
218 flags |= FTS_PHYSICAL;
235 flags &= ~(FTS_META|FTS_PHYSICAL);
268 if (!(flags & FTS_PHYSICAL) || (flags & FTS_META) && ent->fts_level == 1)
H A Dchgrp.c313 flags |= FTS_META|FTS_PHYSICAL;
317 flags &= ~(FTS_META|FTS_PHYSICAL);
322 flags |= FTS_PHYSICAL;
349 flags |= FTS_PHYSICAL;
353 flags &= ~(FTS_META|FTS_PHYSICAL);
454 if ((ent->fts_info & FTS_SL) && (flags & FTS_PHYSICAL) && (options & OPT_LCHOWN))
H A Dcksum.c515 flags |= FTS_META|FTS_PHYSICAL;
519 flags &= ~(FTS_META|FTS_PHYSICAL);
524 flags |= FTS_PHYSICAL;
558 flags &= ~(FTS_META|FTS_PHYSICAL);
600 if (!(flags & FTS_PHYSICAL) || (flags & FTS_META) && ent->fts_level == 1)
H A Dcp.c509 if (fts = fts_open((char**)e, FTS_NOCHDIR|FTS_ONEPATH|FTS_PHYSICAL|FTS_NOPOSTORDER|FTS_NOSTAT|FTS_NOSEEDOTDIR, NiL))
725 state->flags |= FTS_PHYSICAL;
735 state->flags |= FTS_PHYSICAL;
753 state->flags |= FTS_PHYSICAL;
840 state->flags |= FTS_META|FTS_PHYSICAL;
844 state->flags &= ~FTS_PHYSICAL;
849 state->flags |= FTS_PHYSICAL;
855 state->flags |= FTS_PHYSICAL;
H A Drm.c404 if (fts = fts_open(argv, FTS_PHYSICAL, NiL))
/macosx-10.9.5/file_cmds-230/chflags/
H A Dchflags.c107 fts_options = FTS_PHYSICAL;
114 fts_options &= ~FTS_PHYSICAL;
118 fts_options = hflag ? FTS_PHYSICAL : FTS_LOGICAL;
/macosx-10.9.5/file_cmds-230/mtree/
H A Dmtree.c55 int ftsoptions = FTS_PHYSICAL;
114 ftsoptions &= ~FTS_PHYSICAL;
122 ftsoptions |= FTS_PHYSICAL;
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dfts.h51 #define FTS_PHYSICAL (1<<6) /* physical traversal, don't follow */ macro
95 #define FTS_STAT FTS_PHYSICAL /* stat() done by user */
H A Dftwalk.h73 #define FTW_PHYSICAL FTS_PHYSICAL
/macosx-10.9.5/file_cmds-230/cp/
H A Dcp.c177 fts_options = FTS_NOCHDIR | FTS_PHYSICAL;
185 fts_options &= ~FTS_PHYSICAL;
192 fts_options &= ~FTS_PHYSICAL;
196 fts_options &= ~FTS_PHYSICAL;
/macosx-10.9.5/file_cmds-230/chmod/
H A Dchmod.c275 fts_options = FTS_PHYSICAL;
282 fts_options &= ~FTS_PHYSICAL;
286 fts_options = hflag ? FTS_PHYSICAL : FTS_LOGICAL;
/macosx-10.9.5/file_cmds-230/chown/
H A Dchown.c137 fts_options = FTS_PHYSICAL;
144 fts_options &= ~FTS_PHYSICAL;
148 fts_options = hflag ? FTS_PHYSICAL : FTS_LOGICAL;
/macosx-10.9.5/Libc-997.90.3/include/
H A Dfts.h88 #define FTS_PHYSICAL 0x010 /* physical walk */ macro
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Ddirscanner.h84 FTS(const std::string &path, int options = FTS_PHYSICAL | FTS_COMFOLLOW | FTS_NOCHDIR);
H A Dresources.cpp75 mFTS = fts_open((char * const *)paths, FTS_PHYSICAL | FTS_COMFOLLOW | FTS_NOCHDIR, NULL);
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Ddirscanner.h84 FTS(const std::string &path, int options = FTS_PHYSICAL | FTS_COMFOLLOW | FTS_NOCHDIR);
H A Dresources.cpp75 mFTS = fts_open((char * const *)paths, FTS_PHYSICAL | FTS_COMFOLLOW | FTS_NOCHDIR, NULL);
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dnftw.c77 ftsflags |= FTS_PHYSICAL;
85 FTS_PHYSICAL) */
93 FTS_PHYSICAL */
/macosx-10.9.5/cctools-845/libstuff/
H A Ddylib_roots.c151 fts = fts_open((char * const *)paths, FTS_PHYSICAL, NULL);
/macosx-10.9.5/file_cmds-230/ls/
H A Dls.c180 fts_options = FTS_PHYSICAL;
231 fts_options |= FTS_PHYSICAL;
240 fts_options &= ~FTS_PHYSICAL;
249 fts_options |= FTS_PHYSICAL;
/macosx-10.9.5/removefile-33/
H A Dremovefile_tree_walker.c129 stream = fts_open(trees, FTS_PHYSICAL | FTS_NOCHDIR, NULL);
/macosx-10.9.5/srm-7/srm/src/
H A Dtree_walker.c153 if ( (stream = fts_open(trees, FTS_PHYSICAL | FTS_NOCHDIR, NULL)) == NULL )
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dfts.c118 #define SKIP(p,f) ((f)->fts_parent->must == 0 && (((f)->type == DT_UNKNOWN) ? SKIPLINK(p,f) : ((f)->type != DT_DIR && ((f)->type != DT_LNK || ((p)->flags & FTS_PHYSICAL)))))
553 if (!(flags & FTS_PHYSICAL) && stat(path, &sb) >= 0)
556 flags = FTS_PHYSICAL;
595 physical = (fts->flags & FTS_PHYSICAL);
596 metaphysical = (fts->flags & (FTS_META|FTS_PHYSICAL)) == (FTS_META|FTS_PHYSICAL);
1488 * return default (FTS_LOGICAL|FTS_META|FTS_PHYSICAL|FTS_SEEDOTDIR) flags
1501 return FTS_PHYSICAL|FTS_SEEDOTDIR;
1502 return FTS_META|FTS_PHYSICAL|FTS_SEEDOTDIR;
/macosx-10.9.5/file_cmds-230/pax/
H A Dftree.c119 ftsopts |= FTS_PHYSICAL;

Completed in 324 milliseconds

12