Home
last modified time | relevance | path

Searched refs:__asan_strncmp (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/san/memory/
H A Dmemintrinsics.h179 int __asan_strncmp(const char *__null_terminated s1, const char *__null_terminated s2, size_t n) __…
203 #define strncmp __asan_strncmp
H A Dkasan-memintrinsics.c163 __asan_strncmp(const char *__unsafe_indexable s1, const char *__unsafe_indexable s2, size_t n) in __asan_strncmp() function