Symbol: open_memstream
include/stdio.h
382
FILE *open_memstream(char **, size_t *);
lib/libc/tests/stdio/open_memstream2_test.c
153
fp = open_memstream(&buf, &len);
lib/libc/tests/stdio/open_memstream2_test.c
203
fp = open_memstream(&buf, &len);
lib/libc/tests/stdio/open_memstream2_test.c
57
fp = open_memstream(&buf, &len);
lib/libc/tests/stdio/open_memstream2_test.c
80
fp = open_memstream(&buf, NULL);
lib/libc/tests/stdio/open_memstream2_test.c
84
fp = open_memstream(NULL, &len);
lib/libc/tests/stdio/open_memstream2_test.c
88
fp = open_memstream(&buf, &len);
lib/libiscsiutil/keys.c
114
fp = open_memstream(&data, &len);
lib/libsysdecode/tests/sysdecode_test.c
93
fp = open_memstream(&buf, &sz);
usr.bin/find/printf.c
47
fp = open_memstream(&tmpstr, &tmplen);
usr.bin/ident/ident.c
70
if ((buffp = open_memstream(&buf, &sz)) == NULL)
usr.bin/truss/syscalls.c
1642
fp = open_memstream(&tmp, &tmplen);
usr.sbin/bhyve/config.c
244
valfp = open_memstream(&valbuf, &valsize);
usr.sbin/bhyve/pci_emul.c
1504
fp = open_memstream(&bootorder, &bootorder_len);
usr.sbin/bsdinstall/partedit/gpart_ops.c
99
fp = open_memstream(&buf, &len);
usr.sbin/bsdinstall/partedit/scripted.c
215
fp = open_memstream(&input, &len);
usr.sbin/kldxref/kldxref.c
278
fp = open_memstream(new_desc, &new_desc_size);
usr.sbin/pkg/config.c
230
buffp = open_memstream(&buf, &bufsz);
usr.sbin/pkg/pkg.c
484
fp = open_memstream(&obuf, osz);
usr.sbin/pkg/pkg.c
590
sigfp = open_memstream(&sig, &sigsz);
usr.sbin/pkg/pkg.c
593
certfp = open_memstream(&cert, &certsz);
usr.sbin/pkg/pkg.c
596
typefp = open_memstream(&type, &typesz);
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
620
fp = open_memstream(&http_buf, &http_buflen);
usr.sbin/pw/pw_conf.c
437
buffp = open_memstream(&buf, &sz);