Searched refs:FTS_NOSTAT (Results 1 – 2 of 2) sorted by relevance
571 else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) { in fts_build()582 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT)); in fts_build()801 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp; in fts_stat()909 if (!ISSET(FTS_NOSTAT)) in fts_alloc()917 if (!ISSET(FTS_NOSTAT)) in fts_alloc()
55 #define FTS_NOSTAT 0x0008 /* don't get stat info */ macro