Searched refs:FTS_STOP (Results 1 – 4 of 4) sorted by relevance
344 if (sp->fts_cur == NULL || ISSET(FTS_STOP)) in fts_read()423 if (ISSET(FTS_STOP)) in fts_read()454 SET(FTS_STOP); in fts_read()511 SET(FTS_STOP); in fts_read()519 SET(FTS_STOP); in fts_read()525 SET(FTS_STOP); in fts_read()578 if (ISSET(FTS_STOP)) in fts_children()752 SET(FTS_STOP); in fts_build()789 SET(FTS_STOP); in fts_build()814 SET(FTS_STOP); in fts_build()[all …]
236 if (sp->fts_cur == NULL || ISSET(FTS_STOP)) in fts_read()266 if (ISSET(FTS_STOP)) in fts_read()432 SET(FTS_STOP); in fts_build()457 SET(FTS_STOP); in fts_build()
53 #define FTS_STOP 0x2000 /* (private) unrecoverable error */ macro
82 #define FTS_STOP 0x200 /* (private) unrecoverable error */ macro