Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dopen_memstream.c26 size_t *sizeloc; member
62 *COOKIE->sizeloc = COOKIE->eof = COOKIE->pos; in oms_write()
108 *COOKIE->sizeloc = COOKIE->eof; in oms_seek()
131 FILE *open_memstream(char **bufloc, size_t *sizeloc) in open_memstream() argument
142 *(cookie->sizeloc = sizeloc) = cookie->eof = cookie->pos = 0; in open_memstream()

Completed in 3 milliseconds