HomeSort by: relevance | last modified time | path
    Searched refs:FTS_NOSTAT (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.bin/find/
function.c 241 ftsoptions &= ~FTS_NOSTAT;
271 ftsoptions &= ~FTS_NOSTAT;
298 ftsoptions &= ~FTS_NOSTAT;
326 ftsoptions &= ~FTS_NOSTAT;
354 ftsoptions &= ~FTS_NOSTAT;
384 ftsoptions &= ~FTS_NOSTAT;
411 ftsoptions &= ~FTS_NOSTAT;
439 ftsoptions &= ~FTS_NOSTAT;
462 (ftsoptions & FTS_NOSTAT) || /* not stat()ing */
496 ftsoptions &= ~FTS_NOSTAT; /* no optimize *
    [all...]
main.c 88 ftsoptions = FTS_NOSTAT | FTS_PHYSICAL;
  /src/include/
fts.h 74 #define FTS_NOSTAT 0x008 /* don't get stat info */
  /src/tests/lib/libc/gen/
t_getcwd.c 95 ops = FTS_PHYSICAL | FTS_NOSTAT;
  /src/lib/libc/gen/
fts.c 630 * The real slowdown in walking the tree is the stat calls. If FTS_NOSTAT is
689 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) {
700 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT));
932 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp;
1055 if (!ISSET(FTS_NOSTAT))
1060 if (!ISSET(FTS_NOSTAT))
1067 if (!ISSET(FTS_NOSTAT))
1074 if (ISSET(FTS_NOSTAT))
  /src/bin/ls/
ls.c 329 fts_options |= FTS_NOSTAT;
439 ch_options = !f_recursive && options & FTS_NOSTAT ? FTS_NAMEONLY : 0;
  /src/bin/rm/
rm.c 179 flags |= FTS_NOSTAT;
  /src/bin/setfacl/
setfacl.c 505 if ((ftsp = fts_open(files_list, fts_options | FTS_NOSTAT, 0)) == NULL)
  /src/usr.bin/grep/
util.c 135 fts_flags |= FTS_NOSTAT | FTS_NOCHDIR;

Completed in 17 milliseconds