Home
last modified time | relevance | path

Searched defs:wchar_t (Results 1 – 11 of 11) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A D__stddef_wchar_t.h24 typedef __WCHAR_TYPE__ wchar_t; typedef
/freebsd-src/cddl/contrib/opensolaris/head/
H A Dlibintl.h55 typedef int wchar_t; typedef
/freebsd-src/contrib/ncurses/ncurses/widechar/
H A Dlib_wunctrl.c41 NCURSES_EXPORT(wchar_t *) in NCURSES_EXPORT() argument
/freebsd-src/include/
H A Dinttypes.h37 typedef ___wchar_t wchar_t; typedef
H A Dstddef.h51 typedef ___wchar_t wchar_t; typedef
H A Dwchar.h88 typedef ___wchar_t wchar_t; typedef
[all...]
H A Dstdlib.h48 typedef ___wchar_t wchar_t; typedef
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_win.cpp194 int _CrtDbgReportW(int reportType, const wchar_t*, int, in _CrtDbgReportW()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp650 INTERCEPTOR(wchar_t *,wmemcpy,wchar_t * dest,const wchar_t * src,SIZE_T n) INTERCEPTOR() argument
659 INTERCEPTOR(wchar_t *,wmempcpy,wchar_t * dest,const wchar_t * src,SIZE_T n) INTERCEPTOR() argument
671 INTERCEPTOR(wchar_t *,wmemset,wchar_t * s,wchar_t c,SIZE_T n) INTERCEPTOR() argument
679 INTERCEPTOR(wchar_t *,wmemmove,wchar_t * dest,const wchar_t * src,SIZE_T n) INTERCEPTOR() argument
1673 INTERCEPTOR(wchar_t *,wcschr,void * s,wchar_t wc,void * ps) INTERCEPTOR() argument
1680 INTERCEPTOR(wchar_t *,wcscpy,wchar_t * dest,const wchar_t * src) INTERCEPTOR() argument
1689 INTERCEPTOR(wchar_t *,wcsncpy,wchar_t * dest,const wchar_t * src,SIZE_T n) INTERCEPTOR() argument
[all...]
/freebsd-src/contrib/googletest/googletest/src/
H A Dgtest-printers.cc227 static const char* GetCharWidthPrefix(wchar_t) { return "L"; } in GetCharWidthPrefix() argument
/freebsd-src/contrib/bsnmp/tests/
H A Dcatch.hpp17158 extern "C" int wmain (int argc, wchar_t * argv[], wchar_t * []) { argument