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

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
glue.h 47 extern struct glue __sglue;
fwalk.c 65 for (g = &__sglue; g != NULL; g = g->next)
findfp.c 91 struct glue __sglue = { &uglue, 3, __sF }; variable in typeref:struct:glue
140 for (g = &__sglue;; g = g->next) {
180 for (g = &__sglue; (n -= g->niobs) > 0 && g->next; g = g->next)
  /bionic/libc/stdio/
glue.h 50 __LIBC32_LEGACY_PUBLIC__ extern struct glue __sglue;
stdio.cpp 94 struct glue __sglue = { nullptr, 3, __sF }; variable in typeref:struct:glue
95 static struct glue* lastglue = &__sglue;
147 for (g = &__sglue; g != nullptr; g = g->next) {
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fwalk.c 47 for (g = &__sglue; g != NULL; g = g->next)

Completed in 82 milliseconds