Lines Matching refs:Printf
33 Printf("0x%x,", (unsigned)Data[i]); in PrintHexArray()
34 Printf("%s", PrintAfter); in PrintHexArray()
43 Printf("\\\\"); in PrintASCIIByte()
45 Printf("\\\""); in PrintASCIIByte()
47 Printf("%c", Byte); in PrintASCIIByte()
49 Printf("\\x%02x", Byte); in PrintASCIIByte()
55 Printf("%s", PrintAfter); in PrintASCII()
93 Printf("libFuzzer: sigaction failed with %d\n", errno); in SetSigaction()
101 Printf("libFuzzer: setitimer failed with %d\n", errno); in SetTimer()
128 Printf("WARNING: Failed to parse output of command \"%s\" in %s(). " in NumberOfCpuCores()
135 Printf("WARNING: Executing command \"%s\" failed in %s(). " in NumberOfCpuCores()
141 Printf("WARNING: Reported CPU count (%d) from command \"%s\" was invalid " in NumberOfCpuCores()
223 Printf("ParseDictionaryFile: file does not exist or is empty\n"); in ParseDictionaryFile()
240 Printf("ParseDictionaryFile: error in line %d\n\t\t%s\n", LineNo, in ParseDictionaryFile()