Searched refs:wmemp (Results 1 – 1 of 1) sorted by relevance
57 wmemstream_t *wmemp = _xdata(iop); in open_wmemstream_write() local70 ret = memstream_newsize(wmemp->wmstr_pos, wmemp->wmstr_alloc, nbytes, in open_wmemstream_write()76 temp = recallocarray(wmemp->wmstr_buf, wmemp->wmstr_alloc, in open_wmemstream_write()81 wmemp->wmstr_buf = temp; in open_wmemstream_write()82 wmemp->wmstr_alloc = newsize; in open_wmemstream_write()83 *wmemp->wmstr_ubufp = temp; in open_wmemstream_write()90 nchars = mbrtowc_nz(&wmemp->wmstr_buf[wmemp->wmstr_pos], in open_wmemstream_write()91 &buf[nwritten], nbytes, &wmemp->wmstr_mbs); in open_wmemstream_write()112 wmemp->wmstr_pos++; in open_wmemstream_write()116 if (wmemp->wmstr_pos > wmemp->wmstr_lsize) { in open_wmemstream_write()[all …]