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

/haiku-fatelf/headers/posix/
H A Dfts.h53 #define FTS_NOSTAT 0x008 /* don't get stat info */ macro
/haiku-fatelf/src/bin/coreutils/lib/
H A Dfts_.h85 # define FTS_NOSTAT 0x0008 /* don't get stat info */ macro
H A Dfts.c972 && ISSET(FTS_NOSTAT)
1208 * The real slowdown in walking the tree is the stat calls. If FTS_NOSTAT is
1290 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) {
1436 if FTS_NOSTAT is in effect and we're not following
1445 && ISSET(FTS_NOSTAT)
/haiku-fatelf/src/system/libroot/posix/
H A Dfts.c112 * The "FTS_NOSTAT" option can avoid a lot of calls to stat(2) if it
633 * The real slowdown in walking the tree is the stat calls. If FTS_NOSTAT is
691 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) {
705 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT));
901 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp;
1035 if (ISSET(FTS_NOSTAT))
1043 if (ISSET(FTS_NOSTAT)) {
/haiku-fatelf/src/bin/coreutils/src/
H A Dchcon.c573 ok = process_files (argv + optind, bit_flags | FTS_NOSTAT);
H A Dchown-core.c495 : FTS_NOSTAT);
H A Dremove.c606 | FTS_NOSTAT

Completed in 106 milliseconds