Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dfindfp.c78 static struct glue *lastglue = &uglue; variable
136 SET_GLUE_PTR(lastglue->next, g); /* atomically append glue to list */ in __sfp()
137 lastglue = g; /* not atomic; only accessed when locked */ in __sfp()
185 SET_GLUE_PTR(lastglue->next, g); in f_prealloc()
186 lastglue = g; in f_prealloc()