Home
last modified time | relevance | path

Searched defs:strcpy (Results 1 – 6 of 6) sorted by relevance

/aosp12/bionic/libc/upstream-openbsd/lib/libc/string/
H A Dstrcpy.c40 strcpy(char *to, const char *from) in strcpy() function
/aosp12/bionic/libc/arch-arm64/
H A Ddynamic_function_dispatch.cpp81 DEFINE_IFUNC_FOR(strcpy) { in DEFINE_IFUNC_FOR() argument
/aosp12/bionic/libc/arch-x86/
H A Ddynamic_function_dispatch.cpp70 DEFINE_IFUNC_FOR(strcpy) { in DEFINE_IFUNC_FOR() argument
/aosp12/bionic/libc/arch-arm/
H A Ddynamic_function_dispatch.cpp210 DEFINE_IFUNC_FOR(strcpy) { in DEFINE_IFUNC_FOR() argument
/aosp12/bionic/libc/include/bits/fortify/
H A Dstring.h89 char* strcpy(char* const dst __pass_object_size, const char* src) in strcpy() function
/aosp12/bionic/tests/
H A Dstring_test.cpp537 TEST(STRING_TEST, strcpy) { in TEST() argument