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

/bionic/libc/stdio/
H A Dstdio.cpp98 struct glue __sglue = { NULL, 3, __sF }; variable in typeref:struct:glue
99 static struct glue* lastglue = &__sglue;
144 for (g = &__sglue; g != NULL; g = g->next) {

Completed in 111 milliseconds