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

/haiku/headers/compatibility/bsd/
H A Dfts.h67 #define FTS_STOP 0x200 /* (private) unrecoverable error */ macro
/haiku/src/libs/bsd/
H A Dfts.c339 if (sp->fts_cur == NULL || ISSET(FTS_STOP))
407 * FTS_STOP or the fts_info field of the node.
419 if (ISSET(FTS_STOP))
437 SET(FTS_STOP);
499 SET(FTS_STOP);
507 SET(FTS_STOP);
513 SET(FTS_STOP);
561 if (ISSET(FTS_STOP))
817 SET(FTS_STOP);
922 SET(FTS_STOP);
[all...]

Completed in 84 milliseconds