Home | History | Annotate | Download | only in jfuzz

Lines Matching full:optarg

1323         seed = strtoul(optarg, nullptr, 0);  // deterministic seed
1326 expr_depth = strtoul(optarg, nullptr, 0);
1329 stmt_length = strtoul(optarg, nullptr, 0);
1332 if_nest = strtoul(optarg, nullptr, 0);
1335 loop_nest = strtoul(optarg, nullptr, 0);
1338 try_nest = strtoul(optarg, nullptr, 0);