Searched refs:__sglue (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/stdio/
H A Dglue.h50 __LIBC32_LEGACY_PUBLIC__ extern struct glue __sglue;
H A Dstdio.cpp88 struct glue __sglue = { NULL, 3, __sF }; variable in typeref:struct:glue
89 static struct glue* lastglue = &__sglue;
134 for (g = &__sglue; g != NULL; g = g->next) {
/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dfwalk.c47 for (g = &__sglue; g != NULL; g = g->next)

Completed in 114 milliseconds