Searched refs:FTS_NOSTAT (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/usr.bin/find/
H A Dfunction.c278 ftsoptions &= ~FTS_NOSTAT;
325 ftsoptions &= ~FTS_NOSTAT;
417 ftsoptions &= ~FTS_NOSTAT;
436 (ftsoptions & FTS_NOSTAT)) /* not stat()ing */
473 ftsoptions &= ~FTS_NOSTAT; /* no optimise */
585 ftsoptions &= ~FTS_NOSTAT;
703 ftsoptions &= ~FTS_NOSTAT;
832 ftsoptions &= ~FTS_NOSTAT;
939 ftsoptions &= ~FTS_NOSTAT;
986 ftsoptions &= ~FTS_NOSTAT;
[all...]
H A Dmain.c91 ftsoptions = FTS_NOSTAT | FTS_PHYSICAL;
/freebsd-11.0-release/lib/libc/gen/
H A Dfts-compat.h51 #define FTS_NOSTAT 0x008 /* don't get stat info */ macro
H A Dfts-compat.c105 * The "FTS_NOSTAT" option can avoid a lot of calls to stat(2) if it
617 * The real slowdown in walking the tree is the stat calls. If FTS_NOSTAT is
672 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) {
686 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT));
900 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp;
1031 if (ISSET(FTS_NOSTAT))
1039 if (ISSET(FTS_NOSTAT)) {
H A Dfts.c95 * The "FTS_NOSTAT" option can avoid a lot of calls to stat(2) if it
615 * The real slowdown in walking the tree is the stat calls. If FTS_NOSTAT is
670 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) {
684 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT));
887 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp;
1019 if (ISSET(FTS_NOSTAT))
1027 if (ISSET(FTS_NOSTAT)) {
/freebsd-11.0-release/include/
H A Dfts.h53 #define FTS_NOSTAT 0x008 /* don't get stat info */ macro
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/gen/
H A Dt_getcwd.c97 ops = FTS_PHYSICAL | FTS_NOSTAT;
/freebsd-11.0-release/bin/ls/
H A Dls.c424 fts_options |= FTS_NOSTAT;
539 options & FTS_NOSTAT ? FTS_NAMEONLY : 0;
/freebsd-11.0-release/bin/rm/
H A Drm.c201 flags |= FTS_NOSTAT;
/freebsd-11.0-release/usr.bin/grep/
H A Dutil.c124 fts_flags |= FTS_NOSTAT | FTS_NOCHDIR;

Completed in 186 milliseconds