Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/tests/stdio/
H A Dopen_memstream2_test.c60 fp = open_memstream(&buf, &len); in ATF_TC_BODY()
83 fp = open_memstream(&buf, NULL); in ATF_TC_BODY()
87 fp = open_memstream(NULL, &len); in ATF_TC_BODY()
91 fp = open_memstream(&buf, &len); in ATF_TC_BODY()
156 fp = open_memstream(&buf, &len); in ATF_TC_BODY()
/freebsd-13.1/lib/libc/stdio/
H A DMakefile.inc18 open_memstream.c open_wmemstream.c \
41 getline.3 getwc.3 mktemp.3 open_memstream.3 \
71 MLINKS+=open_memstream.3 open_wmemstream.3
H A DSymbol.map159 open_memstream;
H A Dopen_memstream.c176 open_memstream(char **bufp, size_t *sizep) in open_memstream() function
/freebsd-13.1/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_open_memstream.c47 fp = open_memstream(&buf, &size); in ATF_TC_BODY()
/freebsd-13.1/usr.sbin/pkg/
H A Dpkg.c610 sig = open_memstream(&sigb, &sigsz); in read_pubkey()
662 sigfp = open_memstream(&sig, &sigsz); in parse_cert()
665 certfp = open_memstream(&cert, &certsz); in parse_cert()
H A Dconfig.c229 buffp = open_memstream(&buf, &bufsz); in config_parse()
/freebsd-13.1/usr.sbin/bhyve/
H A Dconfig.c231 valfp = open_memstream(&valbuf, &valsize); in _expand_config_value()
/freebsd-13.1/include/
H A Dstdio.h376 FILE *open_memstream(char **, size_t *);
/freebsd-13.1/usr.sbin/pw/
H A Dpw_conf.c436 buffp = open_memstream(&buf, &sz); in write_userconfig()
/freebsd-13.1/usr.sbin/prometheus_sysctl_exporter/
H A Dprometheus_sysctl_exporter.c617 fp = open_memstream(&http_buf, &http_buflen); in main()
/freebsd-13.1/usr.sbin/kldxref/
H A Dkldxref.c246 fp = open_memstream(new_desc, &new_desc_size); in parse_pnp_list()
/freebsd-13.1/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_lineno.c60 filepath = open_memstream(&lf->lf_fullpath, &slen); in _dwarf_lineno_add_file()
/freebsd-13.1/usr.bin/truss/
H A Dsyscalls.c1752 fp = open_memstream(&tmp, &tmplen); in print_arg()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc329 // For open_memstream().
6172 INTERCEPTOR(__sanitizer_FILE *, open_memstream, char **ptr, SIZE_T *sizeloc) {
6174 COMMON_INTERCEPTOR_ENTER(ctx, open_memstream, ptr, sizeloc);
6178 __sanitizer_FILE *res = REAL(open_memstream)(ptr, sizeloc);
6214 COMMON_INTERCEPT_FUNCTION(open_memstream); \
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2457 fun:open_memstream=uninstrumented