Home
last modified time | relevance | path

Searched refs:wcsxfrm (Results 1 – 12 of 12) sorted by relevance

/freebsd/lib/libc/string/
H A DMakefile.inc27 wcsrchr.c wcsspn.c wcsstr.c wcstok.c wcswidth.c wcsxfrm.c wmemchr.c \
55 wcswidth.3 wcsxfrm.3 wmemchr.3
H A Dwcsxfrm.c81 wcsxfrm(wchar_t * __restrict dest, const wchar_t * __restrict src, size_t len) in wcsxfrm() function
H A DSymbol.map68 wcsxfrm;
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcwchar.inc62 using ::wcsxfrm _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcwchar.cppm
H A Dcwchar.inc62 using std::wcsxfrm _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcwchar69 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 Dwchar.h168 size_t wcsxfrm(wchar_t * __restrict, const wchar_t * __restrict, size_t);
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc924 SYMBOL(wcsxfrm, None, <wchar.h>)
H A DStdSymbolMap.inc3210 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 Dlibc_ubuntu1404_abilist.txt3291 fun:wcsxfrm=uninstrumented
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7183 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); \