Searched refs:HF_strcmp (Results 1 – 1 of 1) sorted by relevance
/external/honggfuzz/libhfuzz/ |
D | memorycmp.c | 16 static inline int HF_strcmp(const char* s1, const char* s2, uintptr_t addr) { in HF_strcmp() function 144 return HF_strcmp(s1, s2, RET_CALL_CHAIN); in HF_WEAK_WRAP() 250 return HF_strcmp(s1, s2, RET_CALL_CHAIN); in HF_WEAK_WRAP() 263 if (HF_strcmp(s1, s2, RET_CALL_CHAIN) == 0) { in HF_WEAK_WRAP() 332 return (HF_strcmp(s1, s2, RET_CALL_CHAIN) == 0); in HF_WEAK_WRAP()
|