Home
last modified time | relevance | path

Searched defs:wcscat (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/arch-x86/generic/string/
Dwcscat.c29 #define wcscat wcscat_freebsd macro
/bionic/libc/upstream-freebsd/lib/libc/string/
Dwcscat.c42 wcscat(wchar_t * __restrict s1, const wchar_t * __restrict s2) in wcscat() function
/bionic/libc/arch-x86/
Ddynamic_function_dispatch.cpp141 DEFINE_IFUNC_FOR(wcscat) { in DEFINE_IFUNC_FOR() argument
/bionic/tests/
Dwchar_test.cpp1080 TEST(wchar, wcscat) { in TEST() argument