Lines Matching refs:Printf
40 Printf("ERROR: %s is not defined. Exiting.\n" in MissingWeakApiFunction()
77 Printf("DEATH:\n"); in DeathCallback()
96 Printf("AlarmCallback %zd\n", Seconds); in AlarmCallback()
98 Printf("ALARM: working on the last Unit for %zd seconds\n", Seconds); in AlarmCallback()
99 Printf(" and the timeout value is %d (use -timeout=N to change)\n", in AlarmCallback()
106 Printf("==%d== ERROR: libFuzzer: timeout after %d seconds\n", GetPid(), in AlarmCallback()
110 Printf("SUMMARY: libFuzzer: timeout\n"); in AlarmCallback()
123 Printf("runs,block_cov,bits,cc_cov,corpus,execs_per_sec,tbms,reason\n"); in PrintStats()
125 Printf("%zd,%zd,%zd,%zd,%zd,%zd,%zd,%s\n", TotalNumberOfRuns, in PrintStats()
133 Printf("#%zd\t%s", TotalNumberOfRuns, Where); in PrintStats()
135 Printf(" cov: %zd", LastRecordedBlockCoverage); in PrintStats()
137 Printf(" bits: %zd", TB); in PrintStats()
139 Printf(" indir: %zd", LastRecordedCallerCalleeCoverage); in PrintStats()
140 Printf(" units: %zd exec/s: %zd", Corpus.size(), ExecPerSec); in PrintStats()
142 Printf(" tbm: %zd", TotalNumberOfExecutedTraceBasedMutations); in PrintStats()
143 Printf("%s", End); in PrintStats()
157 Printf("Reload: read %zd new units.\n", AdditionalCorpus.size()); in RereadOutputCorpus()
177 Printf("PreferSmall: %d\n", PreferSmall); in ShuffleAndMinimize()
198 Printf("NEW0: %zd L %zd\n", LastRecordedBlockCoverage, U.size()); in ShuffleAndMinimize()
225 Printf("Slowest unit: %zd s:\n", TimeOfLongestUnitInSeconds); in RunOne()
292 Printf("Written to %s\n", Path.c_str()); in WriteToOutputCorpus()
303 Printf("artifact_prefix='%s'; Test unit written to %s\n", in WriteUnitToFileWithPrefix()
306 Printf("Base64: %s\n", Base64(U).c_str()); in WriteUnitToFileWithPrefix()
314 Printf("Written corpus of %zd files to %s\n", Corpus.size(), in SaveCorpus()
323 Printf(" L: %zd ", U.size()); in PrintStatusForNewUnit()
325 Printf("\n"); in PrintStatusForNewUnit()
340 Printf("Merge requires two or more corpus dirs\n"); in Merge()
345 Printf("Merge: running the initial corpus '%s' of %d units\n", in Merge()
357 Printf("Merge: merging the extra corpus '%s' of %zd units\n", C.c_str(), in Merge()
367 Printf("Merge: written %zd out of %zd units\n", NumMerged, NumTried); in Merge()
468 Printf("Drilling discovered %zd new units\n", NumMerged); in Drill()