Home
last modified time | relevance | path

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

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