Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/include/fortify/
Dstring.h32 size_t __strlen_chk(const char* s, size_t s_len);
239 return __strlen_chk(s, __DIAGNOSE_BOS0(s)); in strlen()
/third_party/musl/porting/linux/user/src/fortify/
Dfortify.c169 size_t __strlen_chk(const char* s, size_t s_len) in __strlen_chk() function
/third_party/musl/
Dlibc.map.txt224 __strlen_chk;