Home
last modified time | relevance | path

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

/bionic/libc/arch-x86/
Ddynamic_function_dispatch.cpp76 typedef char* strncpy_func(char* __dst, const char* __src, size_t __n); typedef
79 if (__builtin_cpu_is("atom")) RETURN_FUNC(strncpy_func, strncpy_atom); in DEFINE_IFUNC_FOR()
80 RETURN_FUNC(strncpy_func, strncpy_generic); in DEFINE_IFUNC_FOR()