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

/freebsd-11-stable/lib/libc/gen/
H A Dfts-compat.h59 #define FTS_STOP 0x200 /* (private) unrecoverable error */ macro
H A Dfts-compat.c319 if (sp->fts_cur == NULL || ISSET(FTS_STOP))
387 * FTS_STOP or the fts_info field of the node.
399 if (ISSET(FTS_STOP))
419 SET(FTS_STOP);
476 SET(FTS_STOP);
484 SET(FTS_STOP);
490 SET(FTS_STOP);
537 if (ISSET(FTS_STOP))
762 SET(FTS_STOP);
786 SET(FTS_STOP);
[all...]
H A Dfts.c310 if (sp->fts_cur == NULL || ISSET(FTS_STOP))
378 * FTS_STOP or the fts_info field of the node.
390 if (ISSET(FTS_STOP))
408 SET(FTS_STOP);
470 SET(FTS_STOP);
478 SET(FTS_STOP);
484 SET(FTS_STOP);
532 if (ISSET(FTS_STOP))
760 SET(FTS_STOP);
854 SET(FTS_STOP);
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Dcompat_fts.h53 #define FTS_STOP 0x2000 /* (private) unrecoverable error */ macro
H A Dcompat_fts.c236 if (sp->fts_cur == NULL || ISSET(FTS_STOP))
261 * FTS_STOP or the fts_info field of the node.
266 if (ISSET(FTS_STOP))
432 SET(FTS_STOP);
457 SET(FTS_STOP);
/freebsd-11-stable/include/
H A Dfts.h61 #define FTS_STOP 0x200 /* (private) unrecoverable error */ macro

Completed in 104 milliseconds