Lines Matching refs:optarg
615 char* name = optarg; in getargs()
616 char* value = mbschr (optarg, '='); in getargs()
627 include = AS_FILE_NAME (optarg); in getargs()
631 language_argmatch (optarg, command_line_prio, in getargs()
636 skeleton_arg (AS_FILE_NAME (optarg), command_line_prio, in getargs()
641 FLAGS_ARGMATCH (trace, optarg); in getargs()
649 FLAGS_ARGMATCH (feature, optarg); in getargs()
653 FLAGS_ARGMATCH (warnings, optarg); in getargs()
657 spec_file_prefix = AS_FILE_NAME (optarg); in getargs()
663 if (optarg) in getargs()
666 spec_defines_file = xstrdup (AS_FILE_NAME (optarg)); in getargs()
672 if (optarg) in getargs()
675 spec_graph_file = xstrdup (AS_FILE_NAME (optarg)); in getargs()
691 spec_outfile = AS_FILE_NAME (optarg); in getargs()
695 spec_name_prefix = optarg; in getargs()
699 FLAGS_ARGMATCH (report, optarg); in getargs()
712 if (optarg) in getargs()
715 spec_xml_file = xstrdup (AS_FILE_NAME (optarg)); in getargs()
737 spec_verbose_file = xstrdup (AS_FILE_NAME (optarg)); in getargs()