Searched refs:wmstr_buf (Results 1 – 1 of 1) sorted by relevance
32 wchar_t *wmstr_buf; member76 temp = recallocarray(wmemp->wmstr_buf, wmemp->wmstr_alloc, in open_wmemstream_write()81 wmemp->wmstr_buf = temp; in open_wmemstream_write()90 nchars = mbrtowc_nz(&wmemp->wmstr_buf[wmemp->wmstr_pos], in open_wmemstream_write()118 wmemp->wmstr_buf[wmemp->wmstr_pos] = L'\0'; in open_wmemstream_write()183 wmemp->wmstr_buf = calloc(wmemp->wmstr_alloc, sizeof (wchar_t)); in open_wmemstream()184 if (wmemp->wmstr_buf == NULL) { in open_wmemstream()187 wmemp->wmstr_buf[0] = L'\0'; in open_wmemstream()216 *wmemp->wmstr_ubufp = wmemp->wmstr_buf; in open_wmemstream()222 free(wmemp->wmstr_buf); in open_wmemstream()