Home | History | Annotate | Download | only in fuzzer

Lines Matching refs:Printf

82   Printf("Usage:\n");
84 Printf("\nTo run fuzzing pass 0 or more directories.\n");
85 Printf("%s [-flag1=val1 [-flag2=val2 ...] ] [dir1 [dir2 ...] ]\n", Prog);
87 Printf("\nTo run individual tests without fuzzing pass 1 or more files:\n");
88 Printf("%s [-flag1=val1 [-flag2=val2 ...] ] file1 [file2 ...]\n", Prog);
90 Printf("\nFlags: (strictly in form -flag=value)\n");
98 Printf(" %s", D.Name);
100 Printf(" ");
101 Printf("\t");
102 Printf("%d\t%s\n", D.Default, D.Description);
104 Printf("\nFlags starting with '--' will be ignored and "
139 Printf("INFO: libFuzzer ignores flags that start with '--'\n");
143 Printf("WARNING: did you mean '%s' (single dash)?\n", Param + 1);
154 Printf("Flag: %s %d\n", Name, Val);
160 Printf("Flag: %s %u\n", Name, Val);
165 Printf("Flag: %s %s\n", Name, Str);
168 Printf("Flag: %s: deprecated, don't use\n", Name);
173 Printf("\n\nWARNING: unrecognized flag '%s'; "
206 Printf("pulse...\n");
221 Printf("%s\n", CommandLine.c_str());
227 Printf("================== Job %u exited with exit code %d ============\n",
307 Printf("ERROR: -cleanse_crash should be given one input file and"
335 Printf("CLEANSE[%d]: Trying to replace byte %zd of %zd\n", NumAttempts,
351 Printf("CLEANSE: Replaced byte %zd with 0x%x\n", Idx, NewByte);
366 Printf("ERROR: -minimize_crash should be given one input file\n");
376 Printf("INFO: you need to specify -runs=N or "
390 Printf("CRASH_MIN: minimizing crash input: '%s' (%zd bytes)\n",
397 Printf("CRASH_MIN: executing: %s\n", CommandLine.c_str());
400 Printf("ERROR: the input %s did not crash\n", CurrentFilePath.c_str());
403 Printf("CRASH_MIN: '%s' (%zd bytes) caused a crash. Will try to minimize "
408 Printf("CRASH_MIN: DedupToken1: %s\n", DedupToken1.c_str());
417 Printf("CRASH_MIN: executing: %s\n", CommandLine.c_str());
425 Printf("CRASH_MIN: failed to minimize beyond %s (%d bytes), exiting\n",
431 Printf("CRASH_MIN: DedupToken2: %s\n", DedupToken2.c_str());
438 Printf("CRASH_MIN: mismatch in dedup tokens"
444 Printf("*********************************\n");
454 Printf("INFO: Starting MinimizeCrashInputInternalStep: %zd\n", U.size());
456 Printf("INFO: The input is small enough, exiting\n");
462 Printf("INFO: Done MinimizeCrashInputInternalStep, no crashes found\n");
469 Printf("Started dictionary minimization (up to %d tests)\n",
519 Printf("###### Useless dictionary elements. ######\n");
525 Printf("\"");
527 Printf(" # Score: %d, Used: %d\n", Scores[i], Usages[i]);
529 Printf("###### End of useless dictionary elements. ######\n");
546 Printf("ERROR: argv[0] has been modified in LLVMFuzzerInitialize\n");
563 Printf("Running %u workers\n", Flags.workers);
611 Printf("Dictionary: %zd entries\n", Dictionary.size());
640 Printf("INFO: Seed: %u\n", Seed);
680 Printf("ERROR: can't create shared memory region\n");
683 Printf("INFO: EQUIVALENCE SERVER UP\n");
697 Printf("ERROR: can't open shared memory region\n");
700 Printf("INFO: EQUIVALENCE CLIENT UP\n");
707 Printf("%s: Running %zd inputs %d time(s) each.\n", ProgName->c_str(),
711 Printf("Running: %s\n", Path.c_str());
716 Printf("Executed %s in %zd ms\n", Path.c_str(), (long)MS);
718 Printf("***\n"
747 Printf("Loading corpus dir: %s\n", Inp.c_str());
753 Printf("ERROR: can't analyze dict without dict and corpus provided\n");
757 Printf("Dictionary analysis failed\n");
760 Printf("Dictionary analysis succeeded\n");
767 Printf("Done %zd runs in %zd second(s)\n", F->getTotalNumberOfRuns(),