Searched refs:opt (Results 201 - 225 of 802) sorted by relevance

1234567891011>>

/freebsd-10.0-release/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.c62 int opt; local
67 while ((opt = getopt(argc, argv, "a:c:H:hv")) != -1) {
68 switch (opt) {
/freebsd-10.0-release/usr.sbin/bluetooth/sdpd/
H A Dmain.c70 int32_t detach = 1, opt; local
73 while ((opt = getopt(argc, argv, "c:dg:hu:")) != -1) {
74 switch (opt) {
/freebsd-10.0-release/contrib/gcc/
H A Dc-opts.c145 c_common_missing_argument (const char *opt, size_t code) argument
154 error ("no class name specified with %qs", opt);
158 error ("assertion missing after %qs", opt);
163 error ("macro name missing after %qs", opt);
172 error ("missing path after %qs", opt);
181 error ("missing filename after %qs", opt);
186 error ("missing makefile target after %qs", opt);
1298 struct deferred_opt *opt = &deferred_opts[i]; local
1300 if (opt->code == OPT_MT || opt
1404 struct deferred_opt *opt = &deferred_opts[i]; local
1422 struct deferred_opt *opt = &deferred_opts[i]; local
1444 struct deferred_opt *opt = &deferred_opts[include_cursor++]; local
[all...]
H A Dgengtype.c96 static type_p adjust_field_tree_exp (type_p t, options_p opt);
97 static type_p adjust_field_rtx_def (type_p t, options_p opt);
213 s->u.s.opt = o;
334 n->opt = o;
351 field->opt = NULL;
372 union_fields->opt = create_option (union_fields->opt, "dot", "");
373 union_fields->opt = create_option (union_fields->opt, "tag", "1");
380 field->opt
478 adjust_field_rtx_def(type_p t, options_p ARG_UNUSED (opt)) argument
739 adjust_field_type(type_p t, options_p opt) argument
881 process_gc_options(options_p opt, enum gc_used_enum level, int *maybe_undef, int *pass_param, int *length, type_p *nested_ptr) argument
1422 options_p opt; member in struct:walk_type_data
2040 options_p opt; local
2172 options_p opt; local
2359 options_p opt; local
[all...]
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_lid_mgr.c149 if (p_mgr->p_subn->opt.lmc)
150 lmc_mask = ~((1 << p_mgr->p_subn->opt.lmc) - 1);
262 if (!p_mgr->p_subn->opt.reassign_lids) {
270 if (p_mgr->p_subn->opt.exit_on_fatal) {
324 uint8_t lmc_num_lids = (uint8_t) (1 << p_mgr->p_subn->opt.lmc);
330 if (p_mgr->p_subn->opt.lmc)
331 lmc_mask = ~((1 << p_mgr->p_subn->opt.lmc) - 1);
340 if (p_mgr->p_subn->opt.honor_guid2lid_file == FALSE) {
375 (p_mgr->p_subn->opt.reassign_lids == TRUE)) {
628 const uint8_t start_lid = (uint8_t) (1 << p_mgr->p_subn->opt
[all...]
H A Dosm_sa_class_port_info.c113 if (sa->p_subn->opt.transaction_timeout >
118 if (sa->p_subn->opt.transaction_timeout <=
163 if (sa->p_subn->opt.qos)
166 if (!sa->p_subn->opt.disable_multicast)
/freebsd-10.0-release/contrib/llvm/tools/opt/
H A Dopt.cpp1 //===- opt.cpp - The LLVM Modular Optimizer -------------------------------===//
60 static cl::opt<std::string>
64 static cl::opt<std::string>
68 static cl::opt<bool>
71 static cl::opt<bool>
74 static cl::opt<bool>
78 static cl::opt<bool>
81 static cl::opt<bool>
84 static cl::opt<bool>
87 static cl::opt<boo
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Dtasn_dec.c79 int exptag, int expclass, char opt,
84 const ASN1_TEMPLATE *tt, char opt,
88 const ASN1_TEMPLATE *tt, char opt,
93 int tag, int aclass, char opt, ASN1_TLC *ctx);
151 * If 'opt' set and tag mismatch return -1 to handle OPTIONAL
156 int tag, int aclass, char opt, ASN1_TLC *ctx)
189 if ((tag != -1) || opt)
196 it->templates, opt, ctx);
199 tag, aclass, opt, ctx);
218 if (opt) retur
154 ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx) argument
532 asn1_template_ex_d2i(ASN1_VALUE **val, const unsigned char **in, long inlen, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx) argument
618 asn1_template_noexp_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx) argument
766 asn1_d2i_ex_primitive(ASN1_VALUE **pval, const unsigned char **in, long inlen, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx) argument
1267 asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, char *inf, char *cst, const unsigned char **in, long len, int exptag, int expclass, char opt, ASN1_TLC *ctx) argument
[all...]
/freebsd-10.0-release/contrib/amd/libamu/
H A Dxutil.c391 debug_option(char *opt) argument
393 return cmdoption(opt, dbg_opt, &debug_flags);
567 for (i = 0; opts[i].opt; i++) {
568 fprintf(stderr, "%c%s", s, opts[i].opt);
583 char *opt; local
593 opt = s + 2;
596 opt = s;
606 for (dp = optb; dp->opt; dp++) {
607 if (STREQ(opt, dp->opt))
646 switch_option(char *opt) argument
[all...]
/freebsd-10.0-release/contrib/apr/include/
H A Dapr_getopt.h60 int opt; member in struct:apr_getopt_t
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp30 static cl::opt<bool>
34 static cl::opt<bool>
37 static cl::opt<bool>
41 static cl::opt<bool>
/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.cpp25 cl::opt<NVPTX::DrvInterface> DriverInterface(
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp31 static cl::opt<unsigned>
35 static cl::opt<unsigned>
39 static cl::opt<bool>
44 static cl::opt<bool>
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Tooling/
H A DCommonOptionsParser.cpp57 static cl::opt<std::string> BuildPath(
/freebsd-10.0-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_console_io.h80 int osm_console_init(osm_subn_opt_t * opt, osm_console_t * p_oct, osm_log_t * p_log);
/freebsd-10.0-release/contrib/smbfs/include/
H A Dcflib.h55 int opt; /* command line option */ member in struct:opt_args
/freebsd-10.0-release/contrib/llvm/tools/bugpoint/
H A DExecutionDriver.cpp34 cl::opt<double>
37 cl::opt<double>
41 cl::opt<OutputType>
60 cl::opt<OutputType>
70 cl::opt<std::string>
75 cl::opt<bool>
80 cl::opt<std::string>
93 cl::opt<std::string>
98 cl::opt<std::string>
111 cl::opt<st
[all...]
/freebsd-10.0-release/contrib/llvm/tools/llvm-diff/
H A Dllvm-diff.cpp60 static cl::opt<std::string> LeftFilename(cl::Positional,
63 static cl::opt<std::string> RightFilename(cl::Positional,
/freebsd-10.0-release/contrib/unbound/libunbound/
H A Dunbound.h238 * @param opt: option name from the unbound.conf config file format.
248 int ub_ctx_set_option(struct ub_ctx* ctx, const char* opt, const char* val);
253 * @param opt: option name from the unbound.conf config file format.
264 int ub_ctx_get_option(struct ub_ctx* ctx, const char* opt, char** str);
/freebsd-10.0-release/crypto/heimdal/admin/
H A Drename.c39 kt_rename(struct rename_options *opt, int argc, char **argv) argument
92 if (opt->delete_flag) {
/freebsd-10.0-release/sys/dev/ctau/
H A Dctau.c556 if (b->opt.cfg == CFG_B)
565 s = b->opt.s1;
566 if (b->opt.cfg == CFG_C)
567 s &=~ b->opt.s0;
569 s = b->opt.s0;
581 c->opt.md2.encod = MD2_ENCOD_NRZ;
582 c->board->opt.bcr2 &= c->num ?
588 if (b->opt.cfg == CFG_B)
597 if (c->opt.md2.encod != MD2_ENCOD_NRZ &&
598 c->opt
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DGetopt.java161 * Determine if the specified string (opt) is present in the string
171 * @param opt the long option read from the command line
185 parselong(String optstring, String opt, StringRef longoptarg) argument
191 int op; // index into opt
192 char oc; // opt char
193 int ol; // opt length
194 boolean match; // true if opt is matching part of optstring
199 ol = opt.length();
215 oc = opt.charAt(op++);
221 opt
[all...]
/freebsd-10.0-release/contrib/amd/amd/
H A Drpc_fwd.c324 ud.opt.buf = (char *) NULL;
325 ud.opt.maxlen = ud.opt.len = 0;
385 ud.opt.buf = (char *) NULL;
386 ud.opt.maxlen = ud.opt.len = 0;
/freebsd-10.0-release/sbin/atm/atmconfig/
H A Ddiag.c490 int opt; local
509 while ((opt = parse_options(&argc, &argv, opts)) != -1)
510 switch (opt) {
530 int opt; local
537 while ((opt = parse_options(&argc, &argv, opts)) != -1)
538 switch (opt) {
569 int opt; local
579 while ((opt = parse_options(&argc, &argv, opts)) != -1)
580 switch (opt) {
613 int opt; local
674 int opt; local
801 int opt; local
1020 int opt, fd; local
1069 int opt; local
[all...]
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c833 struct iso_option opt; member in struct:iso9660
1136 iso9660->opt.abstract_file = OPT_ABSTRACT_FILE_DEFAULT;
1137 iso9660->opt.application_id = OPT_APPLICATION_ID_DEFAULT;
1138 iso9660->opt.allow_vernum = OPT_ALLOW_VERNUM_DEFAULT;
1139 iso9660->opt.biblio_file = OPT_BIBLIO_FILE_DEFAULT;
1140 iso9660->opt.boot = OPT_BOOT_DEFAULT;
1141 iso9660->opt.boot_catalog = OPT_BOOT_CATALOG_DEFAULT;
1142 iso9660->opt.boot_info_table = OPT_BOOT_INFO_TABLE_DEFAULT;
1143 iso9660->opt.boot_load_seg = OPT_BOOT_LOAD_SEG_DEFAULT;
1144 iso9660->opt
4000 set_option_info(struct archive_string *info, int *opt, const char *key, enum keytype type, ...) argument
4046 int opt, r; local
[all...]

Completed in 351 milliseconds

1234567891011>>