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

  /bionic/libc/stdio/
glue.h 45 extern struct glue __sglue;
findfp.c 72 struct glue __sglue = { &uglue, 3, __sF }; variable in typeref:struct:glue
117 for (g = &__sglue; g != NULL; g = g->next) {
162 for (g = &__sglue; (n -= g->niobs) > 0 && g->next; g = g->next)
  /bionic/libc/upstream-freebsd/lib/libc/stdio/
fwalk.c 60 for (g = &__sglue; g != NULL; g = g->next)

Completed in 503 milliseconds