Home
last modified time | relevance | path

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

/third_party/FreeBSD/lib/libc/gen/
Dfts.c313 if (sp->fts_cur == NULL || ISSET(FTS_STOP)) in fts_read()
393 if (ISSET(FTS_STOP)) in fts_read()
411 SET(FTS_STOP); in fts_read()
473 SET(FTS_STOP); in fts_read()
481 SET(FTS_STOP); in fts_read()
487 SET(FTS_STOP); in fts_read()
535 if (ISSET(FTS_STOP)) in fts_children()
763 SET(FTS_STOP); in fts_build()
858 SET(FTS_STOP); in fts_build()
/third_party/FreeBSD/include/
Dfts.h103 #define FTS_STOP 0x200 /* (private) unrecoverable error */ macro