HomeSort by: relevance | last modified time | path
    Searched refs:FTS_STOP (Results 1 - 2 of 2) sorted by relevancy

  /src/include/
fts.h 82 #define FTS_STOP 0x200 /* (private) unrecoverable error */
  /src/lib/libc/gen/
fts.c 344 if (sp->fts_cur == NULL || ISSET(FTS_STOP))
412 * FTS_STOP or the fts_info field of the node.
423 if (ISSET(FTS_STOP))
454 SET(FTS_STOP);
511 SET(FTS_STOP);
519 SET(FTS_STOP);
525 SET(FTS_STOP);
578 if (ISSET(FTS_STOP))
752 SET(FTS_STOP);
789 SET(FTS_STOP);
    [all...]

Completed in 12 milliseconds