Lines Matching full:optarg
764 dprintf_pc_pa(" Got arg '%c'/'%c' addr %08X val %s\n", arg == '?' ? optopt : arg, arg, (unsigned int)optarg, optarg ? optarg : "");
767 pxechn_setopt_str(&(opts[209]), optarg);
770 pxe->force = pxechn_parse_force(optarg);
773 pxe->gip = pxe_dns(optarg);
778 rv = pxechn_parse_setopt(opts, &iopt, optarg);
781 pxechn_setopt_str(&(opts[210]), optarg);
787 optnum = strtoul(optarg, &p, 0);
788 if (p != optarg) {
810 optarg = NULL;
819 printf("Invalid argument for -%c: %s\n", arg, optarg);