Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
Dfortify_strchr_chk_test.cpp16 extern "C" char* __strchr_chk(const char* s, int c, size_t s_len);
39 char* result = __strchr_chk(srcChar, dest, obj);
/third_party/musl/porting/linux/user/include/fortify/
Dstring.h30 char *__strchr_chk(const char* p, int ch, size_t s_len);
214 return __strchr_chk(s, c, bos); in strchr()
/third_party/musl/ndk_musl_include/fortify/
Dstring.h30 char *__strchr_chk(const char* p, int ch, size_t s_len);
214 return __strchr_chk(s, c, bos); in strchr()
/third_party/musl/porting/linux/user/src/fortify/
Dfortify.c270 char* __strchr_chk(const char *s, int c, size_t s_len) in __strchr_chk() function
/third_party/musl/
Dlibc.map.txt222 __strchr_chk;