Home
last modified time | relevance | path

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

/netbsd/src/lib/libc/gen/
Dfts.c344 if (sp->fts_cur == NULL || ISSET(FTS_STOP)) in fts_read()
423 if (ISSET(FTS_STOP)) in fts_read()
454 SET(FTS_STOP); in fts_read()
511 SET(FTS_STOP); in fts_read()
519 SET(FTS_STOP); in fts_read()
525 SET(FTS_STOP); in fts_read()
578 if (ISSET(FTS_STOP)) in fts_children()
752 SET(FTS_STOP); in fts_build()
789 SET(FTS_STOP); in fts_build()
814 SET(FTS_STOP); in fts_build()
[all …]
/netbsd/src/external/bsd/mdocml/dist/
Dcompat_fts.c236 if (sp->fts_cur == NULL || ISSET(FTS_STOP)) in fts_read()
266 if (ISSET(FTS_STOP)) in fts_read()
432 SET(FTS_STOP); in fts_build()
457 SET(FTS_STOP); in fts_build()
Dcompat_fts.h53 #define FTS_STOP 0x2000 /* (private) unrecoverable error */ macro
/netbsd/src/include/
Dfts.h82 #define FTS_STOP 0x200 /* (private) unrecoverable error */ macro