Searched refs:open_memstream (Results 1 – 20 of 20) sorted by relevance
| /illumos-gate/usr/src/test/libc-tests/tests/stdio/ |
| H A D | memstream_reopen.c | 73 f = open_memstream(&c, &sz); in main()
|
| H A D | open_memstreamtest.c | 49 if ((fp = open_memstream(&buf, &size)) == NULL) { in main()
|
| H A D | memstream.c | 138 FILE *f = open_memstream(bufp, sizep); in open_memstream_badopen() 1237 if ((f = open_memstream(&c, &s)) == NULL) { in open_memstream_def_seek() 1277 if ((f = open_memstream(&c, &s)) == NULL) { in open_memstream_no_read() 1333 if ((f = open_memstream(&c, &s)) == NULL) { in open_memstream_bad_flush() 1437 f = open_memstream(&c, &s1); in memstream_bad_seek() 1483 if ((f = open_memstream(&c, &s)) == NULL) { in open_memstream_append_nul()
|
| H A D | fileno.c | 92 omem = open_memstream(&buf, &size); in check_memstream()
|
| H A D | orientation_test.c | 241 f = open_memstream(&buf, &size); in main()
|
| /illumos-gate/usr/src/test/libc-tests/cfg/symbols/ |
| H A D | stdio_h.cfg | 56 func | open_memstream |\
|
| /illumos-gate/usr/src/lib/libc/port/stdio/ |
| H A D | open_memstream.c | 205 open_memstream(char **bufp, size_t *sizep) in open_memstream() function
|
| H A D | README.design | 30 memory, when created by open_memstream(3C) or fmopen(3C). This document 229 memory in the form of fmemopen(3C), open_memstream(3C), and
|
| /illumos-gate/usr/src/head/ |
| H A D | stdio.h | 373 extern FILE *open_memstream(char **, size_t *);
|
| /illumos-gate/usr/src/boot/include/ |
| H A D | stdio.h | 352 FILE *open_memstream(char **, size_t *);
|
| /illumos-gate/usr/src/cmd/bhyve/common/ |
| H A D | config.c | 254 valfp = open_memstream(&valbuf, &valsize); in _expand_config_value()
|
| H A D | pci_emul.c | 1473 fp = open_memstream(&bootorder, &bootorder_len); in init_bootorder()
|
| /illumos-gate/usr/src/man/man3c/ |
| H A D | Makefile | 277 open_memstream.3c \
|
| H A D | Manlink | 674 open_memstream.3c
|
| /illumos-gate/usr/src/lib/libc/sparcv9/ |
| H A D | Makefile.com | 696 open_memstream.o \
|
| /illumos-gate/usr/src/lib/libc/i386/ |
| H A D | Makefile.com | 728 open_memstream.o \
|
| /illumos-gate/usr/src/lib/libc/amd64/ |
| H A D | Makefile | 678 open_memstream.o \
|
| /illumos-gate/usr/src/lib/libc/sparc/ |
| H A D | Makefile.com | 752 open_memstream.o \
|
| /illumos-gate/usr/src/lib/libc/port/ |
| H A D | mapfile-vers | 318 open_memstream;
|
| /illumos-gate/usr/src/pkg/manifests/ |
| H A D | system-library.man3c.inc | 772 file path=usr/share/man/man3c/open_memstream.3c 773 link path=usr/share/man/man3c/open_wmemstream.3c target=open_memstream.3c
|