Home
last modified time | relevance | path

Searched refs:open_wmemstream (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libc/tests/stdio/
H A Dopen_wmemstream_test.c57 fp = open_wmemstream(&buf, &len); in ATF_TC_BODY()
80 fp = open_wmemstream(&buf, NULL); in ATF_TC_BODY()
84 fp = open_wmemstream(NULL, &len); in ATF_TC_BODY()
88 fp = open_wmemstream(&buf, &len); in ATF_TC_BODY()
153 fp = open_wmemstream(&buf, &len); in ATF_TC_BODY()
/freebsd/lib/libc/stdio/
H A DMakefile.inc15 open_memstream.c open_wmemstream.c \
88 MLINKS+=open_memstream.3 open_wmemstream.3
H A DSymbol.map155 open_wmemstream;
H A Dopen_wmemstream.c234 open_wmemstream(wchar_t **bufp, size_t *sizep) in open_wmemstream() function
/freebsd/include/
H A Dwchar.h227 FILE *open_wmemstream(wchar_t **, size_t *);
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6203 INTERCEPTOR(__sanitizer_FILE *, open_wmemstream, wchar_t **ptr,
6206 COMMON_INTERCEPTOR_ENTER(ctx, open_wmemstream, ptr, sizeloc);
6207 __sanitizer_FILE *res = REAL(open_wmemstream)(ptr, sizeloc);
6230 COMMON_INTERCEPT_FUNCTION(open_wmemstream); \
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2464 fun:open_wmemstream=uninstrumented