Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInterceptors.cpp50 static int FuzzerInited = 0; variable
57 if (!FuzzerInited) { in ensureFuzzerInited()
152 if (!FuzzerInited) in DEFINE_REAL()
160 if (!FuzzerInited) in memcmp()
168 if (!FuzzerInited) in strncmp()
176 if (!FuzzerInited) in strcmp()
198 if (!FuzzerInited) in strstr()
227 if (FuzzerInited) in fuzzerInit()
251 FuzzerInited = 1; in fuzzerInit()