Searched refs:opt (Results 51 - 75 of 1527) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/log/
H A DloggerUtils.tcl117 array set opt $args
139 if {[info exists opt(-category)]} {
143 $opt(-category) \
149 [lindex [split $opt(-category) :: ] 0] \
153 if {[info exists opt(-priority)]} {
157 $opt(-priority) \
227 array set opt $args
231 if {[info exists opt(-conversionPattern)]} {
232 set text $opt(-conversionPattern)
246 if {[info exists opt(
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dexterns.h123 #define my_state_is_do(opt) (options[opt]&MY_STATE_DO)
124 #define my_state_is_will(opt) (options[opt]&MY_STATE_WILL)
125 #define my_want_state_is_do(opt) (options[opt]&MY_WANT_STATE_DO)
126 #define my_want_state_is_will(opt) (options[opt]&MY_WANT_STATE_WILL)
128 #define my_state_is_dont(opt) (!my_state_is_do(opt))
[all...]
/macosx-10.9.5/bash-92/bash-3.2/examples/scripts/
H A Dvtree216 while getopts a opt
18 case "$opt" in
/macosx-10.9.5/dcerpc-58/dcerpc/rpcd/
H A Drc.dcerpcd23 if [ ! -d /opt/dcelocal/var/rpc/ ]; then
24 mkdir -p /opt/dcelocal/var/rpc
25 chmod 700 /opt/dcelocal/var/rpc
32 /opt/dce-1.1/bin/rpcd
/macosx-10.9.5/tcl-102/tcl/tcl/library/opt/
H A DpkgIndex.tcl12 package ifneeded opt 0.4.5 [list source [file join $dir optparse.tcl]]
/macosx-10.9.5/tcl-102/tcl84/tcl/library/opt/
H A DpkgIndex.tcl12 package ifneeded opt 0.4.4.1 [list source [file join $dir optparse.tcl]]
/macosx-10.9.5/xnu-2422.115.4/SETUP/config/
H A Dexterns.c59 struct opt *opt, *mkopt, *opt_tail, *mkopt_tail; variable in typeref:struct:opt
/macosx-10.9.5/ruby-104/ruby/lib/irb/ext/
H A Duse-loader.rb49 def use_loader=(opt)
51 if IRB.conf[:USE_LOADER] != opt
52 IRB.conf[:USE_LOADER] = opt
53 if opt
68 opt
/macosx-10.9.5/ruby-104/ruby/test/optparse/
H A Dtest_getopts.rb8 @opt = OptionParser.new
12 o = @opt.getopts(%w[-a], "ab")
18 o = @opt.getopts(%w[-a1], "a:b:")
24 o = @opt.getopts(%w[--foo], "", "foo", "bar")
30 o = @opt.getopts(%w[--bar ZOT], "", "foo:FOO", "bar:BAR")
/macosx-10.9.5/ruby-104/ruby/
H A Druby.c112 cmdline_options_init(struct cmdline_options *opt) argument
114 MEMZERO(opt, *opt, 1);
115 init_ids(opt);
116 opt->src.enc.index = src_encoding_index;
117 opt->ext.enc.index = -1;
118 opt->intern.enc.index = -1;
120 opt->disable |= DISABLE_BIT(gems);
122 return opt;
127 #define forbid_setid(s) forbid_setid((s), opt)
639 moreswitches(const char *s, struct cmdline_options *opt, int envopt) argument
767 proc_options(long argc, char **argv, struct cmdline_options *opt, int envopt) argument
1300 process_options(int argc, char **argv, struct cmdline_options *opt) argument
1562 struct cmdline_options *opt; member in struct:load_file_arg
1575 struct cmdline_options *opt = argp->opt; local
1740 load_file(VALUE parser, VALUE fname, int script, struct cmdline_options *opt) argument
1753 struct cmdline_options opt; local
1802 init_ids(struct cmdline_options *opt) argument
1818 forbid_setid(const char *s, struct cmdline_options *opt) argument
1899 struct cmdline_options opt; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/kuser/
H A Dkdc.c53 kdc(struct kdc_options *opt, int argc, char **argv) argument
67 if (opt->type_string) {
70 if (strcasecmp(types[i].name, opt->type_string) == 0)
73 printf("unknown type: %s\n", opt->type_string);
79 if (opt->json_flag)
91 if (opt->json_flag) {
115 if (opt->json_flag)
H A Dcopy_cred_cache.c84 copy_cred_cache(struct copy_cred_cache_options *opt, int argc, char **argv) argument
94 if(opt->version_flag) {
99 if (opt->service_string) {
100 ret = krb5_parse_name(kcc_context, opt->service_string, &ctx.mcreds.server);
102 krb5_err(kcc_context, 1, ret, "%s", opt->service_string);
104 if (opt->enctype_string) {
106 ret = krb5_string_to_enctype(kcc_context, opt->enctype_string, &enctype);
108 krb5_err(kcc_context, 1, ret, "%s", opt->enctype_string);
112 if (opt->flags_string) {
113 parse_ticket_flags(kcc_context, opt
[all...]
/macosx-10.9.5/libxml2-26/libxml2/win32/
H A Dconfigure.js85 function boolToStr(opt)
87 if (opt == false)
89 else if (opt == true)
97 function strToBool(opt)
99 if (opt == 0 || opt == "no")
101 else if (opt == 1 || opt == "yes")
449 var arg, opt;
451 opt
[all...]
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-opt.mm25 objc-opt.mm
77 // preopt: the actual opt used at runtime
78 // _objc_opt_data: opt data possibly written by dyld
81 static const objc_opt_t *opt = nil;
95 assert(opt);
96 return opt->selopt();
101 assert(opt);
102 objc_clsopt_t *classes = opt->clsopt();
166 assert(opt);
167 objc_headeropt_t *hinfos = opt
[all...]
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/lib/
H A Dconfig.c141 int opt; local
143 for (opt = 0; opt < nconfiglist; opt++) {
144 if (*key == configlist[opt].key[0] &&
145 !strcmp(key, configlist[opt].key))
146 return configlist[opt].value;
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Ddest6.c63 u_int8_t *opt; local
86 opt = (u_int8_t *)dstopts + sizeof(struct ip6_dest);
89 for (optlen = 0; dstoptlen > 0; dstoptlen -= optlen, opt += optlen) {
90 if (*opt != IP6OPT_PAD1 &&
91 (dstoptlen < IP6OPT_MINLEN || *(opt + 1) + 2 > dstoptlen)) {
96 switch (*opt) {
101 optlen = *(opt + 1) + 2;
105 optlen = ip6_unknown_opt(opt, m,
106 opt - mtod(m, u_int8_t *));
/macosx-10.9.5/bash-92/bash-3.2/examples/loadables/
H A Dprintenv.c22 int opt; local
26 while ((opt = internal_getopt (list, "")) != -1)
28 switch (opt)
/macosx-10.9.5/ruby-104/ruby/benchmark/
H A Ddriver.rb23 def self.benchmark(opt)
24 driver = self.new(opt[:execs], opt[:dir], opt)
56 def initialize execs, dir, opt = {}
74 @repeat = opt[:repeat] || 1
76 @pattern = opt[:pattern] || nil
77 @exclude = opt[:exclude] || nil
78 @verbose = opt[:quiet] ? false : (opt[
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/win32/
H A Dconfigure.js83 function boolToStr(opt)
85 if (opt == false)
87 else if (opt == true)
95 function strToBool(opt)
97 if (opt == 0 || opt == "no")
99 else if (opt == 1 || opt == "yes")
435 var arg, opt;
437 opt
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/cmdline/
H A Dcmdline.tcl189 while {[set err [getopt argv $opts opt arg]]} {
194 set result($opt) $arg
238 while {[set err [getKnownOpt argv $opts opt arg]]} {
255 set result($opt) $arg
293 foreach opt $optlist {
294 set name [lindex $opt 0]
303 set default [lindex $opt 1]
327 foreach opt [concat $optlist \
329 set name [lindex $opt 0]
335 set default [lindex $opt
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itk/generic/
H A Ditk_option.c74 ItkClassOption *opt;
150 init, config, &opt) != TCL_OK) {
154 Tcl_SetHashValue(entry, (ClientData)opt);
212 ItkClassOption *opt = (ItkClassOption*)cdata;
220 mcode = opt->member->code;
223 opt->member, contextObj, 0, (Tcl_Obj**)NULL);
359 ItkClassOption *opt;
374 opt = (ItkClassOption*)Tcl_GetHashValue(entry);
375 Itk_DelClassOption(opt);
414 ItkClassOption *opt;
73 ItkClassOption *opt; local
209 ItkClassOption *opt = (ItkClassOption*)cdata; local
353 ItkClassOption *opt; local
407 ItkClassOption *opt; local
467 ItkClassOption *opt = NULL; local
566 ItkClassOption *opt; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/admin/
H A Ddestroy.c37 kt_destroy (void *opt, int argc, char **argv) argument
/macosx-10.9.5/bash-92/bash-3.2/examples/scripts.v2/
H A Dlowercase21 while getopts "h" opt; do
22 case "$opt" in
H A Dnewext29 while getopts "th" opt; do
30 case "$opt" in
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/rdata/generic/
H A Dopt_41.c162 dns_rdata_opt_t *opt = source; local
168 REQUIRE(opt->common.rdtype == type);
169 REQUIRE(opt->common.rdclass == rdclass);
170 REQUIRE(opt->options != NULL || opt->length == 0);
175 region.base = opt->options;
176 region.length = opt->length;
178 isc_region_consume(&region, 2); /* opt */
188 return (mem_tobuffer(target, opt->options, opt
193 dns_rdata_opt_t *opt = target; local
216 dns_rdata_opt_t *opt = source; local
[all...]

Completed in 266 milliseconds

1234567891011>>