Home
last modified time | relevance | path

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

/third_party/FreeBSD/lib/libc/gen/
Dfts.c321 p->fts_instr = FTS_NOINSTR; in fts_read()
438 p->fts_instr = FTS_NOINSTR; in fts_read()
506 instr != FTS_NOINSTR && instr != FTS_SKIP) { in fts_set()
1046 p->fts_instr = FTS_NOINSTR; in fts_alloc()
/third_party/FreeBSD/include/
Dfts.h152 #define FTS_NOINSTR 3 /* no instructions */ macro