Home
last modified time | relevance | path

Searched refs:opt_text (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-opts.c296 const char *opt_text; member
332 return strcmp (((struct cl_option *) p1)->opt_text,
333 ((struct cl_option *) p2)->opt_text);
343 const char *opt_text = cl_options[opt_index].opt_text; local
356 error ("missing argument to \"-%s\"", opt_text);
360 error ("no class name specified with \"-%s\"", opt_text);
367 error ("missing filename after \"-%s\"", opt_text);
372 error ("missing target after \"-%s\"", opt_text);
406 comp = strncmp (input, cl_options[md].opt_text, opt_len);
449 if (strncmp (input, cl_options[md].opt_text, opt_len))
[all …]
H A Dcppinit.c482 return strcmp (((struct cl_option *) p1)->opt_text,
483 ((struct cl_option *) p2)->opt_text);
1220 const char *opt_text; member
1259 comp = strncmp (input, cl_options[md].opt_text, opt_len);
1284 if (strncmp (input, cl_options[mn].opt_text, opt_len))
/openbsd-src/gnu/gcc/gcc/
H A Dopts-common.c67 comp = strncmp (input, cl_options[md].opt_text + 1, opt_len); in find_opt()
88 if (!strncmp (input, opt->opt_text + 1, opt->opt_len) in find_opt()
H A Dopts.h45 const char *opt_text; member
H A Dopts.c320 option->opt_text); in handle_option()
1317 indent = print_switch (cl_options[i].opt_text, indent); in print_filtered_help()
1359 opt = cl_options[i].opt_text; in print_filtered_help()
H A Dtoplev.c1261 "", cl_options[j].opt_text); in print_switch_values()
1414 return pch_option_mismatch (cl_options[i].opt_text); in default_pch_valid_p()
H A Ddiagnostic.c401 " [", cl_options[diagnostic->option_index].opt_text, "]", NULL)); in diagnostic_report_diagnostic()
H A Dc-pragma.c716 if (strcmp (cl_options[option_index].opt_text, option_string) == 0) in handle_pragma_diagnostic()
H A Dc-opts.c588 warning (0, "switch %qs is no longer supported", option->opt_text); in c_common_handle_option()