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

/freebsd-10.0-release/include/
H A Dfts.h61 #define FTS_STOP 0x200 /* (private) unrecoverable error */ macro
/freebsd-10.0-release/lib/libc/gen/
H A Dfts-compat.c327 if (sp->fts_cur == NULL || ISSET(FTS_STOP))
395 * FTS_STOP or the fts_info field of the node.
407 if (ISSET(FTS_STOP))
427 SET(FTS_STOP);
484 SET(FTS_STOP);
492 SET(FTS_STOP);
498 SET(FTS_STOP);
550 if (ISSET(FTS_STOP))
775 SET(FTS_STOP);
799 SET(FTS_STOP);
[all...]
H A Dfts-compat.h59 #define FTS_STOP 0x200 /* (private) unrecoverable error */ macro
H A Dfts.c317 if (sp->fts_cur == NULL || ISSET(FTS_STOP))
385 * FTS_STOP or the fts_info field of the node.
397 if (ISSET(FTS_STOP))
417 SET(FTS_STOP);
474 SET(FTS_STOP);
482 SET(FTS_STOP);
488 SET(FTS_STOP);
535 if (ISSET(FTS_STOP))
760 SET(FTS_STOP);
853 SET(FTS_STOP);
[all...]

Completed in 122 milliseconds