Searched refs:FTS_NAMEONLY (Results 1 – 3 of 3) sorted by relevance
81 #define FTS_NAMEONLY 0x100 /* (private) child names only */ macro
397 if (sp->fts_child && ISSET(FTS_NAMEONLY)) { in fts_read()398 CLR(FTS_NAMEONLY); in fts_read()564 if (instr && instr != FTS_NAMEONLY) { in fts_children()598 if (instr == FTS_NAMEONLY) { in fts_children()599 SET(FTS_NAMEONLY); in fts_children()
439 ch_options = !f_recursive && options & FTS_NOSTAT ? FTS_NAMEONLY : 0; in traverse()