/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_interceptors.cpp | 41 INTERCEPTOR(wchar_t *, wmemset, wchar_t *dst, wchar_t v, uptr size) { in INTERCEPTOR() argument 59 INTERCEPTOR(wchar_t *, wmemmove, wchar_t *dst, const wchar_t *src, uptr size) { in INTERCEPTOR() argument 80 INTERCEPTOR(wchar_t *, wmemcpy, wchar_t *dst, const wchar_t *src, uptr size) { in INTERCEPTOR() argument 130 INTERCEPTOR(wchar_t *, wcsdup, const wchar_t *S) { in INTERCEPTOR() argument 152 INTERCEPTOR(wchar_t *, wcscpy, wchar_t *dst, const wchar_t *src) { in INTERCEPTOR() argument 171 INTERCEPTOR(wchar_t *, wcscat, wchar_t *dst, const wchar_t *src) { in INTERCEPTOR() argument 191 INTERCEPTOR(wchar_t *, wcpcpy, wchar_t *dst, const wchar_t *src) { in INTERCEPTOR() argument
|
/freebsd/cddl/contrib/opensolaris/head/ |
H A D | libintl.h | 55 typedef int wchar_t; typedef
|
/freebsd/contrib/ncurses/ncurses/widechar/ |
H A D | lib_wunctrl.c | 41 NCURSES_EXPORT(wchar_t *) in NCURSES_EXPORT() argument
|
/freebsd/include/ |
H A D | inttypes.h | 37 typedef ___wchar_t wchar_t; typedef
|
H A D | wchar.h | 88 typedef ___wchar_t wchar_t; typedef
|
H A D | stdlib.h | 48 typedef ___wchar_t wchar_t; typedef
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 650 INTERCEPTOR(wchar_t *, wmemcpy, wchar_t *dest, const wchar_t *src, SIZE_T n) { in INTERCEPTOR() argument 659 INTERCEPTOR(wchar_t *, wmempcpy, wchar_t *dest, const wchar_t *src, SIZE_T n) { in INTERCEPTOR() argument 671 INTERCEPTOR(wchar_t *, wmemset, wchar_t *s, wchar_t c, SIZE_T n) { in INTERCEPTOR() argument 679 INTERCEPTOR(wchar_t *, wmemmove, wchar_t *dest, const wchar_t *src, SIZE_T n) { in INTERCEPTOR() argument 1673 INTERCEPTOR(wchar_t *, wcschr, void *s, wchar_t wc, void *ps) { in INTERCEPTOR() argument 1680 INTERCEPTOR(wchar_t *, wcscpy, wchar_t *dest, const wchar_t *src) { in INTERCEPTOR() argument 1689 INTERCEPTOR(wchar_t *, wcsncpy, wchar_t *dest, const wchar_t *src, SIZE_T n) { in INTERCEPTOR() argument
|
/freebsd/contrib/googletest/googletest/src/ |
H A D | gtest-printers.cc | 227 static const char* GetCharWidthPrefix(wchar_t) { return "L"; } in GetCharWidthPrefix() argument
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 17158 extern "C" int wmain (int argc, wchar_t * argv[], wchar_t * []) { argument
|