Lines Matching full:optc
598 int optc = getopt_long_only (old_argc, old_argv, shortopts, longopts,
601 if (optc == -1)
604 switch (optc)
607 /* md_parse_option should return 1 if it recognizes optc,
609 if (md_parse_option (optc, optarg) != 0)
613 if (optc == 'v')
632 as_bad (_("unrecognized option -%c%s"), optc, optarg ? optarg : "");
810 && md_parse_option (optc, optarg))
957 if (md_parse_option (optc, optarg) != 0)