Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfts.c275 if (sp->fts_cur == NULL || ISSET(FTS_STOP)) in fts_read()
354 if (ISSET(FTS_STOP)) in fts_read()
374 SET(FTS_STOP); in fts_read()
431 SET(FTS_STOP); in fts_read()
440 SET(FTS_STOP); in fts_read()
447 SET(FTS_STOP); in fts_read()
494 if (ISSET(FTS_STOP)) in fts_children()
672 SET(FTS_STOP); in fts_build()
698 SET(FTS_STOP); in fts_build()
773 SET(FTS_STOP); in fts_build()
/illumos-gate/usr/src/head/
H A Dfts.h58 #define FTS_STOP 0x2000 /* (private) unrecoverable error */ macro