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

  /bionic/libc/stdio/
glue.h 41 int niobs; member in struct:glue
findfp.c 92 g->niobs = n;
118 for (fp = g->iobs, n = g->niobs; --n >= 0; fp++)
162 for (g = &__sglue; (n -= g->niobs) > 0 && g->next; g = g->next)
  /bionic/libc/upstream-freebsd/lib/libc/stdio/
fwalk.c 61 for (fp = g->iobs, n = g->niobs; --n >= 0; fp++)

Completed in 387 milliseconds