Searched refs:Strncmp (Results 1 – 1 of 1) sorted by relevance
13 volatile auto Strncmp = &(strncmp); // Make sure strncmp is not inlined. in LLVMFuzzerTestOneInput() local14 if (Size >= 6 && !Strncmp(S, "qwerty", 6)) { in LLVMFuzzerTestOneInput()