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

/freebsd-9.3-release/lib/libc/gen/
H A Dfts-compat.h63 #define FTS_STOP 0x200 /* (private) unrecoverable error */ macro
H A Dfts-compat.c325 if (sp->fts_cur == NULL || ISSET(FTS_STOP))
393 * FTS_STOP or the fts_info field of the node.
405 if (ISSET(FTS_STOP))
425 SET(FTS_STOP);
482 SET(FTS_STOP);
490 SET(FTS_STOP);
496 SET(FTS_STOP);
548 if (ISSET(FTS_STOP))
773 SET(FTS_STOP);
797 SET(FTS_STOP);
[all...]
H A Dfts.c320 if (sp->fts_cur == NULL || ISSET(FTS_STOP))
388 * FTS_STOP or the fts_info field of the node.
400 if (ISSET(FTS_STOP))
420 SET(FTS_STOP);
477 SET(FTS_STOP);
485 SET(FTS_STOP);
491 SET(FTS_STOP);
543 if (ISSET(FTS_STOP))
770 SET(FTS_STOP);
863 SET(FTS_STOP);
[all...]
/freebsd-9.3-release/include/
H A Dfts.h59 #define FTS_STOP 0x200 /* (private) unrecoverable error */ macro

Completed in 101 milliseconds