Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/fuzzer/
DCustomAllocator.cpp23 int strncmp_result = strncmp(buf1, buf2, 4); in callFuzzerInterceptors() local
24 if (strncmp_result != 0) { in callFuzzerInterceptors()