Searched refs:FTS_STOP (Results 1 – 2 of 2) sorted by relevance
275 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()
58 #define FTS_STOP 0x2000 /* (private) unrecoverable error */ macro