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