Home
last modified time | relevance | path

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

/third_party/ulib/musl/src/stdio/
A Dopen_memstream.c7 char** bufp; member
43 *c->bufp = c->buf = newbuf; in ms_write()
59 FILE* open_memstream(char** bufp, size_t* sizep) { in open_memstream() argument
73 c->bufp = bufp; in open_memstream()
76 c->buf = *bufp = buf; in open_memstream()
A Dopen_wmemstream.c8 wchar_t** bufp; member
43 *c->bufp = c->buf = newbuf; in wms_write()
62 FILE* open_wmemstream(wchar_t** bufp, size_t* sizep) { in open_wmemstream() argument
76 c->bufp = bufp; in open_wmemstream()
79 c->buf = *bufp = buf; in open_wmemstream()

Completed in 4 milliseconds