Home
last modified time | relevance | path

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

/freebsd-12.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-12.1/lib/libc/stdio/
H A DMakefile.inc18 open_memstream.c open_wmemstream.c \
41 getline.3 getwc.3 mktemp.3 open_memstream.3 \
67 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-12.1/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_open_memstream.c47 fp = open_memstream(&buf, &size); in ATF_TC_BODY()
/freebsd-12.1/include/
H A Dstdio.h371 FILE *open_memstream(char **, size_t *);
/freebsd-12.1/usr.sbin/prometheus_sysctl_exporter/
H A Dprometheus_sysctl_exporter.c579 fp = open_memstream(&http_buf, &http_buflen); in main()
/freebsd-12.1/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_lineno.c60 filepath = open_memstream(&lf->lf_fullpath, &slen); in _dwarf_lineno_add_file()
/freebsd-12.1/usr.bin/truss/
H A Dsyscalls.c1562 fp = open_memstream(&tmp, &tmplen); in print_arg()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc306 // For open_memstream().
5836 INTERCEPTOR(__sanitizer_FILE *, open_memstream, char **ptr, SIZE_T *sizeloc) {
5838 COMMON_INTERCEPTOR_ENTER(ctx, open_memstream, ptr, sizeloc);
5842 __sanitizer_FILE *res = REAL(open_memstream)(ptr, sizeloc);
5878 COMMON_INTERCEPT_FUNCTION(open_memstream); \
/freebsd-12.1/contrib/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2457 fun:open_memstream=uninstrumented