Searched refs:strncat (Results 1 – 15 of 15) sorted by relevance
/bionic/libc/arch-x86/atom/string/ |
D | ssse3-strncat-atom.S | 31 #define STRCAT strncat
|
/bionic/libc/arch-x86_64/string/ |
D | sse2-strncat-slm.S | 32 #define STRCAT strncat
|
/bionic/libc/upstream-openbsd/lib/libc/string/ |
D | strncat.c | 41 strncat(char *dst, const char *src, size_t n) in strncat() function
|
/bionic/libc/arch-x86/generic/ |
D | generic.mk | 24 arch-x86/atom/string/ssse3-strncat-atom.S \ 41 upstream-openbsd/lib/libc/string/strncat.c
|
/bionic/libc/arch-arm64/ |
D | arm64.mk | 28 upstream-openbsd/lib/libc/string/strncat.c \
|
/bionic/libc/include/ |
D | string.h | 73 extern char* strncat(char* __restrict, const char* __restrict, size_t); 172 char *strncat(char* __restrict dest, const char* __restrict src, size_t n) { in strncat() function
|
/bionic/libc/arch-x86/silvermont/ |
D | silvermont.mk | 25 arch-x86/atom/string/ssse3-strncat-atom.S \
|
/bionic/libc/arch-x86/atom/ |
D | atom.mk | 23 arch-x86/atom/string/ssse3-strncat-atom.S \
|
/bionic/libc/arch-mips64/ |
D | mips64.mk | 41 upstream-openbsd/lib/libc/string/strncat.c \
|
/bionic/tests/ |
D | fortify_test.cpp | 333 ASSERT_EXIT(strncat(myfoo.a, "9", n), testing::KilledBySignal(SIGABRT), ""); in TEST_F() 345 ASSERT_EXIT(strncat(myfoo.a, "0123456789", n), testing::KilledBySignal(SIGABRT), ""); in TEST_F() 355 ASSERT_EXIT(strncat(myfoo.b, myfoo.a, n), testing::KilledBySignal(SIGABRT), ""); in TEST_F() 584 ASSERT_EXIT(strncat(buf, "9", n), testing::KilledBySignal(SIGABRT), ""); in TEST_F() 592 ASSERT_EXIT(strncat(buf, "0123456789", n), testing::KilledBySignal(SIGABRT), ""); in TEST_F() 724 TEST(TEST_NAME, strncat) { in TEST() argument
|
D | string_test.cpp | 314 char* res = strncat(buf, "01234", sizeof(buf) - strlen(buf) - 1); in TEST() 327 char* res = strncat(buf, "0123456789", 5); in TEST() 340 char* res = strncat(buf, "01234567", 8); in TEST() 350 char* res = strncat(buf, "01234567", 9); in TEST() 570 TEST(string, strncat) { in TEST() argument 590 ASSERT_TRUE(strncat(state.ptr2, state.ptr1, actual) == state.ptr2); in TEST()
|
/bionic/libc/arch-x86_64/ |
D | x86_64.mk | 60 arch-x86_64/string/sse2-strncat-slm.S \
|
/bionic/libstdc++/include/ |
D | cstring | 57 using ::strncat;
|
/bionic/libc/arch-mips/ |
D | mips.mk | 57 upstream-openbsd/lib/libc/string/strncat.c \
|
/bionic/libc/arch-arm/ |
D | arm.mk | 47 upstream-openbsd/lib/libc/string/strncat.c \
|