Searched refs:strcat (Results 1 - 16 of 16) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/string/
H A Dstrcat.c1 /* $OpenBSD: strcat.c,v 1.9 2014/06/10 04:17:37 deraadt Exp $ */
35 __warn_references(strcat,
36 "warning: strcat() is almost always misused, please use strlcat()");
40 strcat(char *s, const char *append) function
/bionic/libc/arch-x86/generic/string/
H A Dstrcat.S1 /* $OpenBSD: strcat.S,v 1.8 2005/08/07 11:30:38 espie Exp $ */
11 .section .gnu.warning.strcat
12 .ascii "warning: strcat() is almost always misused, please use strlcat()"
22 ENTRY(strcat) function
74 END(strcat)
/bionic/libstdc++/include/
H A Dcstring49 using ::strcat;
/bionic/libc/arch-x86_64/string/
H A Dsse2-strcat-slm.S32 # define STRCAT strcat
/bionic/libc/arch-x86_64/
H A Dx86_64.mk11 upstream-openbsd/lib/libc/string/strcat.c \
41 arch-x86_64/string/sse2-strcat-slm.S \
/bionic/libc/arch-x86/
H A Dx86.mk32 arch-x86/generic/string/strcat.S
41 arch-x86/atom/string/ssse3-strcat-atom.S \
47 arch-x86/generic/string/strcat.S
85 upstream-openbsd/lib/libc/string/strcat.c \
/bionic/tests/
H A Dfortify_compilation_test.cpp129 strcat(buf, "foobar"); // NOLINT(runtime/printf)
H A Dfortify_test.cpp333 ASSERT_FORTIFY(strcat(myfoo.a, src));
341 ASSERT_FORTIFY(strcat(myfoo.b, myfoo.a));
545 ASSERT_FORTIFY(strcat(buf, src));
832 TEST(TEST_NAME, strcat) {
H A Dstring_test.cpp255 TEST(STRING_TEST, strcat) {
269 EXPECT_TRUE(strcat(state.ptr2, state.ptr1) == state.ptr2);
346 char* res = strcat(buf, "01234");
359 char* res = strcat(buf, "01234567");
1205 ASSERT_EQ(dst, reinterpret_cast<uint8_t*>(strcat(reinterpret_cast<char*>(dst),
1219 ASSERT_EQ(dst, reinterpret_cast<uint8_t*>(strcat(reinterpret_cast<char*>(dst),
H A Dgtest_main.cpp605 strcat(filter_arg, test_name.c_str());
/bionic/libc/include/
H A Dstring.h73 extern char* strcat(char* __restrict, const char* __restrict);
253 char* strcat(char* __restrict dest, const char* __restrict src) { function
/bionic/libc/arch-arm/cortex-a15/bionic/
H A Dstrcat.S83 ENTRY(strcat) function
575 END(strcat)
/bionic/libc/arch-arm/cortex-a9/bionic/
H A Dstrcat.S83 ENTRY(strcat) function
555 END(strcat)
/bionic/libc/arch-x86/atom/string/
H A Dssse3-strcat-atom.S90 # define STRCAT strcat
/bionic/libc/tzcode/
H A Dlocaltime.c413 strcat(fullname, "/");
414 strcat(fullname, name);
/bionic/libc/
H A DAndroid.mk385 upstream-openbsd/lib/libc/string/strcat.c \

Completed in 256 milliseconds