Searched refs:fopt (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/unbound/dnstap/
H A Ddnstap.c126 struct fstrm_iothr_options *fopt; local
151 fopt = fstrm_iothr_options_init();
152 fstrm_iothr_options_set_num_input_queues(fopt, num_workers);
153 env->iothr = fstrm_iothr_init(fopt, &fw);
160 fstrm_iothr_options_destroy(&fopt);
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-arm.c20511 const struct arm_legacy_option_table *fopt;
20554 for (fopt = arm_legacy_opts; fopt->option != NULL; fopt++)
20556 if (c == fopt->option[0]
20557 && ((arg == NULL && fopt->option[1] == 0)
20558 || streq (arg, fopt->option + 1)))
20562 if (fopt->deprecated != NULL)
20564 arg ? arg : "", _(fopt->deprecated));
20567 if (fopt
20497 const struct arm_legacy_option_table *fopt; local
[all...]

Completed in 196 milliseconds