Home
last modified time | relevance | path

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

/freebsd/lib/libc/string/
H A Dwcsxfrm.c42 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 DSymbol.map128 wcsxfrm_l;
/freebsd/include/xlocale/
H A D_wchar.h43 size_t wcsxfrm_l(wchar_t * __restrict,
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/
H A Dwin32.h208 #define wcsxfrm_l _wcsxfrm_l macro
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp683 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 Dlibc_ubuntu1404_abilist.txt3292 fun:wcsxfrm_l=uninstrumented
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7187 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);