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.c416 if (sp->fts_cur == NULL || ISSET(FTS_STOP)) in fts_read()
496 if (ISSET(FTS_STOP)) in fts_read()
514 SET(FTS_STOP); in fts_read()
576 SET(FTS_STOP); in fts_read()
584 SET(FTS_STOP); in fts_read()
590 SET(FTS_STOP); in fts_read()
638 if (ISSET(FTS_STOP)) in fts_children()
896 SET(FTS_STOP); in fts_build()
1014 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.h78 #define FTS_STOP 0x010000 /* unrecoverable error */ macro