Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dopen_wmemstream.c39 } wmemstream_t; typedef
57 wmemstream_t *wmemp = _xdata(iop); in open_wmemstream_write()
127 wmemstream_t *wmemp = _xdata(iop); in open_wmemstream_seek()
159 wmemstream_t *wmemp = _xdata(iop); in open_wmemstream_close()
170 wmemstream_t *wmemp; in open_wmemstream()
177 wmemp = calloc(1, sizeof (wmemstream_t)); in open_wmemstream()