Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dfts.c265 if (sp->fts_cur == NULL || ISSET(FTS_STOP)) in fts_read()
343 if (ISSET(FTS_STOP)) in fts_read()
363 SET(FTS_STOP); in fts_read()
420 SET(FTS_STOP); in fts_read()
429 SET(FTS_STOP); in fts_read()
436 SET(FTS_STOP); in fts_read()
484 if (ISSET(FTS_STOP)) in fts_children()
671 SET(FTS_STOP); in fts_build()
697 SET(FTS_STOP); in fts_build()
776 SET(FTS_STOP); in fts_build()
/bionic/libc/include/
Dfts.h62 #define FTS_STOP 0x2000 /* (private) unrecoverable error */ macro