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

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
glue.h 44 FILE *iobs; member in struct:glue
fwalk.c 66 for (fp = g->iobs, n = g->niobs; --n >= 0; fp++)
findfp.c 115 g->iobs = p;
141 for (fp = g->iobs, n = g->niobs; --n >= 0; fp++)
  /bionic/libc/stdio/
glue.h 46 FILE *iobs; member in struct:glue
stdio.cpp 121 g->iobs = p;
148 for (fp = g->iobs, n = g->niobs; --n >= 0; fp++)
159 fp = g->iobs;
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fwalk.c 48 for (fp = g->iobs, n = g->niobs; --n >= 0; fp++) {

Completed in 519 milliseconds