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 __LIBC64_HIDDEN__ extern struct glue __sglue; argument
Dfindfp.c62 static struct glue uglue = { 0, FOPEN_MAX - 3, usual };
63 static struct glue *lastglue = &uglue;
75 struct glue __sglue = { &uglue, 3, __sF };
77 static struct glue *
80 struct glue *g; in moreglue()
90 g = (struct glue *)data; in moreglue()
114 struct glue *g; in __sfp()
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dfwalk.c44 struct glue *g; in _fwalk()