Searched refs:strncmp_result (Results 1 – 1 of 1) sorted by relevance
23 int strncmp_result = strncmp(buf1, buf2, 4); in callFuzzerInterceptors() local24 if (strncmp_result != 0) { in callFuzzerInterceptors()