Home
last modified time | relevance | path

Searched refs:open_memstream (Results 1 – 22 of 22) sorted by relevance

/freebsd/lib/libc/tests/stdio/
H A Dopen_memstream2_test.c57 fp = open_memstream(&buf, &len); in ATF_TC_BODY()
80 fp = open_memstream(&buf, NULL); in ATF_TC_BODY()
84 fp = open_memstream(NULL, &len); in ATF_TC_BODY()
88 fp = open_memstream(&buf, &len); in ATF_TC_BODY()
153 fp = open_memstream(&buf, &len); in ATF_TC_BODY()
/freebsd/lib/libc/stdio/
H A DMakefile.inc16 open_memstream.c open_wmemstream.c \
39 getline.3 getwc.3 mktemp.3 open_memstream.3 \
89 MLINKS+=open_memstream.3 open_wmemstream.3
H A DSymbol.map154 open_memstream;
H A Dopen_memstream.c173 open_memstream(char **bufp, size_t *sizep) in open_memstream() function
/freebsd/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_open_memstream.c47 fp = open_memstream(&buf, &size); in ATF_TC_BODY()
/freebsd/lib/libsysdecode/tests/
H A Dsysdecode_test.c93 fp = open_memstream(&buf, &sz); in ATF_TC_BODY()
/freebsd/lib/libiscsiutil/
H A Dkeys.c114 fp = open_memstream(&data, &len); in keys_save()
/freebsd/usr.bin/ident/
H A Dident.c67 buffp = open_memstream(&buf, &sz); in scan()
/freebsd/usr.sbin/bsdinstall/partedit/
H A Dscripted.c215 fp = open_memstream(&input, &len); in scripted_editor()
H A Dgpart_ops.c99 fp = open_memstream(&buf, &len); in newfs_command()
/freebsd/usr.sbin/pkg/
H A Dpkg.c533 sig = open_memstream(&sigb, &sigsz); in read_pubkey()
585 sigfp = open_memstream(&sig, &sigsz); in parse_cert()
588 certfp = open_memstream(&cert, &certsz); in parse_cert()
H A Dconfig.c229 buffp = open_memstream(&buf, &bufsz); in config_parse()
/freebsd/usr.sbin/bhyve/
H A Dconfig.c243 valfp = open_memstream(&valbuf, &valsize); in _expand_config_value()
H A Dpci_emul.c1480 fp = open_memstream(&bootorder, &bootorder_len); in init_bootorder()
/freebsd/include/
H A Dstdio.h373 FILE *open_memstream(char **, size_t *);
/freebsd/usr.sbin/pw/
H A Dpw_conf.c431 buffp = open_memstream(&buf, &sz); in write_userconfig()
/freebsd/usr.sbin/prometheus_sysctl_exporter/
H A Dprometheus_sysctl_exporter.c620 fp = open_memstream(&http_buf, &http_buflen); in main()
/freebsd/usr.sbin/kldxref/
H A Dkldxref.c278 fp = open_memstream(new_desc, &new_desc_size); in parse_pnp_list()
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_lineno.c60 filepath = open_memstream(&lf->lf_fullpath, &slen); in _dwarf_lineno_add_file()
/freebsd/usr.bin/truss/
H A Dsyscalls.c1584 fp = open_memstream(&tmp, &tmplen); in print_arg()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc331 // For open_memstream().
6176 INTERCEPTOR(__sanitizer_FILE *, open_memstream, char **ptr, SIZE_T *sizeloc) {
6178 COMMON_INTERCEPTOR_ENTER(ctx, open_memstream, ptr, sizeloc);
6182 __sanitizer_FILE *res = REAL(open_memstream)(ptr, sizeloc);
6218 COMMON_INTERCEPT_FUNCTION(open_memstream); \
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2463 fun:open_memstream=uninstrumented