Searched refs:wcsxfrm_l (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/libc/string/ |
H A D | wcsxfrm.c | 42 wcsxfrm_l(wchar_t * __restrict dest, const wchar_t * __restrict src, size_t len, locale_t locale) in wcsxfrm_l() function 83 return wcsxfrm_l(dest, src, len, __get_locale()); in wcsxfrm()
|
/freebsd/lib/libc/locale/ |
H A D | Symbol.map | 128 wcsxfrm_l;
|
/freebsd/include/xlocale/ |
H A D | _wchar.h | 43 size_t wcsxfrm_l(wchar_t * __restrict,
|
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/ |
H A D | win32.h | 208 #define wcsxfrm_l _wcsxfrm_l macro
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | locale.cpp | 683 string_type out(wcsxfrm_l(0, in.c_str(), 0, __l_), wchar_t()); in do_transform() 684 wcsxfrm_l(const_cast<wchar_t*>(out.c_str()), in.c_str(), out.size() + 1, __l_); in do_transform()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3292 fun:wcsxfrm_l=uninstrumented
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 7187 INTERCEPTOR(SIZE_T, wcsxfrm_l, wchar_t *dest, const wchar_t *src, SIZE_T len, 7189 STRXFRM_INTERCEPTOR_IMPL(wcsxfrm_l, dest, src, len, locale); 7194 COMMON_INTERCEPT_FUNCTION(wcsxfrm_l);
|