Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
Dfortify_strlen_chk_test.cpp21 int result = __strlen_chk(str, sizeof(str));
/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/ndk_musl_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/Benchmark/musl/
Dlibc_string.cpp120 extern "C" size_t __strlen_chk(const char* s, size_t s_len);
131 c += __strlen_chk(bmstrlenAligned, __builtin_object_size(bmstrlenAligned, 0)); in Bm_function_Strlen_chk()
/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.txt228 __strlen_chk;