Searched refs:FTS_STOP (Results 1 – 2 of 2) sorted by relevance
258 if (sp->fts_cur == NULL || ISSET(FTS_STOP)) in fts_read()336 if (ISSET(FTS_STOP)) in fts_read()356 SET(FTS_STOP); in fts_read()412 SET(FTS_STOP); in fts_read()421 SET(FTS_STOP); in fts_read()428 SET(FTS_STOP); in fts_read()476 if (ISSET(FTS_STOP)) in fts_children()661 SET(FTS_STOP); in fts_build()687 SET(FTS_STOP); in fts_build()767 SET(FTS_STOP); in fts_build()
62 #define FTS_STOP 0x2000 /* (private) unrecoverable error */ macro