Searched refs:opt (Results 226 - 250 of 1396) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itk/generic/
H A Ditk_cmds.c338 ItkClassOption *opt;
375 opt = NULL;
387 opt = (ItkClassOption*)Tcl_GetHashValue(entry);
392 if (opt == NULL) {
412 if (opt->member->code) {
413 Itcl_ReleaseData((ClientData)opt->member->code);
415 opt->member->code = mcode;
334 ItkClassOption *opt; local
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/rest/
H A Drest.tcl529 foreach opt $required {
530 if {[string index $opt end] == ":"} {
531 set opt [string range $opt 0 end-1]
533 if {[set i [lsearch -exact $args -$opt]] >= 0} {
534 if {[llength $args] <= $i+1} { return -code error "the -$opt argument requires a value" }
535 lappend query $opt [lindex $args [expr {$i+1}]]
537 } elseif {[set i [lsearch -regexp $static ^-?$opt$]] >= 0} {
538 lappend query $opt [lindex $static [expr {$i+1}]]
541 return -code error "the -$opt argumen
[all...]
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-ppp.c591 int len, opt; local
597 opt = p[0];
601 if ((opt >= LCPOPT_MIN) && (opt <= LCPOPT_MAX))
602 printf("\n\t %s Option (0x%02x), length %u (bogus, should be >= 2)", lcpconfopts[opt],opt,len);
604 printf("\n\tunknown LCP option 0x%02x", opt);
607 if ((opt >= LCPOPT_MIN) && (opt <= LCPOPT_MAX))
608 printf("\n\t %s Option (0x%02x), length %u: ", lcpconfopts[opt],op
981 int len, opt; local
1108 int len, opt; local
1165 int len, opt; local
1223 int len, opt; local
[all...]
H A Dospf6.h123 u_int32_t opt; member in union:lsa6::__anon13980::__anon13981::__anon13982
126 #define rla_options rla_flgandopt.opt
176 u_int32_t opt; member in union:lsa6::__anon13980::llsa::__anon13986
179 #define llsa_options llsa_priandopt.opt
218 u_int32_t opt; member in union:ospf6hdr::__anon13988::__anon13989::__anon13990
221 #define hello_options hello_priandopt.opt
/macosx-10.10/Heimdal-398.1.2/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...]
/macosx-10.10/Heimdal-398.1.2/lib/akadmin/
H A Dadmin.c92 principal_create(void *opt, int argc, char **argv) argument
128 principal_add_cert(struct principal_add_cert_options *opt, int argc, char **argv) argument
138 if (opt->use_default_sharing_identity_flag) {
179 password_command(struct password_options *opt, int argc, char **argv) argument
189 if (opt->encryption_types_strings.num_strings) {
197 for (i = 0; i < opt->encryption_types_strings.num_strings; i++) {
200 el = CFStringCreateWithCString(kCFAllocatorDefault, opt->encryption_types_strings.strings[i], kCFStringEncodingUTF8);
211 if (opt->append_flag)
288 principal_clearflags(void *opt, int argc, char **argv) argument
296 principal_setflags(void *opt, in
[all...]
/macosx-10.10/Heimdal-398.1.2/kadmin/
H A Dget.c460 getit(struct get_options *opt, const char *name, int argc, char **argv) argument
466 if(opt->long_flag == -1 && (opt->short_flag == 1 || opt->terse_flag == 1))
467 opt->long_flag = 0;
468 if(opt->short_flag == -1 && (opt->long_flag == 1 || opt->terse_flag == 1))
469 opt->short_flag = 0;
470 if(opt
516 get_entry(struct get_options *opt, int argc, char **argv) argument
522 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...]
/macosx-10.10/llvmCore-3425.0.34/tools/opt/
H A Dopt.cpp1 //===- opt.cpp - The LLVM Modular Optimizer -------------------------------===//
55 static cl::opt<std::string>
59 static cl::opt<std::string>
63 static cl::opt<bool>
66 static cl::opt<bool>
69 static cl::opt<bool>
73 static cl::opt<bool>
76 static cl::opt<bool>
79 static cl::opt<bool>
82 static cl::opt<boo
[all...]
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-mc/
H A Dllvm-mc.cpp47 static cl::opt<std::string>
50 static cl::opt<std::string>
54 static cl::opt<bool>
57 static cl::opt<bool>
60 static cl::opt<bool>
64 static cl::opt<unsigned>
68 static cl::opt<bool>
71 static cl::opt<bool>
79 static cl::opt<OutputFileType>
95 static cl::opt<st
[all...]
/macosx-10.10/bootp-298/bootplib/
H A Dgenoptionfiles.c386 int opt; local
388 opt = find_option(i);
389 if (opt < 0) {
398 make_type(option[opt].type), option[opt].name);
415 int opt; local
417 opt = find_option(i);
418 if (opt < 0) {
421 printf(".It Sy dhcp_%s\n", option[opt].name);
422 printf("Option code %d, type is %s.\n", i, option[opt]
[all...]
/macosx-10.10/libarchive-30/libarchive/examples/minitar/
H A Dminitar.c140 int compress, flags, mode, opt; local
152 while ((opt = *p++) != '\0') {
153 switch (opt) {
156 mode = opt;
168 compress = opt;
177 mode = opt;
183 mode = opt;
187 compress = opt;
192 compress = opt;
197 compress = opt;
[all...]
/macosx-10.10/ruby-106/ruby/win32/
H A Difchange.bat6 for %%I in (%1) do set opt=%%~I variable
7 if "%opt%" == "--timestamp" (
11 ) else if "%opt:~0,12%" == "--timestamp=" (
12 set timestamp=%opt:~12%
16 if "%opt%" == "" goto :end
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffdither.c160 processCompressOptions(char* opt) argument
162 if (streq(opt, "none"))
164 else if (streq(opt, "packbits"))
166 else if (strneq(opt, "g3", 2)) {
167 processG3Options(opt);
169 } else if (streq(opt, "g4"))
171 else if (strneq(opt, "lzw", 3)) {
172 char* cp = strchr(opt, ':');
176 } else if (strneq(opt, "zip", 3)) {
177 char* cp = strchr(opt, '
[all...]
/macosx-10.10/tcl-105/tk/tk/tests/
H A DbutGeom2.tcl37 foreach opt {activebackground activeforeground background disabledforeground foreground highlightbackground highlightcolor } {
38 #button .t.color-$opt -text $opt -command "config -$opt \[tk_chooseColor]"
39 menubutton .t.color-$opt -text $opt -menu .t.color-$opt.m -indicatoron 1 \
41 menu .t.color-$opt.m -tearoff 0
42 .t.color-$opt.m add command -label Red -command "config -$opt re
[all...]
/macosx-10.10/tcl-105/tk84/tk/tests/
H A DbutGeom2.tcl37 foreach opt {activebackground activeforeground background disabledforeground foreground highlightbackground highlightcolor } {
38 #button .t.color-$opt -text $opt -command "config -$opt \[tk_chooseColor]"
39 menubutton .t.color-$opt -text $opt -menu .t.color-$opt.m -indicatoron 1 \
41 menu .t.color-$opt.m -tearoff 0
42 .t.color-$opt.m add command -label Red -command "config -$opt re
[all...]
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-bt-linux.c191 int opt; local
197 if (sscanf(handle->opt.source, BT_IFACE"%d", &dev_id) != 1)
201 handle->opt.source);
235 opt = 1;
236 if (setsockopt(handle->fd, SOL_HCI, HCI_DATA_DIR, &opt, sizeof(opt)) < 0) {
242 opt = 1;
243 if (setsockopt(handle->fd, SOL_HCI, HCI_TIME_STAMP, &opt, sizeof(opt)) < 0) {
274 if (handle->opt
[all...]
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dbootp_session.c102 int opt; local
120 opt = 1;
121 status = setsockopt(sockfd, SOL_SOCKET, SO_BROADCAST, &opt, sizeof(opt));
127 status = ioctl(sockfd, FIONBIO, &opt);
132 status = setsockopt(sockfd, IPPROTO_IP, IP_RECVIF, &opt, sizeof(opt));
139 status = setsockopt(sockfd, SOL_SOCKET, SO_RECV_ANYIF, (caddr_t)&opt,
140 sizeof(opt));
148 opt
346 bootp_client_bind_socket_to_if(bootp_client_t * client, int opt) argument
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Djobs.c42 int form, execute, state, opt, any_failed, job; local
50 while ((opt = internal_getopt (list, "lpnxrs")) != -1)
52 switch (opt)
176 int opt, job, retval, nohup_only, running_jobs, all_jobs; local
182 while ((opt = internal_getopt (list, "ahr")) != -1)
184 switch (opt)
/macosx-10.10/bash-94.1.2/bash-3.2/examples/functions/
H A Dkshenv118 while getopts "LP" opt
120 case $opt in
121 L|P) CDOPTS="$CDOPTS -$opt" ;;
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/apps/
H A Dnnsd56 set opt [lindex $argv 0]
57 if {![string match "-*" $opt]} break
59 switch -exact -- $opt {
/macosx-10.10/tcl-105/tcl_ext/tclxml/tclxml/examples/
H A Dxmlwc27 foreach opt $argv {
28 switch -- $opt {
58 lappend input $opt
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/getstring/
H A Dtk_getString.tcl105 set opt [lindex $opts $a]
106 if {[llength $opt] > 1} {
107 foreach {opt type} $opt {break}
108 if {[incr i] >= [llength $input]} { error "$opt requires an argument" }
109 if {$type != "" && ![string is $type -strict [lindex $input $i]]} { error "$opt requires argument of type $type" }
110 set output($opt) [lindex $input $i]
112 set output($opt) {}
/macosx-10.10/zsh-61/zsh/Functions/Misc/
H A Dzed9 local var opt zed_file_name
13 while getopts "fb" opt; do
14 case $opt in
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dmptcp_opt.c73 mptcp_setup_first_subflow_syn_opts(struct socket *so, int flags, u_char *opt, argument
112 memcpy(opt + optlen, &mptcp_opt,
142 (void) memcpy(opt + optlen, &mptcp_opt,
145 (void) memcpy(opt + optlen, &mp_localkey,
154 mptcp_setup_join_subflow_syn_opts(struct socket *so, int flags, u_char *opt, argument
194 memcpy(opt + optlen, &mpjoin_rsp, mpjoin_rsp.mmjo_len);
213 memcpy(opt + optlen, &mpjoin_req, mpjoin_req.mmjo_len);
228 mptcp_setup_join_ack_opts(struct tcpcb *tp, u_char *opt, unsigned optlen) argument
245 memcpy(opt + optlen, &join_rsp2, join_rsp2.mmjo_len);
252 mptcp_setup_syn_opts(struct socket *so, int flags, u_char *opt, unsigne argument
276 mptcp_send_mpfail(struct tcpcb *tp, u_char *opt, unsigned int optlen) argument
315 mptcp_send_infinite_mapping(struct tcpcb *tp, u_char *opt, unsigned int optlen) argument
406 mptcp_send_fastclose(struct tcpcb *tp, u_char *opt, unsigned int optlen, int flags) argument
435 mptcp_setup_opts(struct tcpcb *tp, int32_t off, u_char *opt, unsigned int optlen, int flags, int datalen, unsigned int **dss_lenp, u_int8_t **finp, u_int64_t *dss_valp, u_int32_t **sseqp, boolean_t *p_mptcp_acknow) argument
1885 mptcp_send_addaddr_opt(struct tcpcb *tp, struct mptcp_addaddr_opt *opt) argument
1915 mptcp_send_remaddr_opt(struct tcpcb *tp, struct mptcp_remaddr_opt *opt) argument
[all...]

Completed in 217 milliseconds

1234567891011>>