Searched refs:strncat (Results 1 – 18 of 18) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/string/ |
D | strncat.c | 41 strncat(char *dst, const char *src, size_t n) in strncat() function 58 DEF_STRONG(strncat);
|
/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/tests/headers/posix/ |
D | string_h.c | 58 FUNCTION(strncat, char* (*f)(char*, const char*, size_t)); in string_h()
|
/bionic/tests/ |
D | fortify_filecheck_diagnostics_test.cpp | 165 strncat(buf, "foobar", sizeof("foobar")); in test_strncat()
|
D | fortify_test.cpp | 261 ASSERT_FORTIFY(strncat(myfoo.a, "9", n)); in TEST_F() 268 ASSERT_FORTIFY(strncat(myfoo.a, "0123456789", n)); in TEST_F() 276 ASSERT_FORTIFY(strncat(myfoo.b, myfoo.a, n)); in TEST_F() 482 ASSERT_FORTIFY(strncat(buf, "9", n)); in TEST_F() 489 ASSERT_FORTIFY(strncat(buf, "0123456789", n)); in TEST_F() 683 TEST(TEST_NAME, strncat) { in TEST() argument
|
D | string_test.cpp | 369 char* res = strncat(buf, "01234", sizeof(buf) - strlen(buf) - 1); in TEST() 382 char* res = strncat(buf, "0123456789", 5); in TEST() 395 char* res = strncat(buf, "01234567", 8); in TEST() 405 char* res = strncat(buf, "01234567", 9); in TEST() 617 TEST(STRING_TEST, strncat) { in TEST() argument 635 ASSERT_TRUE(strncat(state.ptr2, state.ptr1, actual) == state.ptr2); in TEST()
|
/bionic/libc/include/ |
D | string.h | 103 char* strncat(char* __dst, const char* __src, size_t __n);
|
/bionic/libc/include/bits/fortify/ |
D | string.h | 90 char* strncat(char* const dst __pass_object_size, const char* src, size_t n) __overloadable { in strncat() function
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1010 strncat
|
/bionic/libc/ |
D | Android.bp | 560 "upstream-openbsd/lib/libc/string/strncat.c", 619 "upstream-openbsd/lib/libc/string/strncat.c", 631 "upstream-openbsd/lib/libc/string/strncat.c", 1211 "arch-x86/atom/string/ssse3-strncat-atom.S", 1246 "arch-x86_64/string/sse2-strncat-slm.S",
|
D | libc.arm64.map | 934 strncat;
|
D | libc.x86_64.map | 934 strncat;
|
D | libc.mips64.map | 934 strncat;
|
D | libc.x86.map | 989 strncat;
|
D | libc.mips.map | 991 strncat;
|
D | libc.arm.map | 993 strncat;
|
D | libc.map.txt | 1018 strncat;
|