Searched refs:__strchr_chk (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
D | fortify_strchr_chk_test.cpp | 16 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/ |
D | string.h | 30 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/ |
D | string.h | 30 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/ |
D | fortify.c | 270 char* __strchr_chk(const char *s, int c, size_t s_len) in __strchr_chk() function
|
/third_party/musl/ |
D | libc.map.txt | 222 __strchr_chk;
|