Searched refs:__strncpy_chk2 (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/include/bits/fortify/ |
D | string.h | 36 char* __strncpy_chk2(char*, const char*, size_t, size_t, size_t) __INTRODUCED_IN(21); 184 return __strncpy_chk2(dst, src, n, bos_dst, bos_src); in strncpy()
|
/bionic/libc/bionic/ |
D | fortify.cpp | 364 char* __strncpy_chk2(char* dst, const char* src, size_t n, size_t dst_len, size_t src_len) { in __strncpy_chk2() function
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 185 __strncpy_chk2; # introduced=21
|
/bionic/libc/ |
D | libc.map.txt | 185 __strncpy_chk2; # introduced=21
|