Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dglue.h39 struct glue { struct
40 struct glue *next; argument
45 extern struct glue __sglue; argument
Dfindfp.c56 static struct glue uglue = { 0, FOPEN_MAX - 3, usual };
64 struct glue __sglue = { &uglue, 3, __sF };
66 static struct glue *
69 struct glue *g; in moreglue()
79 g = (struct glue *)data; in moreglue()
103 struct glue *g; in __sfp()
141 struct glue *g;
Dfwalk.c44 struct glue *g; in _fwalk()