Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dfts-compat.c315 if (sp->fts_cur == NULL || ISSET(FTS_STOP)) in __fts_read_44bsd()
395 if (ISSET(FTS_STOP)) in __fts_read_44bsd()
415 SET(FTS_STOP); in __fts_read_44bsd()
472 SET(FTS_STOP); in __fts_read_44bsd()
480 SET(FTS_STOP); in __fts_read_44bsd()
486 SET(FTS_STOP); in __fts_read_44bsd()
533 if (ISSET(FTS_STOP)) in __fts_children_44bsd()
772 SET(FTS_STOP); in fts_build()
796 SET(FTS_STOP); in fts_build()
893 SET(FTS_STOP); in fts_build()
H A Dfts-compat11.c305 if (sp->fts_cur == NULL || ISSET(FTS_STOP)) in freebsd11_fts_read()
385 if (ISSET(FTS_STOP)) in freebsd11_fts_read()
403 SET(FTS_STOP); in freebsd11_fts_read()
465 SET(FTS_STOP); in freebsd11_fts_read()
473 SET(FTS_STOP); in freebsd11_fts_read()
479 SET(FTS_STOP); in freebsd11_fts_read()
527 if (ISSET(FTS_STOP)) in freebsd11_fts_children()
771 SET(FTS_STOP); in fts_build()
876 SET(FTS_STOP); in fts_build()
H A Dfts.c304 if (sp->fts_cur == NULL || ISSET(FTS_STOP)) in fts_read()
384 if (ISSET(FTS_STOP)) in fts_read()
402 SET(FTS_STOP); in fts_read()
464 SET(FTS_STOP); in fts_read()
472 SET(FTS_STOP); in fts_read()
478 SET(FTS_STOP); in fts_read()
526 if (ISSET(FTS_STOP)) in fts_children()
770 SET(FTS_STOP); in fts_build()
875 SET(FTS_STOP); in fts_build()
H A Dfts-compat.h58 #define FTS_STOP 0x200 /* (private) unrecoverable error */ macro
/freebsd/contrib/mandoc/
H A Dcompat_fts.c231 if (sp->fts_cur == NULL || ISSET(FTS_STOP)) in fts_read()
261 if (ISSET(FTS_STOP)) in fts_read()
427 SET(FTS_STOP); in fts_build()
452 SET(FTS_STOP); in fts_build()
H A Dcompat_fts.h54 #define FTS_STOP 0x2000 /* (private) unrecoverable error */ macro
/freebsd/include/
H A Dfts.h60 #define FTS_STOP 0x200 /* (private) unrecoverable error */ macro