Home
last modified time | relevance | path

Searched refs:mempcpy (Results 1 – 12 of 12) sorted by relevance

/bionic/docs/
Dclang_fortify_anatomy.md132 ## Breakdown of `mempcpy`
134 The [FORTIFY'ed version of `mempcpy`] is a full, featureful example of a
139 - If the `mempcpy` has the potential to write to more bytes than what is
147 void* mempcpy(void* __dst, const void* __src, size_t __n) __INTRODUCED_IN(23);
153 The [source for `mempcpy`] in Bionic's headers for is:
156 void* mempcpy(void* const dst __pass_object_size0, const void* src, size_t copy_amount)
159 "'mempcpy' called with size bigger than buffer") {
176 void* mempcpy(
183 "'mempcpy' called with size bigger than buffer"))) {
205 ### How does Clang select `mempcpy`? argument
[all …]
Dstatus.md221 * <string.h> `basename`, `strerror_l`, `strerror_r`, `mempcpy`.
/bionic/libc/bionic/
Dexec.cpp157 mempcpy(mempcpy(mempcpy(buf, dir, dir_len), "/", 1), name, name_len + 1); in execvpe()
Dmempcpy.cpp31 void* mempcpy(void* dst, const void* src, size_t n) { in mempcpy() function
Dfortify.cpp506 return mempcpy(dst, src, count); in __mempcpy_chk()
/bionic/tests/
Dclang_fortify_tests.cpp152 EXPECT_FORTIFY_DEATH(mempcpy(small_buffer, large_buffer, sizeof(large_buffer))); in FORTIFY_TEST()
195 EXPECT_NO_DEATH(mempcpy(split.tiny_buffer, &split, sizeof(split))); in FORTIFY_TEST()
Dstring_test.cpp1522 TEST(STRING_TEST, mempcpy) { in TEST() argument
1524 ASSERT_EQ(&dst[4], reinterpret_cast<char*>(mempcpy(dst, "hello", 4))); in TEST()
/bionic/libc/include/bits/fortify/
Dstring.h64 void* _Nonnull mempcpy(void* _Nonnull const dst __pass_object_size0, const void* _Nonnull src, size… in mempcpy() function
/bionic/libc/include/
Dstring.h55 void* _Nonnull mempcpy(void* _Nonnull __dst, const void* _Nonnull __src, size_t __n) __INTRODUCED_I…
/bionic/libc/
Dlibc.map.txt643 mempcpy; # introduced=23
DAndroid.bp876 "bionic/mempcpy.cpp",
/bionic/tools/versioner/platforms/
Dlibc.map.txt643 mempcpy; # introduced=23