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

/netbsd-6-1-5-RELEASE/include/
H A Dfts.h82 #define FTS_STOP 0x200 /* (private) unrecoverable error */ macro
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dfts.c328 if (sp->fts_cur == NULL || ISSET(FTS_STOP))
396 * 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);
551 if (ISSET(FTS_STOP))
725 SET(FTS_STOP);
762 SET(FTS_STOP);
[all...]

Completed in 55 milliseconds