Searched refs:bufp (Results 1 – 2 of 2) sorted by relevance
7 char** bufp; member43 *c->bufp = c->buf = newbuf; in ms_write()59 FILE* open_memstream(char** bufp, size_t* sizep) { in open_memstream() argument73 c->bufp = bufp; in open_memstream()76 c->buf = *bufp = buf; in open_memstream()
8 wchar_t** bufp; member43 *c->bufp = c->buf = newbuf; in wms_write()62 FILE* open_wmemstream(wchar_t** bufp, size_t* sizep) { in open_wmemstream() argument76 c->bufp = bufp; in open_wmemstream()79 c->buf = *bufp = buf; in open_wmemstream()
Completed in 4 milliseconds