Searched refs:strncat (Results 1 – 15 of 15) 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/generic/string/ |
D | strncat.c | 31 #define strncat strncat_openbsd macro
|
/bionic/libc/arch-x86_64/string/ |
D | sse2-strncat-slm.S | 32 #define STRCAT strncat
|
/bionic/libc/arch-x86/ |
D | static_function_dispatch.S | 49 FUNCTION_DELEGATE(strncat, strncat_openbsd)
|
D | dynamic_function_dispatch.cpp | 132 DEFINE_IFUNC_FOR(strncat) { in DEFINE_IFUNC_FOR() argument
|
/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 | 133 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() 480 ASSERT_FORTIFY(strncat(buf, "9", n)); in TEST_F() 487 ASSERT_FORTIFY(strncat(buf, "0123456789", n)); in TEST_F() 681 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/bits/fortify/ |
D | string.h | 88 char* strncat(char* const dst __pass_object_size, const char* src, size_t n) __overloadable { in strncat() function
|
/bionic/libc/include/ |
D | string.h | 103 char* strncat(char* __dst, const char* __src, size_t __n);
|
/bionic/libc/ |
D | Android.bp | 543 "upstream-openbsd/lib/libc/string/strncat.c", 590 "upstream-openbsd/lib/libc/string/strncat.c", 600 "upstream-openbsd/lib/libc/string/strncat.c", 899 "arch-x86/generic/string/strncat.c", 934 "arch-x86/atom/string/ssse3-strncat-atom.S", 968 "arch-x86_64/string/sse2-strncat-slm.S",
|
D | libc.map.txt | 1018 strncat;
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1010 strncat
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1018 strncat;
|