Home
last modified time | relevance | path

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

/haiku/src/libs/bsd/
H A Dfts.c339 if (sp->fts_cur == NULL || ISSET(FTS_STOP)) in fts_read()
419 if (ISSET(FTS_STOP)) in fts_read()
437 SET(FTS_STOP); in fts_read()
499 SET(FTS_STOP); in fts_read()
507 SET(FTS_STOP); in fts_read()
513 SET(FTS_STOP); in fts_read()
561 if (ISSET(FTS_STOP)) in fts_children()
817 SET(FTS_STOP); in fts_build()
922 SET(FTS_STOP); in fts_build()
/haiku/headers/compatibility/bsd/
H A Dfts.h67 #define FTS_STOP 0x200 /* (private) unrecoverable error */ macro