Searched refs:FTS_STOP (Results 1 – 2 of 2) sorted by relevance
339 if (sp->fts_cur == NULL || ISSET(FTS_STOP)) in fts_read()419 if (ISSET(FTS_STOP)) in fts_read()437 SET(FTS_STOP); in fts_read()499 SET(FTS_STOP); in fts_read()507 SET(FTS_STOP); in fts_read()513 SET(FTS_STOP); in fts_read()561 if (ISSET(FTS_STOP)) in fts_children()817 SET(FTS_STOP); in fts_build()922 SET(FTS_STOP); in fts_build()
67 #define FTS_STOP 0x200 /* (private) unrecoverable error */ macro