• Home
  • Raw
  • Download

Lines Matching refs:If

14 FUZZER_FLAG_UNSIGNED(seed, 0, "Random seed. If 0, seed is generated.")
18 "If 0, libFuzzer tries to guess a good value based on the corpus "
20 FUZZER_FLAG_INT(cross_over, 1, "If 1, cross over inputs.")
25 "If 1, always prefer smaller inputs during the corpus shuffle.")
29 "If one unit runs more than this number of seconds the process will abort.")
34 FUZZER_FLAG_INT(max_total_time, 0, "If positive, indicates the maximal total "
37 FUZZER_FLAG_INT(merge, 0, "If 1, the 2-nd, 3-rd, etc corpora will be "
45 FUZZER_FLAG_INT(jobs, 0, "Number of jobs to run. If jobs >= 1 we spawn"
50 " If zero, \"min(jobs,NumberOfCpuCores()/2)\" is used.")
57 "If 1, generate only ASCII (isprint+isspace) inputs.")
70 FUZZER_FLAG_INT(print_new_cov_pcs, 0, "If 1, print out new covered pcs.")
71 FUZZER_FLAG_INT(print_final_stats, 0, "If 1, print statistics at exit.")
73 FUZZER_FLAG_INT(handle_segv, 1, "If 1, try to intercept SIGSEGV.")
74 FUZZER_FLAG_INT(handle_bus, 1, "If 1, try to intercept SIGSEGV.")
75 FUZZER_FLAG_INT(handle_abrt, 1, "If 1, try to intercept SIGABRT.")
76 FUZZER_FLAG_INT(handle_ill, 1, "If 1, try to intercept SIGILL.")
77 FUZZER_FLAG_INT(handle_fpe, 1, "If 1, try to intercept SIGFPE.")
78 FUZZER_FLAG_INT(handle_int, 1, "If 1, try to intercept SIGINT.")
79 FUZZER_FLAG_INT(handle_term, 1, "If 1, try to intercept SIGTERM.")
80 FUZZER_FLAG_INT(close_fd_mask, 0, "If 1, close stdout at startup; "
83 FUZZER_FLAG_INT(detect_leaks, 1, "If 1, and if LeakSanitizer is enabled "
85 FUZZER_FLAG_INT(rss_limit_mb, 2048, "If non-zero, the fuzzer will exit upon"