Searched refs:opt (Results 126 - 150 of 802) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_qos.c62 osm_qos_options_t * opt, osm_qos_options_t * dflt);
278 if (!p_osm->subn.opt.qos)
283 qos_build_config(&ca_config, &p_osm->subn.opt.qos_ca_options,
284 &p_osm->subn.opt.qos_options);
285 qos_build_config(&sw0_config, &p_osm->subn.opt.qos_sw0_options,
286 &p_osm->subn.opt.qos_options);
287 qos_build_config(&swe_config, &p_osm->subn.opt.qos_swe_options,
288 &p_osm->subn.opt.qos_options);
289 qos_build_config(&rtr_config, &p_osm->subn.opt.qos_rtr_options,
290 &p_osm->subn.opt
376 qos_build_config(struct qos_config *cfg, osm_qos_options_t * opt, osm_qos_options_t * dflt) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/llvm-link/
H A Dllvm-link.cpp36 static cl::opt<std::string>
40 static cl::opt<bool>
43 static cl::opt<bool>
47 static cl::opt<bool>
50 static cl::opt<bool>
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dapplication.cpp177 const option& opt = (*iter); local
179 optstr += opt.m_character;
180 if (!opt.m_argument.empty())
235 const option& opt = (*iter); local
237 if (opt.m_argument.length() + 1 > coldesc)
238 coldesc = opt.m_argument.length() + 1;
242 const option& opt = (*iter); local
244 std::string tag = std::string(" -") + opt.m_character;
245 if (opt.m_argument.empty())
248 tag += " " + opt
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dgengtype-yacc.y166 p->opt = XNEW (struct options);
167 p->opt->name = "tag";
168 p->opt->next = NULL;
169 p->opt->info = (char *)$2;
177 p->opt = XNEW (struct options);
178 p->opt->name = "tag";
179 p->opt->next = NULL;
180 p->opt->info = xasprintf ("'%s'", $2);
190 p->opt = $2;
200 p->opt
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dconfig.c342 cfg_option_t *opt;
345 opt = opt_ptr;
347 if (callback(baton, sec, opt))
448 cfg_option_t *opt;
455 opt = apr_hash_get(sec->options, cfg->tmp_key->data,
458 if (opt == NULL
462 opt = find_option(cfg, SVN_CONFIG__DEFAULT_SECTION, option, &sec);
463 return opt;
481 cfg_section_t *section, cfg_option_t *opt,
485 if (!opt
338 cfg_option_t *opt; local
441 cfg_option_t *opt; local
473 make_string_from_option(const char **valuep, svn_config_t *cfg, cfg_section_t *section, cfg_option_t *opt, apr_pool_t* x_pool) argument
622 svn_config_create_option(cfg_option_t **opt, const char *option, const char *value, svn_boolean_t option_names_case_sensitive, apr_pool_t *pool) argument
654 cfg_option_t *opt = find_option(cfg, section, option, &sec); local
686 cfg_option_t *opt; local
939 cfg_option_t *opt; local
977 cfg_option_t *opt; local
[all...]
/freebsd-10.0-release/cddl/compat/opensolaris/misc/
H A Dmnttab.c69 hasmntopt(struct mnttab *mnt, char *opt) argument
79 if (strncmp(opt, f, strlen(opt)) == 0)
86 optadd(char *mntopts, size_t size, const char *opt) argument
91 strlcat(mntopts, opt, size);
103 #define OPTADD(opt) optadd(mntopts, sizeof(mntopts), (opt))
/freebsd-10.0-release/contrib/libarchive/cpio/
H A Dcmdline.c115 int opt = '?'; local
163 opt = *opt_word++;
164 if (opt == '\0') {
171 p = strchr(short_options, opt);
186 opt);
192 if (opt == 'W') {
273 return (opt);
/freebsd-10.0-release/contrib/xz/src/lzmainfo/
H A Dlzmainfo.c155 lzma_options_lzma *opt = filter.options; local
162 (opt->dict_size + 512 * 1024) / (1024 * 1024),
163 my_log2(opt->dict_size), opt->lc, opt->lp, opt->pb);
165 free(opt);
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-ppp.c593 int len, opt; local
599 opt = p[0];
603 if ((opt >= LCPOPT_MIN) && (opt <= LCPOPT_MAX))
604 printf("\n\t %s Option (0x%02x), length %u (bogus, should be >= 2)", lcpconfopts[opt],opt,len);
606 printf("\n\tunknown LCP option 0x%02x", opt);
609 if ((opt >= LCPOPT_MIN) && (opt <= LCPOPT_MAX))
610 printf("\n\t %s Option (0x%02x), length %u: ", lcpconfopts[opt],op
983 int len, opt; local
1110 int len, opt; local
1167 int len, opt; local
1225 int len, opt; local
[all...]
H A Dospf6.h123 u_int32_t opt; member in union:lsa6::__anon4262::__anon4263::__anon4264
126 #define rla_options rla_flgandopt.opt
176 u_int32_t opt; member in union:lsa6::__anon4262::llsa::__anon4268
179 #define llsa_options llsa_priandopt.opt
218 u_int32_t opt; member in union:ospf6hdr::__anon4270::__anon4271::__anon4272
221 #define hello_options hello_priandopt.opt
/freebsd-10.0-release/contrib/xz/src/liblzma/lzma/
H A Dlzma2_encoder.c284 const lzma_options_lzma *opt = filter->options; local
285 if (coder->opt_cur.lc != opt->lc || coder->opt_cur.lp != opt->lp
286 || coder->opt_cur.pb != opt->pb) {
288 if (opt->lc > LZMA_LCLP_MAX || opt->lp > LZMA_LCLP_MAX
289 || opt->lc + opt->lp > LZMA_LCLP_MAX
290 || opt->pb > LZMA_PB_MAX)
295 coder->opt_cur.lc = opt
374 const lzma_options_lzma *const opt = options; local
[all...]
H A Dlzma2_decoder.c225 const void *opt, lzma_lz_options *lz_options)
238 const lzma_options_lzma *options = opt;
286 lzma_options_lzma *opt = lzma_alloc(
288 if (opt == NULL)
292 opt->dict_size = UINT32_MAX;
294 opt->dict_size = 2 | (props[0] & 1);
295 opt->dict_size <<= props[0] / 2 + 11;
298 opt->preset_dict = NULL;
299 opt->preset_dict_size = 0;
301 *options = opt;
224 lzma2_decoder_init(lzma_lz_decoder *lz, lzma_allocator *allocator, const void *opt, lzma_lz_options *lz_options) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lli/
H A Dlli.cpp60 cl::opt<std::string>
66 cl::opt<bool> ForceInterpreter("force-interpreter",
70 cl::opt<bool> UseMCJIT(
77 cl::opt<bool> RemoteMCJIT("remote-mcjit",
82 cl::opt<char>
90 cl::opt<std::string>
93 cl::opt<std::string>
97 cl::opt<std::string>
109 cl::opt<std::string>
116 cl::opt<st
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/kadm5/
H A Diprop-log.c269 iprop_dump(struct dump_options *opt, int argc, char **argv) argument
274 server_context = get_kadmin_context(opt->config_file_string,
275 opt->realm_string);
292 iprop_truncate(struct truncate_options *opt, int argc, char **argv) argument
297 server_context = get_kadmin_context(opt->config_file_string,
298 opt->realm_string);
308 last_version(struct last_version_options *opt, int argc, char **argv) argument
314 server_context = get_kadmin_context(opt->config_file_string,
315 opt->realm_string);
350 struct replay_options *opt local
371 iprop_replay(struct replay_options *opt, int argc, char **argv) argument
417 help(void *opt, int argc, char **argv) argument
[all...]
/freebsd-10.0-release/usr.sbin/ppp/
H A Dccp.c181 (*algorithm[ccp->in.algorithm]->Disp)(&ccp->in.opt));
184 o = &ccp->out.opt;
279 ccp->in.opt.hdr.id = -1;
280 ccp->out.opt = NULL;
354 o = &ccp->out.opt;
355 alloc = ccp->his_reject == 0 && ccp->out.opt == NULL;
364 for (o = &ccp->out.opt; *o != NULL; o = &(*o)->next)
462 while (ccp->out.opt) {
463 next = ccp->out.opt->next;
464 free(ccp->out.opt);
573 struct fsm_opt *opt; local
[all...]
/freebsd-10.0-release/crypto/heimdal/kadmin/
H A Dget.c455 getit(struct get_options *opt, const char *name, int argc, char **argv) argument
461 if(opt->long_flag == -1 && (opt->short_flag == 1 || opt->terse_flag == 1))
462 opt->long_flag = 0;
463 if(opt->short_flag == -1 && (opt->long_flag == 1 || opt->terse_flag == 1))
464 opt->short_flag = 0;
465 if(opt
511 get_entry(struct get_options *opt, int argc, char **argv) argument
517 list_princs(struct list_options *opt, int argc, char **argv) argument
[all...]
H A Dinit.c121 init(struct init_options *opt, int argc, char **argv) argument
133 if (opt->realm_max_ticket_life_string) {
134 if (str2deltat (opt->realm_max_ticket_life_string, &max_life) != 0) {
136 opt->realm_max_ticket_life_string);
140 if (opt->realm_max_renewable_life_string) {
141 if (str2deltat (opt->realm_max_renewable_life_string, &max_rlife) != 0) {
143 opt->realm_max_renewable_life_string);
160 if (opt->realm_max_ticket_life_string == NULL) {
166 if (opt->realm_max_renewable_life_string == NULL) {
183 if (opt
[all...]
/freebsd-10.0-release/contrib/libpcap/
H A Dpcap-bt-linux.c184 int opt; local
190 if (sscanf(handle->opt.source, BT_IFACE"%d", &dev_id) != 1)
194 handle->opt.source);
228 opt = 1;
229 if (setsockopt(handle->fd, SOL_HCI, HCI_DATA_DIR, &opt, sizeof(opt)) < 0) {
235 opt = 1;
236 if (setsockopt(handle->fd, SOL_HCI, HCI_TIME_STAMP, &opt, sizeof(opt)) < 0) {
267 if (handle->opt
[all...]
/freebsd-10.0-release/usr.sbin/config/
H A Dmkoptions.c68 struct opt *op;
72 op = (struct opt *)calloc(1, sizeof(*op));
76 SLIST_INSERT_HEAD(&opt, op, op_next);
90 op = (struct opt *)calloc(1, sizeof(*op));
96 SLIST_INSERT_HEAD(&opt, op, op_next);
105 op = (struct opt *)calloc(1, sizeof(*op));
109 SLIST_INSERT_HEAD(&opt, op, op_next);
113 SLIST_FOREACH(op, &opt, op_next) {
126 SLIST_FOREACH(op, &opt, op_next) {
145 struct opt *o
[all...]
/freebsd-10.0-release/sys/netinet/
H A Dip_options.c101 int opt, optlen, cnt, off, code, type = ICMP_PARAMPROB, forward = 0; local
119 opt = cp[IPOPT_OPTVAL];
120 if (opt == IPOPT_EOL)
122 if (opt == IPOPT_NOP)
135 switch (opt) {
165 if (opt == IPOPT_SSRR) {
227 if (opt == IPOPT_SSRR) {
483 ip_insertoptions(struct mbuf *m, struct mbuf *opt, int *phlen) argument
485 struct ipoption *p = mtod(opt, struct ipoption *);
490 optlen = opt
536 int opt, optlen, cnt; local
582 u_char opt; local
699 int opt, optlen, cnt, found_ra; local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistry.cpp46 CheckerOptInfo &opt, CheckerInfoSet &collected) {
48 CheckerRegistry::CheckerInfo packageInfo(NULL, opt.getName(), "");
58 if (!isInPackage(*i, opt.getName()))
62 opt.claim();
68 packageSizes.find(opt.getName());
74 if (opt.isEnabled())
44 collectCheckers(const CheckerRegistry::CheckerInfoList &checkers, const llvm::StringMap<size_t> &packageSizes, CheckerOptInfo &opt, CheckerInfoSet &collected) argument
/freebsd-10.0-release/contrib/groff/src/utils/lkbib/
H A Dlkbib.cpp49 int opt; local
55 while ((opt = getopt_long(argc, argv, "nvVi:t:p:", long_options, NULL))
57 switch (opt) {
/freebsd-10.0-release/contrib/groff/src/utils/lookbib/
H A Dlookbib.cpp54 int opt; local
60 while ((opt = getopt_long(argc, argv, "vVi:t:", long_options, NULL)) != EOF)
61 switch (opt) {
/freebsd-10.0-release/contrib/libreadline/examples/
H A Drlcat.c81 int opt, Vflag, Nflag; local
90 while ((opt = getopt(argc, argv, "vEVN")) != EOF)
92 switch (opt)
/freebsd-10.0-release/contrib/llvm/lib/TableGen/
H A DMain.cpp32 cl::opt<std::string>
36 cl::opt<std::string>
42 cl::opt<std::string>

Completed in 173 milliseconds

1234567891011>>