Searched refs:strncat (Results 1 – 23 of 23) sorted by relevance
/bionic/libc/arch-x86_64/string/ |
D | sse2-strncat-slm.S | 32 #define STRCAT strncat
|
/bionic/libc/arch-x86/atom/string/ |
D | ssse3-strncat-atom.S | 31 #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_64/ |
D | x86_64.mk | 15 upstream-openbsd/lib/libc/string/strncat.c \ 46 arch-x86_64/string/sse2-strncat-slm.S \
|
/bionic/tests/ |
D | fortify_compilation_test.cpp | 139 strncat(buf, "foobar", sizeof("foobar")); in test_strncat()
|
D | fortify_test.cpp | 302 ASSERT_FORTIFY(strncat(myfoo.a, "9", n)); in TEST_F() 313 ASSERT_FORTIFY(strncat(myfoo.a, "0123456789", n)); in TEST_F() 322 ASSERT_FORTIFY(strncat(myfoo.b, myfoo.a, n)); in TEST_F() 530 ASSERT_FORTIFY(strncat(buf, "9", n)); in TEST_F() 537 ASSERT_FORTIFY(strncat(buf, "0123456789", n)); in TEST_F() 719 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/arch-x86/ |
D | x86.mk | 36 arch-x86/atom/string/ssse3-strncat-atom.S \ 94 upstream-openbsd/lib/libc/string/strncat.c
|
/bionic/libstdc++/include/ |
D | cstring | 57 using ::strncat;
|
/bionic/libc/include/ |
D | string.h | 96 extern char* strncat(char* __restrict, const char* __restrict, size_t); 258 char *strncat(char* __restrict dest, const char* __restrict src, size_t n) { in strncat() function
|
/bionic/libc/ |
D | libc.mips64.map | 940 strncat;
|
D | libc.x86_64.map | 940 strncat;
|
D | libc.arm64.map | 940 strncat;
|
D | Android.bp | 618 "upstream-openbsd/lib/libc/string/strncat.c", 717 "upstream-openbsd/lib/libc/string/strncat.c", 731 "upstream-openbsd/lib/libc/string/strncat.c", 1215 "arch-x86/atom/string/ssse3-strncat-atom.S", 1252 "arch-x86_64/string/sse2-strncat-slm.S",
|
D | libc.x86.brillo.map | 996 strncat;
|
D | libc.mips.brillo.map | 998 strncat;
|
D | libc.arm.brillo.map | 1000 strncat;
|
D | libc.mips.map | 998 strncat;
|
D | libc.x86.map | 996 strncat;
|
D | libc.arm.map | 1000 strncat;
|
D | libc.map.txt | 1025 strncat;
|
D | Android.mk | 389 upstream-openbsd/lib/libc/string/strncat.c \
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1010 strncat
|