Home
last modified time | relevance | path

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

/NextBSD/lib/libc/tests/stdio/
HDopen_wmemstream_test.c60 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/
HDMakefile.inc17 open_memstream.c open_wmemstream.c \
65 MLINKS+=open_memstream.3 open_wmemstream.3
HDSymbol.map160 open_wmemstream;
HDopen_wmemstream.c235 open_wmemstream(wchar_t **bufp, size_t *sizep) in open_wmemstream() function
/NextBSD/include/
HDwchar.h210 FILE *open_wmemstream(wchar_t **, size_t *);
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_interceptors.inc4737 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/
HDlibc_ubuntu1404_abilist.txt2458 fun:open_wmemstream=uninstrumented