Searched refs:open_wmemstream_badopen (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/test/libc-tests/tests/stdio/ |
H A D | memstream.c | 200 open_wmemstream_badopen(wchar_t **bufp, size_t *sizep, int err) in open_wmemstream_badopen() function 228 ret = open_wmemstream_badopen(NULL, &s, EINVAL); in open_wmemstream_badbuf() 241 return (open_wmemstream_badopen(&c, NULL, EINVAL)); in open_wmemstream_badsize() 247 return (open_wmemstream_badopen(NULL, NULL, EINVAL)); in open_wmemstream_allnull() 258 ret = open_wmemstream_badopen(&c, &len, EAGAIN); in open_wmemstream_cantalloc()
|