Home
last modified time | relevance | path

Searched defs:strcat (Results 1 – 7 of 7) sorted by relevance

/aosp12/bionic/libc/arch-arm/generic/bionic/
H A Dstrcat.c29 #define strcat strcat_generic macro
/aosp12/bionic/libc/upstream-openbsd/lib/libc/string/
H A Dstrcat.c40 strcat(char *s, const char *append) in strcat() function
/aosp12/bionic/libc/arch-x86/
H A Ddynamic_function_dispatch.cpp120 DEFINE_IFUNC_FOR(strcat) { in DEFINE_IFUNC_FOR() argument
/aosp12/bionic/libc/arch-arm/
H A Ddynamic_function_dispatch.cpp249 DEFINE_IFUNC_FOR(strcat) { in DEFINE_IFUNC_FOR() argument
/aosp12/bionic/libc/include/bits/fortify/
H A Dstring.h101 char* strcat(char* const dst __pass_object_size, const char* src) in strcat() function
/aosp12/bionic/tests/
H A Dfortify_test.cpp789 TEST(TEST_NAME, strcat) { in TEST() argument
H A Dstring_test.cpp260 TEST(STRING_TEST, strcat) { in TEST() argument