Home
last modified time | relevance | path

Searched refs:__strlen_chk (Results 1 – 5 of 5) sorted by relevance

/aosp12/bionic/libc/bionic/
H A Dfortify.cpp313 size_t __strlen_chk(const char* s, size_t s_len) { in __strlen_chk() function
330 size_t dst_len = __strlen_chk(dst, dst_buf_size); in __strncat_chk()
463 size_t dst_len = __strlen_chk(dst, dst_buf_size); in __STRCAT_CHK()
/aosp12/bionic/libc/include/
H A Dstring.h76 size_t __strlen_chk(const char* __s, size_t __n) __INTRODUCED_IN(17);
/aosp12/bionic/libc/include/bits/fortify/
H A Dstring.h215 return __strlen_chk(s, __bos0(s)); in strlen()
/aosp12/bionic/libc/
H A Dlibc.map.txt182 __strlen_chk; # introduced-arm=17 introduced-arm64=21 introduced-x86=17 introduced-x86_64=21
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt182 __strlen_chk; # introduced-arm=17 introduced-arm64=21 introduced-x86=17 introduced-x86_64=21