Home
last modified time | relevance | path

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

/external/honggfuzz/libhfuzz/
Dmemorycmp.c38 static inline int HF_strncmp(const char* s1, const char* s2, size_t n, uintptr_t addr) { in HF_strncmp() function
77 if (HF_strncmp(h, needle, needle_len, addr) == 0) { in HF_strstr()
150 return HF_strncmp(s1, s2, n, RET_CALL_CHAIN); in HF_WEAK_WRAP()
237 return HF_strncmp(s1, s2, (size_t)len, RET_CALL_CHAIN); in HF_WEAK_WRAP()