HomeSort by relevance Sort by last modified time
    Searched refs:FTS_STOP (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fts.h 67 #define FTS_STOP 0x0200 /* (private) unrecoverable error */
  /bionic/libc/include/
fts.h 62 #define FTS_STOP 0x2000 /* (private) unrecoverable error */
  /bionic/libc/bionic/
fts.c 266 if (sp->fts_cur == NULL || ISSET(FTS_STOP))
333 * FTS_STOP or the fts_info field of the node.
344 if (ISSET(FTS_STOP))
364 SET(FTS_STOP);
421 SET(FTS_STOP);
430 SET(FTS_STOP);
437 SET(FTS_STOP);
485 if (ISSET(FTS_STOP))
672 SET(FTS_STOP);
698 SET(FTS_STOP);
    [all...]

Completed in 71 milliseconds