Searched refs:default_opt (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | opts.c | 318 const struct default_options *default_opt, in maybe_default_option() argument 325 const struct cl_option *option = &cl_options[default_opt->opt_index]; in maybe_default_option() 335 switch (default_opt->levels) in maybe_default_option() 387 handle_generated_option (opts, opts_set, default_opt->opt_index, in maybe_default_option() 388 default_opt->arg, default_opt->value, in maybe_default_option() 391 else if (default_opt->arg == NULL in maybe_default_option() 394 handle_generated_option (opts, opts_set, default_opt->opt_index, in maybe_default_option() 395 default_opt->arg, !default_opt->value, in maybe_default_option()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | opts.cc | 452 const struct default_options *default_opt, in maybe_default_option() argument 459 const struct cl_option *option = &cl_options[default_opt->opt_index]; in maybe_default_option() 469 switch (default_opt->levels) in maybe_default_option() 521 handle_generated_option (opts, opts_set, default_opt->opt_index, in maybe_default_option() 522 default_opt->arg, default_opt->value, in maybe_default_option() 525 else if (default_opt->arg == NULL in maybe_default_option() 528 handle_generated_option (opts, opts_set, default_opt->opt_index, in maybe_default_option() 529 default_opt->arg, !default_opt->value, in maybe_default_option()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| H A D | init_creds_pw.c | 395 krb5_get_init_creds_opt *default_opt = NULL; in get_init_creds_common() local 405 krb5_get_init_creds_opt_alloc (context, &default_opt); in get_init_creds_common() 406 options = default_opt; in get_init_creds_common() 440 if (default_opt) in get_init_creds_common() 441 krb5_get_init_creds_opt_free(context, default_opt); in get_init_creds_common() 507 if (default_opt) in get_init_creds_common() 508 krb5_get_init_creds_opt_free(context, default_opt); in get_init_creds_common() 511 if (default_opt) in get_init_creds_common() 512 krb5_get_init_creds_opt_free(context, default_opt); in get_init_creds_common()
|