Searched refs:FTS_NAMEONLY (Results 1 – 2 of 2) sorted by relevance
365 if (sp->fts_child != NULL && ISSET(FTS_NAMEONLY)) { in fts_read()366 CLR(FTS_NAMEONLY); in fts_read()520 if (instr != 0 && instr != FTS_NAMEONLY) { in fts_children()554 if (instr == FTS_NAMEONLY) { in fts_children()555 SET(FTS_NAMEONLY); in fts_children()
102 #define FTS_NAMEONLY 0x100 /* (private) child names only */ macro