Home
last modified time | relevance | path

Searched refs:opts (Results 1 – 25 of 272) sorted by relevance

1234567891011

/dragonfly/contrib/gcc-8.0/gcc/common/config/i386/
H A Di386-common.c293 opts->x_ix86_isa_flags in ix86_handle_option()
295 opts->x_ix86_isa_flags2 in ix86_handle_option()
297 opts->x_ix86_isa_flags_explicit in ix86_handle_option()
299 opts->x_ix86_isa_flags2_explicit in ix86_handle_option()
672 opts->x_ix86_isa_flags_explicit in ix86_handle_option()
678 opts->x_ix86_isa_flags_explicit in ix86_handle_option()
692 opts->x_ix86_isa_flags_explicit in ix86_handle_option()
1291 opts->x_align_loops = 1 << value; in ix86_handle_option()
1300 opts->x_align_jumps = 1 << value; in ix86_handle_option()
1317 opts->x_ix86_branch_cost = 5; in ix86_handle_option()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/common/config/i386/
H A Di386-common.c156 ix86_handle_option (struct gcc_options *opts, in ix86_handle_option() argument
565 opts->x_align_loops = 1 << value; in ix86_handle_option()
574 opts->x_align_jumps = 1 << value; in ix86_handle_option()
584 opts->x_align_functions = 1 << value; in ix86_handle_option()
591 opts->x_ix86_branch_cost = 5; in ix86_handle_option()
617 ix86_option_init_struct (struct gcc_options *opts) in ix86_option_init_struct() argument
622 opts->x_flag_errno_math = 0; in ix86_option_init_struct()
624 opts->x_flag_pcc_struct_return = 2; in ix86_option_init_struct()
625 opts->x_flag_asynchronous_unwind_tables = 2; in ix86_option_init_struct()
626 opts->x_flag_vect_cost_model = 1; in ix86_option_init_struct()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dopts.c578 opts->x_optimize, opts->x_optimize_size, in default_options_optimization()
608 opts->x_optimize, opts->x_optimize_size, in default_options_optimization()
629 opts->x_dump_base_name = concat (opts->x_dump_dir_name, in finish_options()
694 opts->x_flag_pic = opts->x_flag_pie; in finish_options()
695 if (opts->x_flag_pic && !opts->x_flag_pie) in finish_options()
822 opts->x_warn_unused_function = opts->x_warn_unused; in finish_options()
824 opts->x_warn_unused_label = opts->x_warn_unused; in finish_options()
827 opts->x_warn_unused_parameter = (opts->x_warn_unused in finish_options()
830 opts->x_warn_unused_variable = opts->x_warn_unused; in finish_options()
839 opts->x_warn_unused_value = opts->x_warn_unused; in finish_options()
[all …]
H A Doptc-gen.awk146 name = static_var(opts[i], flags[i]);
182 indices[opts[i]] = j;
186 while( i + 1 != n_opts && opts[i] == opts[i + 1] ) {
196 indices[opts[i]] = j;
205 while( i + 1 != n_opts && opts[i] == opts[i + 1] ) {
209 len = length (opts[i]);
210 enum = opt_enum(opts[i])
219 if (substr (opts[j], 1, len) != opts[i])
263 && opts[i] ~ "^[Wfm]")
292 if (opts[i] ~ "^[Wfm]")
[all …]
H A Dgengtype-parse.c394 options_p opts; in absdecl() local
403 if (opts) in absdecl()
690 dopts = opts; in struct_field_seq()
787 if (opts) in type()
788 *optsp = opts; in type()
821 options_p opts; in typedef_decl() local
830 if (opts) in typedef_decl()
835 if (opts) in typedef_decl()
883 if ((opts && dopts) || (opts && opts2) || (opts2 && dopts)) in extern_or_static()
886 opts = opts2; in extern_or_static()
[all …]
H A Dopts.h267 bool (*handler) (struct gcc_options *opts,
320 extern void init_options_struct (struct gcc_options *opts,
327 extern void decode_options (struct gcc_options *opts,
333 extern int option_enabled (int opt_idx, void *opts);
336 extern void set_option (struct gcc_options *opts,
341 bool handle_generated_option (struct gcc_options *opts,
352 extern void read_cmdline_option (struct gcc_options *opts,
363 struct gcc_options *opts,
368 extern bool common_handle_option (struct gcc_options *opts,
375 extern bool target_handle_option (struct gcc_options *opts,
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dopts.c640 opts->x_optimize, opts->x_optimize_size, in default_options_optimization()
641 opts->x_optimize_fast, opts->x_optimize_debug, in default_options_optimization()
697 opts->x_optimize, opts->x_optimize_size, in default_options_optimization()
698 opts->x_optimize_fast, opts->x_optimize_debug, in default_options_optimization()
725 opts->x_dump_base_name = opts_concat (opts->x_dump_dir_name, in finish_options()
778 if (opts->x_flag_tm && opts->x_flag_non_call_exceptions) in finish_options()
814 opts->x_flag_pic = opts->x_flag_pie; in finish_options()
817 if (opts->x_flag_pic && !opts->x_flag_pie) in finish_options()
1504 opts->x_help_columns, opts, lang_mask); in print_specific_help()
1702 if (len == opts[i].len && memcmp (p, opts[i].name, len) == 0)
[all …]
H A Doptc-gen.awk41 while(i + 1 != n_opts && opts[i] == opts[i + 1] ) {
258 indices[opts[i]] = j;
262 while( i + 1 != n_opts && opts[i] == opts[i + 1] ) {
272 indices[opts[i]] = j;
281 while( i + 1 != n_opts && opts[i] == opts[i + 1] ) {
285 len = length (opts[i]);
286 enum = opt_enum(opts[i])
295 if (substr (opts[j], 1, len) != opts[i])
373 if (opts[i] ~ "^[Wfgm]")
530 while( i + 1 != n_opts && opts[i] == opts[i + 1] ) {
[all …]
H A Dgengtype-parse.c490 options_p opts; in absdecl() local
499 if (opts) in absdecl()
837 dopts = opts; in struct_field_seq()
1000 if (opts) in type()
1001 *optsp = opts; in type()
1066 options_p opts; in typedef_decl() local
1075 if (opts) in typedef_decl()
1080 if (opts) in typedef_decl()
1128 if ((opts && dopts) || (opts && opts2) || (opts2 && dopts)) in extern_or_static()
1131 opts = opts2; in extern_or_static()
[all …]
H A Dopts.h270 bool (*handler) (struct gcc_options *opts,
337 extern void init_options_struct (struct gcc_options *opts,
347 extern void decode_options (struct gcc_options *opts,
354 extern int option_enabled (int opt_idx, void *opts);
357 extern void set_option (struct gcc_options *opts,
362 bool handle_generated_option (struct gcc_options *opts,
373 extern void read_cmdline_option (struct gcc_options *opts,
384 struct gcc_options *opts,
394 extern bool common_handle_option (struct gcc_options *opts,
402 extern bool target_handle_option (struct gcc_options *opts,
[all …]
/dragonfly/sbin/tcplay/
H A Dmain.c252 struct tcplay_opts *opts; in main() local
272 opts->interactive = 1; in main()
315 opts->hidden = 1; in main()
380 opts->secure_erase = 0; in main()
426 opts->retries = 1; in main()
442 (TC_FLAG_SET(opts->flags, SYS) && TC_FLAG_SET(opts->flags, FDE)) || in main()
445 (TC_FLAG_SET(opts->flags, SYS) && (opts->sys_dev == NULL)) || in main()
446 …(TC_FLAG_SET(opts->flags, ONLY_RESTORE) && (opts->n_newkeyfiles > 0 || opts->new_prf_algo != NULL)… in main()
447 … (TC_FLAG_SET(opts->flags, BACKUP) && (opts->sys_dev != NULL || TC_FLAG_SET(opts->flags, FDE))) || in main()
454 (!(opts->protect_hidden || create_vol) && opts->n_hkeyfiles > 0)) { in main()
[all …]
/dragonfly/usr.sbin/pfctl/
H A Dpfctl_altq.c433 if (opts->pktsize > opts->maxpktsize) in eval_pfqueue_cbq()
434 opts->pktsize = opts->maxpktsize; in eval_pfqueue_cbq()
700 if ((opts->rtsc_m1 > 0 && opts->rtsc_m2 == 0) || in eval_pfqueue_hfsc()
701 (opts->lssc_m1 > 0 && opts->lssc_m2 == 0) || in eval_pfqueue_hfsc()
702 (opts->ulsc_m1 > 0 && opts->ulsc_m2 == 0)) { in eval_pfqueue_hfsc()
707 if ((opts->rtsc_m1 < opts->rtsc_m2 && opts->rtsc_m1 != 0) || in eval_pfqueue_hfsc()
708 (opts->lssc_m1 < opts->lssc_m2 && opts->lssc_m1 != 0) || in eval_pfqueue_hfsc()
709 (opts->ulsc_m1 < opts->ulsc_m2 && opts->ulsc_m1 != 0)) { in eval_pfqueue_hfsc()
797 if (opts->rtsc_m2 != 0 && opts->rtsc_m2 > opts->ulsc_m2) { in eval_pfqueue_hfsc()
984 if (opts->flags || opts->rtsc_m2 != 0 || opts->ulsc_m2 != 0 || in print_hfsc_opts()
[all …]
H A Dpfctl_table.c138 if (opts & PF_OPT_NOACTION) in pfctl_table()
202 if (opts & PF_OPT_VERBOSE) in pfctl_table()
207 if (opts & PF_OPT_VERBOSE) in pfctl_table()
216 if (opts & PF_OPT_VERBOSE) in pfctl_table()
221 if (opts & PF_OPT_VERBOSE) in pfctl_table()
231 if (opts & PF_OPT_VERBOSE) in pfctl_table()
252 if (opts & PF_OPT_VERBOSE) in pfctl_table()
285 if (opts & PF_OPT_VERBOSE) in pfctl_table()
332 if ((opts & PF_OPT_VERBOSE) && !(opts & PF_OPT_VERBOSE2)) in pfctl_table()
560 if (opts & PF_OPT_QUIET) in xprintf()
[all …]
H A Dpfctl.c763 if (opts & PF_OPT_DEBUG) { in pfctl_print_rule_counters()
1031 print_src_node(p, opts); in pfctl_show_src_nodes()
1080 print_state(p, opts); in pfctl_show_states()
1419 pf.opts = opts; in pfctl_rules()
1970 if ((opts & PF_OPT_VERBOSE) && pfctl_show_anchors(dev, opts, sub)) in pfctl_show_anchors()
1992 int opts = 0; in main() local
2016 opts |= PF_OPT_ENABLE; in main()
2020 opts |= PF_OPT_QUIET; in main()
2052 opts |= PF_OPT_MERGE; in main()
2061 opts |= PF_OPT_USEDNS; in main()
[all …]
/dragonfly/lib/libtcplay/
H A Dtcplay.c549 opts->h_cipher_chain = opts->cipher_chain; in create_volume()
551 opts->h_prf_algo = opts->prf_algo; in create_volume()
603 opts->keyfiles, opts->nkeyfiles))) { in create_volume()
926 opts->keyfiles, opts->nkeyfiles))) { in info_map_common()
957 opts->h_keyfiles, opts->n_hkeyfiles))) { in info_map_common()
976 (TC_FLAG_SET(opts->flags, SYS)) ? opts->sys_dev : opts->dev, in info_map_common()
1269 dev = (TC_FLAG_SET(opts->flags, SYS)) ? opts->sys_dev : opts->dev; in modify_volume()
2081 memset(opts, 0, sizeof(*opts)); in opts_init()
2101 opts->keyfiles[opts->nkeyfiles++] = keyf; in opts_add_keyfile()
2118 opts->h_keyfiles[opts->n_hkeyfiles++] = keyf; in opts_add_keyfile_hidden()
[all …]
H A Dtcplay_api.c192 opts_free(task->opts); in tc_api_task_uninit()
210 if (opts->k) \
212 opts->k = NULL; \
227 if (task == NULL || key == NULL || ((opts = task->opts) == NULL)) { in tc_api_task_set()
236 opts->interactive = i; in tc_api_task_set()
270 opts->retries = i; in tc_api_task_set()
425 opts->api_ctx = vp; in tc_api_task_set()
447 if (opts->x != 0) { \
476 if (opts->hidden_size_bytes && !opts->hidden) { in _opts_check_create()
639 if (task == NULL || ((opts = task->opts) == NULL)) { in tc_api_task_do()
[all …]
/dragonfly/crypto/openssh/
H A Dauth-options.c206 if (opts == NULL) in sshauthopt_free()
216 free(opts->env); in sshauthopt_free()
226 freezero(opts, sizeof(*opts)); in sshauthopt_free()
337 while (*opts && *opts != ' ' && *opts != '\t') { in sshauthopt_parse()
470 if (*opts == '\0' || *opts == ' ' || *opts == '\t') in sshauthopt_parse()
477 opts++; in sshauthopt_parse()
854 if ((opts = calloc(1, sizeof(*opts))) == NULL) in sshauthopt_deserialise()
897 &opts->permitopen, &opts->npermitopen)) != 0 || in sshauthopt_deserialise()
899 &opts->permitlisten, &opts->npermitlisten)) != 0) in sshauthopt_deserialise()
904 *optsp = opts; in sshauthopt_deserialise()
[all …]
H A Dauth.c780 opts->permit_pty_flag ? " pty" : "", in auth_log_authopts()
781 opts->require_verify ? " uv" : "", in auth_log_authopts()
792 for (i = 0; i < opts->nenv; i++) { in auth_log_authopts()
796 loc, opts->env[i]); in auth_log_authopts()
802 if (opts->valid_before != 0) { in auth_log_authopts()
806 if (opts->cert_principals != NULL) { in auth_log_authopts()
808 loc, opts->cert_principals); in auth_log_authopts()
810 if (opts->force_command != NULL) in auth_log_authopts()
813 for (i = 0; i < opts->npermitopen; i++) { in auth_log_authopts()
815 loc, opts->permitopen[i]); in auth_log_authopts()
[all …]
/dragonfly/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c237 if (coder->opts[cur].prev_2) { in backward()
241 = coder->opts[cur].pos_prev_2; in backward()
260 *len_res = coder->opts[0].pos_prev; in backward()
350 make_literal(&coder->opts[1]); in helper1()
364 make_short_rep(&coder->opts[1]); in helper1()
376 coder->opts[1].pos_prev = 0; in helper1()
428 coder->opts[len].pos_prev = 0; in helper1()
456 if (coder->opts[cur].prev_2) { in helper2()
457 state = coder->opts[coder->opts[cur].pos_prev_2].state; in helper2()
482 && coder->opts[cur].prev_2) { in helper2()
[all …]
/dragonfly/games/hack/
H A Dhack.options.c74 char *opts; in initoptions() local
85 parseoptions(opts, TRUE); in initoptions()
105 if (!*opts) in parseoptions()
108 while ((*opts == '!') || !strncmp(opts, "no", 2)) { in parseoptions()
109 if (*opts == '!') in parseoptions()
110 opts++; in parseoptions()
112 opts += 2; in parseoptions()
120 if (!strncmp(opts, "null", 3)) { in parseoptions()
128 if (!strncmp(opts, "news", 4)) { in parseoptions()
162 op = strchr(opts, ':'); in parseoptions()
[all …]
/dragonfly/usr.sbin/efibootmgr/
H A Defibootmgr.c258 opts.loader = mangle_loader(opts.loader); in parse_args()
294 if (opts.order != NULL && *opts.order == '\0') in parse_args()
297 if ((opts.set_inactive || opts.set_active) && !opts.has_bootnum) in parse_args()
300 if (opts.delete && !opts.has_bootnum) in parse_args()
303 if (opts.set_bootnext && !opts.has_bootnum) in parse_args()
1076 make_boot_var(opts.label ? opts.label : "", in main()
1077 opts.loader, opts.kernel, opts.env, opts.dry_run, in main()
1078 opts.has_bootnum ? opts.bootnum : -1, opts.set_active); in main()
1079 else if (opts.set_active || opts.set_inactive ) in main()
1080 handle_activity(opts.bootnum, opts.set_active); in main()
[all …]
/dragonfly/contrib/bmake/
H A Dmain.c125 CmdOpts opts; variable
201 if (opts.debug_file != stdout && opts.debug_file != stderr) in MainParseArgDebugFile()
331 opts.debug = debug; in MainParseArgDebug()
533 opts.query = true; in MainParseArg()
546 opts.touch = true; in MainParseArg()
920 if (!opts.query) { in runTargets()
1110 memset(&opts.debug, 0, sizeof(opts.debug)); in CmdOpts_Init()
1117 opts.maxJobs = 1; in CmdOpts_Init()
1121 opts.query = false; in CmdOpts_Init()
1250 opts.maxJobs = n; in InitMaxJobs()
[all …]
/dragonfly/contrib/mdocml/
H A Dtbl_term.c196 if (sp->opts->opts & TBL_OPT_CENTRE) { in term_tbl()
197 tsz = sp->opts->opts & (TBL_OPT_BOX | TBL_OPT_DBOX) in term_tbl()
198 ? 2 : !!sp->opts->lvert + !!sp->opts->rvert; in term_tbl()
214 sp->opts->opts & TBL_OPT_DBOX) in term_tbl()
216 if (sp->opts->opts & (TBL_OPT_DBOX | TBL_OPT_BOX)) in term_tbl()
307 uvert = dvert = sp->opts->opts & TBL_OPT_DBOX ? 2 : in term_tbl()
308 sp->opts->opts & TBL_OPT_BOX ? 1 : 0; in term_tbl()
383 if (sp->opts->opts & TBL_OPT_ALLBOX) { in term_tbl()
495 sp->opts->opts & TBL_OPT_BOX ? 1 : 0; in term_tbl()
553 sp->opts->opts & TBL_OPT_DBOX) { in term_tbl()
[all …]
/dragonfly/usr.bin/dfregress/
H A Dtestcase.c106 (int32_t)testcase->opts.rc); in testcase_from_struct()
116 testcase->opts.pre_cmd); in testcase_from_struct()
123 testcase->opts.post_cmd); in testcase_from_struct()
130 testcase->opts.interpreter); in testcase_from_struct()
141 (testcase->opts.make_cmd != NULL) ? testcase->opts.make_cmd : "make"); in testcase_from_struct()
666 opts->rc = (int)lval; in parse_testcase_option()
668 opts->flags |= TESTCASE_INT_PRE; in parse_testcase_option()
691 opts->runas_uid = pwd->pw_uid; in parse_testcase_option()
778 free(testcase->opts.pre_cmd); in testcase_entry_parser()
780 free(testcase->opts.post_cmd); in testcase_entry_parser()
[all …]
/dragonfly/contrib/xz/src/xz/
H A Doptions.c92 if (opts[i].name == NULL) in parse_options()
96 if (strcmp(name, opts[i].name) == 0) in parse_options()
103 if (opts[i].map != NULL) { in parse_options()
112 if (opts[i].map[j].name == NULL) in parse_options()
118 } else if (opts[i].min == UINT64_MAX) { in parse_options()
126 opts[i].min, opts[i].max); in parse_options()
167 static const option_map opts[] = { in options_delta() local
180 parse_options(str, opts, &set_delta, options); in options_delta()
211 static const option_map opts[] = { in options_bcj() local
221 parse_options(str, opts, &set_bcj, options); in options_bcj()
[all …]

1234567891011