Lines Matching refs:optarg
185 inform = optarg;
188 outform = optarg;
191 outname = optarg;
194 outversion = strtol(optarg, NULL, 0);
197 depname = optarg;
200 reservenum = strtoul(optarg, NULL, 0);
203 minsize = strtol(optarg, NULL, 0);
206 padsize = strtol(optarg, NULL, 0);
209 alignsize = strtol(optarg, NULL, 0);
221 cmdline_boot_cpuid = strtoll(optarg, NULL, 0);
224 srcfile_add_search_path(optarg);
229 if (streq(optarg, "legacy"))
231 else if (streq(optarg, "epapr"))
233 else if (streq(optarg, "both"))
237 optarg);
245 parse_checks_option(true, false, optarg);
249 parse_checks_option(false, true, optarg);