Lines Matching refs:optarg
183 inform = optarg;
186 outform = optarg;
189 outname = optarg;
192 outversion = strtol(optarg, NULL, 0);
195 depname = optarg;
198 reservenum = strtol(optarg, NULL, 0);
201 minsize = strtol(optarg, NULL, 0);
204 padsize = strtol(optarg, NULL, 0);
207 alignsize = strtol(optarg, NULL, 0);
219 cmdline_boot_cpuid = strtoll(optarg, NULL, 0);
222 srcfile_add_search_path(optarg);
227 if (streq(optarg, "legacy"))
229 else if (streq(optarg, "epapr"))
231 else if (streq(optarg, "both"))
235 optarg);
243 parse_checks_option(true, false, optarg);
247 parse_checks_option(false, true, optarg);