Searched refs:FTS_NOSTAT (Results 1 – 2 of 2) sorted by relevance
71 #define FTS_NOSTAT 0x0008 /* don't get stat info */ macro
654 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) { in fts_build()665 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT)); in fts_build()880 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp; in fts_stat()999 if (!ISSET(FTS_NOSTAT)) in fts_alloc()1008 if (!ISSET(FTS_NOSTAT)) in fts_alloc()
Completed in 5 milliseconds