Searched refs:open_wmemstream (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/libc/tests/stdio/ |
H A D | open_wmemstream_test.c | 57 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 D | Makefile.inc | 15 open_memstream.c open_wmemstream.c \ 88 MLINKS+=open_memstream.3 open_wmemstream.3
|
H A D | Symbol.map | 155 open_wmemstream;
|
H A D | open_wmemstream.c | 234 open_wmemstream(wchar_t **bufp, size_t *sizep) in open_wmemstream() function
|
/freebsd/include/ |
H A D | wchar.h | 227 FILE *open_wmemstream(wchar_t **, size_t *);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 6203 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 D | libc_ubuntu1404_abilist.txt | 2464 fun:open_wmemstream=uninstrumented
|