Home
last modified time | relevance | path

Searched refs:FTS_AGAIN (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libc/gen/
H A Dfts-compat.h113 #define FTS_AGAIN 1 /* read node again */ macro
H A Dfts-compat11.c316 if (instr == FTS_AGAIN) { in freebsd11_fts_read()
497 if (instr != 0 && instr != FTS_AGAIN && instr != FTS_FOLLOW && in freebsd11_fts_set()
H A Dfts.c315 if (instr == FTS_AGAIN) { in fts_read()
496 if (instr != 0 && instr != FTS_AGAIN && instr != FTS_FOLLOW && in fts_set()
H A Dfts-compat.c326 if (instr == FTS_AGAIN) { in __fts_read_44bsd()
503 if (instr != 0 && instr != FTS_AGAIN && instr != FTS_FOLLOW && in __fts_set_44bsd()
/freebsd/include/
H A Dfts.h108 #define FTS_AGAIN 1 /* read node again */ macro