FTS_NOSTAT 50 usr/include/fts.h #define FTS_NOSTAT 0x008 /* don't get stat info */ FTS_NOSTAT 580 usr/lib/libc/gen/fts.c else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) FTS_NOSTAT 588 usr/lib/libc/gen/fts.c ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT)); FTS_NOSTAT 775 usr/lib/libc/gen/fts.c sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp; FTS_NOSTAT 891 usr/lib/libc/gen/fts.c if (!ISSET(FTS_NOSTAT)) FTS_NOSTAT 899 usr/lib/libc/gen/fts.c if (!ISSET(FTS_NOSTAT))