Searched refs:open_wmemstream (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/lib/libc/tests/stdio/ |
| HD | open_wmemstream_test.c | 60 fp = open_wmemstream(&buf, &len); in ATF_TC_BODY() 83 fp = open_wmemstream(&buf, NULL); in ATF_TC_BODY() 87 fp = open_wmemstream(NULL, &len); in ATF_TC_BODY() 91 fp = open_wmemstream(&buf, &len); in ATF_TC_BODY() 156 fp = open_wmemstream(&buf, &len); in ATF_TC_BODY()
|
| /NextBSD/lib/libc/stdio/ |
| HD | Makefile.inc | 17 open_memstream.c open_wmemstream.c \ 65 MLINKS+=open_memstream.3 open_wmemstream.3
|
| HD | Symbol.map | 160 open_wmemstream;
|
| HD | open_wmemstream.c | 235 open_wmemstream(wchar_t **bufp, size_t *sizep) in open_wmemstream() function
|
| /NextBSD/include/ |
| HD | wchar.h | 210 FILE *open_wmemstream(wchar_t **, size_t *);
|
| /NextBSD/contrib/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_common_interceptors.inc | 4737 INTERCEPTOR(__sanitizer_FILE *, open_wmemstream, wchar_t **ptr, 4740 COMMON_INTERCEPTOR_ENTER(ctx, open_wmemstream, ptr, sizeloc); 4741 __sanitizer_FILE *res = REAL(open_wmemstream)(ptr, sizeloc); 4764 COMMON_INTERCEPT_FUNCTION(open_wmemstream); \
|
| /NextBSD/contrib/compiler-rt/lib/dfsan/ |
| HD | libc_ubuntu1404_abilist.txt | 2458 fun:open_wmemstream=uninstrumented
|