Searched refs:wcsxfrm (Results 1 – 12 of 12) sorted by relevance
/freebsd/lib/libc/string/ |
H A D | Makefile.inc | 27 wcsrchr.c wcsspn.c wcsstr.c wcstok.c wcswidth.c wcsxfrm.c wmemchr.c \ 55 wcswidth.3 wcsxfrm.3 wmemchr.3
|
H A D | wcsxfrm.c | 81 wcsxfrm(wchar_t * __restrict dest, const wchar_t * __restrict src, size_t len) in wcsxfrm() function
|
H A D | Symbol.map | 68 wcsxfrm;
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cwchar.inc | 62 using ::wcsxfrm _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cwchar.cppm |
|
H A D | cwchar.inc | 62 using std::wcsxfrm _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cwchar | 69 size_t wcsxfrm(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n); 168 using ::wcsxfrm _LIBCPP_USING_IF_EXISTS;
|
/freebsd/include/ |
H A D | wchar.h | 168 size_t wcsxfrm(wchar_t * __restrict, const wchar_t * __restrict, size_t);
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 924 SYMBOL(wcsxfrm, None, <wchar.h>)
|
H A D | StdSymbolMap.inc | 3210 SYMBOL(wcsxfrm, std::, <cwchar>) 3211 SYMBOL(wcsxfrm, None, <cwchar>) 3212 SYMBOL(wcsxfrm, None, <wchar.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3291 fun:wcsxfrm=uninstrumented
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 7183 INTERCEPTOR(SIZE_T, wcsxfrm, wchar_t *dest, const wchar_t *src, SIZE_T len) { 7184 STRXFRM_INTERCEPTOR_IMPL(wcsxfrm, dest, src, len); 7193 COMMON_INTERCEPT_FUNCTION(wcsxfrm); \
|