Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/fuzzer/
DSingleStrncmpTest.cpp13 volatile auto Strncmp = &(strncmp); // Make sure strncmp is not inlined. in LLVMFuzzerTestOneInput() local
14 if (Size >= 6 && !Strncmp(S, "qwerty", 6)) { in LLVMFuzzerTestOneInput()