Searched refs:__stpncpy_chk2 (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/include/ |
D | string.h | 154 char* __stpncpy_chk2(char* _Nonnull __restrict, const char* _Nonnull __restrict, size_t, size_t, si… 288 return __stpncpy_chk2(dst, src, n, bos_dst, bos_src); in stpncpy() 490 return __stpncpy_chk2(dst, src, n, bos_dst, bos_src); in stpncpy()
|
/bionic/libc/bionic/ |
D | fortify.cpp | 253 char* __stpncpy_chk2(char* __restrict dst, const char* __restrict src, in __stpncpy_chk2() function
|
/bionic/libc/ |
D | libc.mips64.map | 119 __stpncpy_chk2; # introduced=21
|
D | libc.x86_64.map | 119 __stpncpy_chk2; # introduced=21
|
D | libc.arm64.map | 119 __stpncpy_chk2; # introduced=21
|
D | libc.x86.map | 171 __stpncpy_chk2; # introduced=21
|
D | libc.mips.map | 171 __stpncpy_chk2; # introduced=21
|
D | libc.arm.map | 174 __stpncpy_chk2; # introduced=21
|
D | libc.map.txt | 175 __stpncpy_chk2; # introduced=21
|