Home
last modified time | relevance | path

Searched refs:FTS_STOP (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Dfts.c258 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()
/bionic/libc/include/
Dfts.h62 #define FTS_STOP 0x2000 /* (private) unrecoverable error */ macro