Searched refs:open_wmemstream (Results 1 – 15 of 15) sorted by relevance
/illumos-gate/usr/src/test/libc-tests/tests/stdio/ |
H A D | memstream.c | 202 FILE *f = open_wmemstream(bufp, sizep); in open_wmemstream_badopen() 1257 if ((f = open_wmemstream(&c, &s)) == NULL) { in open_wmemstream_def_seek() 1305 if ((f = open_wmemstream(&c, &s)) == NULL) { in open_wmemstream_no_read() 1377 if ((f = open_wmemstream(&c, &s)) == NULL) { in open_wmemstream_bad_flush() 1438 fw = open_wmemstream(&w, &s2); in memstream_bad_seek() 1531 if ((f = open_wmemstream(&c, &s)) == NULL) { in open_wmemstream_append_nul() 1583 if ((f = open_wmemstream(&c, &s)) == NULL) { in open_wmemstream_embed_nuls() 1623 if ((f = open_wmemstream(&c, &s)) == NULL) { in open_wmemstream_wide_write() 1670 if ((f = open_wmemstream(&c, &s)) == NULL) { in open_wmemstream_seek_grow() 1734 if ((f = open_wmemstream(&c, &s)) == NULL) { in open_wmemstream_byte_writes() [all …]
|
H A D | fileno.c | 97 wmem = open_wmemstream(&wbuf, &size); in check_memstream() 165 f = open_wmemstream(&c, &s); in check_alternate()
|
H A D | memstream_reopen.c | 80 f = open_wmemstream(&wc, &sz); in main()
|
H A D | orientation_test.c | 245 f = open_wmemstream(&wbuf, &size); in main()
|
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/ |
H A D | wchar_h.cfg | 34 func | open_wmemstream |\
|
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | open_wmemstream.c | 167 open_wmemstream(wchar_t **bufp, size_t *sizep) in open_wmemstream() function
|
H A D | README.design | 205 created with an explicit orientation, for example, open_wmemstream(3C) 230 open_wmemstream(3C).
|
/illumos-gate/usr/src/head/ |
H A D | wchar.h | 191 extern FILE *open_wmemstream(wchar_t **, size_t *);
|
/illumos-gate/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 697 open_wmemstream.o \
|
/illumos-gate/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 728 open_wmemstream.o \
|
/illumos-gate/usr/src/lib/libc/amd64/ |
H A D | Makefile | 680 open_wmemstream.o \
|
/illumos-gate/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 753 open_wmemstream.o \
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 1083 open_wmemstream.3c \ 2218 open_wmemstream.3c := LINKSRC = open_memstream.3c
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 292 open_wmemstream;
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 766 link path=usr/share/man/man3c/open_wmemstream.3c target=open_memstream.3c
|