Home
last modified time | relevance | path

Searched refs:glue (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/stdio/
Dglue.h43 struct glue { struct
44 struct glue *next; argument
50 __LIBC32_LEGACY_PUBLIC__ extern struct glue __sglue; argument
Dstdio.cpp98 struct glue __sglue = { NULL, 3, __sF };
99 static struct glue* lastglue = &__sglue;
114 static glue* moreglue(int n) { in moreglue()
117 char* data = new char[sizeof(glue) + ALIGNBYTES + n * sizeof(FILE) + n * sizeof(__sfileext)]; in moreglue()
120 glue* g = reinterpret_cast<glue*>(data); in moreglue()
141 struct glue *g; in __sfp()
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dfwalk.c44 struct glue *g; in _fwalk()