Searched refs:bufp (Results 1 - 2 of 2) sorted by relevance

/seL4-test-master/projects/musllibc/src/stdio/
H A Dopen_memstream.c7 char **bufp; member in struct:cookie
42 *c->bufp = c->buf = newbuf;
58 FILE *open_memstream(char **bufp, size_t *sizep) argument
72 c->bufp = bufp;
75 c->buf = *bufp = buf;
H A Dopen_wmemstream.c8 wchar_t **bufp; member in struct:cookie
42 *c->bufp = c->buf = newbuf;
60 FILE *open_wmemstream(wchar_t **bufp, size_t *sizep) argument
74 c->bufp = bufp;
77 c->buf = *bufp = buf;

Completed in 30 milliseconds