Searched refs:__strncpy_chk2 (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/include/ |
D | string.h | 156 char* __strncpy_chk2(char* _Nonnull __restrict, const char* _Nonnull __restrict, size_t, size_t, si… 303 return __strncpy_chk2(dst, src, n, bos_dst, bos_src); in strncpy() 511 return __strncpy_chk2(dst, src, n, bos_dst, bos_src); in strncpy()
|
/bionic/libc/bionic/ |
D | fortify.cpp | 367 char* __strncpy_chk2(char* __restrict dst, const char* __restrict src, in __strncpy_chk2() function
|
/bionic/libc/ |
D | libc.mips64.map | 128 __strncpy_chk2; # introduced=21
|
D | libc.x86_64.map | 128 __strncpy_chk2; # introduced=21
|
D | libc.arm64.map | 128 __strncpy_chk2; # introduced=21
|
D | libc.x86.map | 180 __strncpy_chk2; # introduced=21
|
D | libc.mips.map | 180 __strncpy_chk2; # introduced=21
|
D | libc.arm.map | 183 __strncpy_chk2; # introduced=21
|
D | libc.map.txt | 184 __strncpy_chk2; # introduced=21
|