Searched refs:open_memstream (Results 1 – 19 of 19) 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 | fileno.c | 92 omem = open_memstream(&buf, &size); in check_memstream()
|
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 | 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 | 371 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 | 253 valfp = open_memstream(&valbuf, &valsize); in _expand_config_value()
|
H A D | pci_emul.c | 1466 fp = open_memstream(&bootorder, &bootorder_len); in init_bootorder()
|
/illumos-gate/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 696 open_memstream.o \
|
/illumos-gate/usr/src/lib/libc/amd64/ |
H A D | Makefile | 679 open_memstream.o \
|
/illumos-gate/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 727 open_memstream.o \
|
/illumos-gate/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 752 open_memstream.o \
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 274 open_memstream.3c \ 2210 open_wmemstream.3c := LINKSRC = open_memstream.3c
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 267 open_memstream;
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 765 file path=usr/share/man/man3c/open_memstream.3c 766 link path=usr/share/man/man3c/open_wmemstream.3c target=open_memstream.3c
|