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

/freebsd-current/usr.bin/find/
H A Dfunction.c273 ftsoptions &= ~FTS_NOSTAT;
322 ftsoptions &= ~FTS_NOSTAT;
416 ftsoptions &= ~FTS_NOSTAT;
435 (ftsoptions & FTS_NOSTAT)) /* not stat()ing */
474 ftsoptions &= ~FTS_NOSTAT; /* no optimise */
586 ftsoptions &= ~FTS_NOSTAT;
704 ftsoptions &= ~FTS_NOSTAT;
834 ftsoptions &= ~FTS_NOSTAT;
948 ftsoptions &= ~FTS_NOSTAT;
996 ftsoptions &= ~FTS_NOSTAT;
[all...]
H A Dmain.c81 ftsoptions = FTS_NOSTAT | FTS_PHYSICAL;
/freebsd-current/lib/libc/gen/
H A Dfts-compat.h50 #define FTS_NOSTAT 0x008 /* don't get stat info */ macro
H A Dfts-compat.c101 * The "FTS_NOSTAT" option can avoid a lot of calls to stat(2) if it
626 * The real slowdown in walking the tree is the stat calls. If FTS_NOSTAT is
680 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) {
694 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT));
921 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp;
1052 if (ISSET(FTS_NOSTAT))
1060 if (ISSET(FTS_NOSTAT)) {
H A Dfts.c88 * The "FTS_NOSTAT" option can avoid a lot of calls to stat(2) if it
621 * The real slowdown in walking the tree is the stat calls. If FTS_NOSTAT is
677 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) {
691 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT));
908 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp;
1040 if (ISSET(FTS_NOSTAT))
1048 if (ISSET(FTS_NOSTAT)) {
H A Dfts-compat11.c90 * The "FTS_NOSTAT" option can avoid a lot of calls to stat(2) if it
623 * The real slowdown in walking the tree is the stat calls. If FTS_NOSTAT is
679 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) {
693 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT));
910 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp;
1043 if (ISSET(FTS_NOSTAT))
1051 if (ISSET(FTS_NOSTAT)) {
/freebsd-current/contrib/netbsd-tests/lib/libc/gen/
H A Dt_getcwd.c97 ops = FTS_PHYSICAL | FTS_NOSTAT;
/freebsd-current/include/
H A Dfts.h52 #define FTS_NOSTAT 0x008 /* don't get stat info */ macro
/freebsd-current/bin/ls/
H A Dls.c538 fts_options |= FTS_NOSTAT;
654 options & FTS_NOSTAT ? FTS_NAMEONLY : 0;
/freebsd-current/bin/rm/
H A Drm.c186 flags |= FTS_NOSTAT;
/freebsd-current/bin/setfacl/
H A Dsetfacl.c495 if ((ftsp = fts_open(files_list, fts_options | FTS_NOSTAT, 0)) == NULL)
/freebsd-current/usr.bin/grep/
H A Dutil.c148 fts_flags |= FTS_NOSTAT | FTS_NOCHDIR;

Completed in 210 milliseconds