HomeSort by relevance Sort by last modified time
    Searched refs:fts_instr (Results 51 - 52 of 52) sorted by null

1 23

  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
fts.h 110 unsigned short fts_instr; /* fts_set() instructions */ member in struct:_ftsent
  /bionic/libc/bionic/
fts.c 272 instr = p->fts_instr;
273 p->fts_instr = FTS_NOINSTR;
375 if (p->fts_instr == FTS_SKIP)
377 if (p->fts_instr == FTS_FOLLOW) {
387 p->fts_instr = FTS_NOINSTR;
459 p->fts_instr = instr;
926 p->fts_instr = FTS_NOINSTR;

Completed in 96 milliseconds

1 23