Home
last modified time | relevance | path

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

/external/honggfuzz/libhfuzz/
Dmemorycmp.c139 #define HF_WEAK_WRAP(ret, func, ...) \ macro
143 HF_WEAK_WRAP(int, strcmp, const char* s1, const char* s2) { in HF_WEAK_WRAP() function
146 HF_WEAK_WRAP(int, strcasecmp, const char* s1, const char* s2) { in HF_WEAK_WRAP() function
149 HF_WEAK_WRAP(int, strncmp, const char* s1, const char* s2, size_t n) { in HF_WEAK_WRAP() function
152 HF_WEAK_WRAP(int, strncasecmp, const char* s1, const char* s2, size_t n) { in HF_WEAK_WRAP() function
155 HF_WEAK_WRAP(char*, strstr, const char* haystack, const char* needle) { in HF_WEAK_WRAP() function
158 HF_WEAK_WRAP(char*, strcasestr, const char* haystack, const char* needle) { in HF_WEAK_WRAP() function
161 HF_WEAK_WRAP(int, memcmp, const void* m1, const void* m2, size_t n) { in HF_WEAK_WRAP() function
164 HF_WEAK_WRAP(int, bcmp, const void* m1, const void* m2, size_t n) { in HF_WEAK_WRAP() function
167 HF_WEAK_WRAP( in HF_WEAK_WRAP() function
[all …]