Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dopen_wmemstream.c34 size_t wmstr_pos; member
70 ret = memstream_newsize(wmemp->wmstr_pos, wmemp->wmstr_alloc, nbytes, in open_wmemstream_write()
90 nchars = mbrtowc_nz(&wmemp->wmstr_buf[wmemp->wmstr_pos], in open_wmemstream_write()
112 wmemp->wmstr_pos++; in open_wmemstream_write()
116 if (wmemp->wmstr_pos > wmemp->wmstr_lsize) { in open_wmemstream_write()
117 wmemp->wmstr_lsize = wmemp->wmstr_pos; in open_wmemstream_write()
118 wmemp->wmstr_buf[wmemp->wmstr_pos] = L'\0'; in open_wmemstream_write()
120 *wmemp->wmstr_usizep = MIN(wmemp->wmstr_pos, wmemp->wmstr_lsize); in open_wmemstream_write()
135 base = wmemp->wmstr_pos; in open_wmemstream_seek()
150 wmemp->wmstr_pos = npos; in open_wmemstream_seek()
[all …]