/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-riscv64/string/ |
D | strncat.c | 31 #define strncat strncat_gc macro
|
/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-riscv64/ |
D | static_function_dispatch.S | 48 FUNCTION_DELEGATE(strncat, strncat_gc)
|
D | dynamic_function_dispatch.cpp | 123 DEFINE_IFUNC_FOR(strncat) { in DEFINE_IFUNC_FOR() argument
|
/bionic/libc/arch-x86/ |
D | static_function_dispatch.S | 49 FUNCTION_DELEGATE(strncat, strncat_openbsd)
|
D | dynamic_function_dispatch.cpp | 120 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_test.cpp | 256 ASSERT_FORTIFY(strncat(myfoo.a, "9", n)); in TEST_F() 263 ASSERT_FORTIFY(strncat(myfoo.a, "0123456789", n)); in TEST_F() 271 ASSERT_FORTIFY(strncat(myfoo.b, myfoo.a, n)); in TEST_F() 471 ASSERT_FORTIFY(strncat(buf, "9", n)); in TEST_F() 478 ASSERT_FORTIFY(strncat(buf, "0123456789", n)); in TEST_F() 676 TEST(TEST_NAME, strncat) { in TEST() argument
|
D | clang_fortify_tests.cpp | 179 EXPECT_FORTIFY_DEATH(strncat(small_buffer, large_string, sizeof(large_string))); in FORTIFY_TEST() 233 EXPECT_FORTIFY_DEATH_STRUCT(strncat(split.tiny_buffer, small_string, sizeof(small_string))); in FORTIFY_TEST()
|
D | string_test.cpp | 381 char* res = strncat(buf, "01234", sizeof(buf) - strlen(buf) - 1); in TEST() 394 char* res = strncat(buf, "0123456789", 5); in TEST() 407 char* res = strncat(buf, "01234567", 8); in TEST() 417 char* res = strncat(buf, "01234567", 9); in TEST() 629 TEST(STRING_TEST, strncat) { in TEST() argument 647 ASSERT_TRUE(strncat(state.ptr2, state.ptr1, actual) == state.ptr2); in TEST()
|
D | Android.bp | 637 "-Wno-strncat-size",
|
/bionic/libc/include/bits/fortify/ |
D | string.h | 120 char* _Nonnull strncat(char* _Nonnull const dst __pass_object_size, const char* _Nonnull src, size_… in strncat() function
|
/bionic/libc/include/ |
D | string.h | 147 char* _Nonnull strncat(char* _Nonnull __dst, const char* _Nonnull __src, size_t __n);
|
/bionic/libc/ |
D | Android.bp | 590 "upstream-openbsd/lib/libc/string/strncat.c", 601 "upstream-openbsd/lib/libc/string/strncat.c", 1118 "arch-riscv64/string/strncat.c", 1145 "arch-x86/generic/string/strncat.c", 1176 "arch-x86/string/ssse3-strncat-atom.S", 1206 "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;
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_151.S | 13944 CALL(strncat)
|