Home | History | Annotate | Download | only in fuzzer

Lines Matching refs:Printf

31     Printf("0x%x,", (unsigned)Data[i]);
32 Printf("%s", PrintAfter);
41 Printf("\\\\");
43 Printf("\\\"");
45 Printf("%c", Byte);
47 Printf("\\x%02x", Byte);
53 Printf("%s", PrintAfter);
130 Printf("ParseDictionaryFile: file does not exist or is empty\n");
147 Printf("ParseDictionaryFile: error in line %d\n\t\t%s\n", LineNo,
198 Printf("%s", DescribePC(SymbolizedFMT, PC).c_str());
200 Printf(FallbackFMT, PC);
218 Printf("WARNING: std::thread::hardware_concurrency not well defined for "