Searched refs:stpncpy (Results 1 – 15 of 15) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/string/ |
D | stpncpy.c | 38 stpncpy(char *dst, const char *src, size_t n) in stpncpy() function 57 DEF_WEAK(stpncpy);
|
/bionic/libc/arch-x86/silvermont/string/ |
D | sse2-stpncpy-slm.S | 33 #define STRCPY stpncpy
|
/bionic/libc/arch-x86_64/string/ |
D | sse2-stpncpy-slm.S | 33 #define STRCPY stpncpy
|
/bionic/tests/ |
D | fortify_test.cpp | 56 ASSERT_FORTIFY(stpncpy(myfoo.a, "01234567890", copy_amt)); in TEST_F() 63 ASSERT_FORTIFY(stpncpy(myfoo.b, myfoo.one, sizeof(myfoo.b))); in TEST_F() 516 ASSERT_FORTIFY(stpncpy(bufb, bufa, n)); in TEST_F() 523 ASSERT_FORTIFY(stpncpy(dest, src, sizeof(dest))); in TEST_F() 824 TEST(TEST_NAME, stpncpy) { in TEST() argument 828 stpncpy(dst, src, sizeof(dst)); in TEST() 845 stpncpy(dst, src, sizeof(dst)); in TEST()
|
D | clang_fortify_tests.cpp | 202 EXPECT_FORTIFY_DEATH(stpncpy(small_buffer, large_string, sizeof(large_string))); in FORTIFY_TEST() 249 EXPECT_FORTIFY_DEATH_STRUCT(stpncpy(split.tiny_buffer, small_string, sizeof(small_string))); in FORTIFY_TEST()
|
D | string_test.cpp | 676 TEST(STRING_TEST, stpncpy) { in TEST() argument 702 ASSERT_EQ(state.ptr2 + expected_end, stpncpy(state.ptr2, state.ptr1, copy_len)); in TEST() 739 ASSERT_EQ(state.ptr2 + expected_end, stpncpy(state.ptr2, state.ptr1, copy_len)); in TEST()
|
/bionic/tests/headers/posix/ |
D | string_h.c | 45 FUNCTION(stpncpy, char* (*f)(char*, const char*, size_t)); in string_h()
|
/bionic/libc/include/ |
D | string.h | 106 char* stpncpy(char* __dst, const char* __src, size_t __n) __INTRODUCED_IN(21);
|
/bionic/libc/include/bits/fortify/ |
D | string.h | 159 char* stpncpy(char* const dst __pass_object_size, const char* const src __pass_object_size, size_t … in stpncpy() function
|
/bionic/libc/bionic/ |
D | fortify.cpp | 246 return stpncpy(dst, src, len); in __stpncpy_chk()
|
/bionic/libc/ |
D | Android.bp | 603 "upstream-openbsd/lib/libc/string/stpncpy.c", 635 "upstream-openbsd/lib/libc/string/stpncpy.c", 649 "upstream-openbsd/lib/libc/string/stpncpy.c", 902 "arch-x86/silvermont/string/sse2-stpncpy-slm.S", 954 "arch-x86_64/string/sse2-stpncpy-slm.S",
|
D | libc.map.txt | 996 stpncpy; # introduced=21
|
/bionic/libc/tools/ |
D | posix-2013.txt | 989 stpncpy
|
/bionic/docs/ |
D | status.md | 188 * <string.h> `strcoll_l`/`strxfrm_l`, `stpcpy`/`stpncpy`.
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 996 stpncpy; # introduced=21
|