Home
last modified time | relevance | path

Searched refs:FTS_NAMEONLY (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/lib/libc/gen/
Dfts.c365 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()
/third_party/FreeBSD/include/
Dfts.h102 #define FTS_NAMEONLY 0x100 /* (private) child names only */ macro