Home
last modified time | relevance | path

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

/bionic/libc/arch-x86/
Ddynamic_function_dispatch.cpp126 typedef char* strncat_func(char* __dst, const char* __src, size_t __n); typedef
129 if (__builtin_cpu_supports("ssse3")) RETURN_FUNC(strncat_func, strncat_ssse3); in DEFINE_IFUNC_FOR()
130 RETURN_FUNC(strncat_func, strncat_openbsd); in DEFINE_IFUNC_FOR()