Lines Matching full:glue
47 #include "glue.h"
65 static struct glue uglue = { NULL, FOPEN_MAX - 3, usual };
77 struct glue __sglue = { &uglue, 3, __sF };
78 static struct glue *lastglue = &uglue;
80 static struct glue * moreglue(int);
90 static struct glue *
93 struct glue *g; in moreglue()
99 g = (struct glue *)malloc(sizeof(*g) + align + n * sizeof(FILE)); in moreglue()
119 struct glue *g; in __sfp()
136 SET_GLUE_PTR(lastglue->next, g); /* atomically append glue to list */ in __sfp()
172 struct glue *g; in f_prealloc()