Searched refs:opt (Results 276 - 300 of 1396) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/ruby-106/ruby/lib/yaml/
H A Dstore.rb50 @opt = yaml_opts
/macosx-10.10/ruby-106/ruby/tool/
H A Dgeneric_erb.rb13 opt = OptionParser.new do |o|
20 template = ARGV.shift or abort opt.to_s
/macosx-10.10/smb-759.0/lib/smb/
H A Drcfile.h54 int opt; /* command line option */ member in struct:opt_args
/macosx-10.10/smb-759.0/smbutil/
H A Dsmbutil.c148 int opt; local
153 while ((opt = getopt(argc, argv, "hv")) != EOF) {
154 switch (opt) {
162 warnx("invalid option %c", opt);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/csv/
H A Dcsvuniq19 while {[set ok [cmdline::getopt argv {sep.arg} opt val]] > 0} {
20 #puts stderr "= $opt $val"
21 switch -exact -- $opt {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools/
H A Dapi.tcl23 keywords example example_begin example_end nl arg cmd opt emph strong
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/support/devel/sak/validate/
H A Dcmd.tcl31 while {[string match -* [set opt [lindex $argv 0]]]} {
32 switch -exact -- $opt {
47 sak::validate::usage Unknown option "\"$opt\""
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dlm_null_call.c145 benchmark_optswitch(int opt, char *optarg) argument
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/
H A Dbind.c84 benchmark_optswitch(int opt, char *optarg) argument
86 switch (opt) {
101 int opt = 1; local
120 &opt, sizeof (int)) == -1)
/macosx-10.10/curl-83.1.2/curl/tests/
H A Dsshhelp.pm14 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
137 /opt/local/libexec
150 /opt/ssh/sbin
151 /opt/ssh/libexec
167 /opt/local/bin
168 /opt/local/sbin
169 /opt/local/libexec
173 /opt/gnutls/bin
174 /opt/gnutls/sbin
175 /opt/gnutl
[all...]
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-nit.c231 if (p->opt.buffer_size != 0)
232 nioc.nioc_bufspace = p->opt.buffer_size;
238 if (p->opt.immediate) {
247 if (p->opt.timeout != 0) {
249 nioc.nioc_timeout.tv_sec = p->opt.timeout / 1000;
250 nioc.nioc_timeout.tv_usec = (p->opt.timeout * 1000) % 1000000;
252 if (p->opt.promisc)
269 if (p->opt.rfmon) {
292 (void)strncpy(snit.snit_ifname, p->opt.source, NITIFSIZ);
/macosx-10.10/python_modules-40/Modules/xattr-0.5/
H A Drtool.py99 for opt, arg in optargs:
100 if opt in ("-h", "--help"):
102 elif opt == "-l":
104 elif opt == "-p":
106 elif opt == "-w":
108 elif opt == "-d":
110 elif opt == "-r":
112 elif opt == "-v":
114 elif opt == "-x":
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/log/
H A DloggerAppender.tcl128 set opt [lindex $args 0]
130 switch -exact -- $opt {
156 %s" $opt $usage]
233 set opt [lindex $args 0]
235 switch -exact -- $opt {
261 %s" $opt $usage]
341 set opt [lindex $args 0]
343 switch -exact -- $opt {
373 %s" $opt $usage]
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/
H A Dhttps.tcl65 proc ::SOAP::Transport::https::method:configure {procVarName opt value} {
67 switch -glob -- $opt {
76 return -code error "unknown option \"$opt\""
91 foreach {opt value} [array get options] {
92 lappend r "-$opt" $value
97 foreach {opt value} $args {
98 switch -- $opt {
100 set options([string trimleft $opt -]) $value
106 return -code error "invalid option \"$opt\":\
121 foreach {opt valu
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/library/
H A Dcompat.tcl49 set opt [lvarpop args]
50 if [cequal $opt -buf] {
52 } elseif [cequal $opt -nobuf] {
55 lappend cmd $opt
72 switch -- [set opt [lvarpop args]] {
89 error "unknown option \"$opt\""
107 switch -- [set opt [lvarpop args]] {
115 lappend cmd $opt
274 set opt [lvarpop args]
275 switch -exact -- $opt {
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dras2tiff.c227 processCompressOptions(char* opt) argument
229 if (streq(opt, "none"))
231 else if (streq(opt, "packbits"))
233 else if (strneq(opt, "jpeg", 4)) {
234 char* cp = strchr(opt, ':');
248 } else if (strneq(opt, "lzw", 3)) {
249 char* cp = strchr(opt, ':');
253 } else if (strneq(opt, "zip", 3)) {
254 char* cp = strchr(opt, ':');
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dget_cred.c1079 krb5_get_creds_opt_alloc(krb5_context context, krb5_get_creds_opt *opt) argument
1081 *opt = calloc(1, sizeof(**opt));
1082 if (*opt == NULL) {
1091 krb5_get_creds_opt_free(krb5_context context, krb5_get_creds_opt opt) argument
1093 if (opt->self)
1094 krb5_free_principal(context, opt->self);
1095 if (opt->ticket) {
1096 free_Ticket(opt->ticket);
1097 free(opt
1104 krb5_get_creds_opt_set_options(krb5_context context, krb5_get_creds_opt opt, krb5_flags options) argument
1112 krb5_get_creds_opt_add_options(krb5_context context, krb5_get_creds_opt opt, krb5_flags options) argument
1120 krb5_get_creds_opt_set_enctype(krb5_context context, krb5_get_creds_opt opt, krb5_enctype enctype) argument
1128 krb5_get_creds_opt_set_impersonate(krb5_context context, krb5_get_creds_opt opt, krb5_const_principal self) argument
1138 krb5_get_creds_opt_set_ticket(krb5_context context, krb5_get_creds_opt opt, const Ticket *ticket) argument
1171 krb5_get_creds(krb5_context context, krb5_get_creds_opt opt, krb5_ccache ccache, krb5_const_principal inprinc, krb5_creds **out_creds) argument
[all...]
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dargp-parse.c305 const struct argp_option *opt;
308 for (opt = real; !__option_is_end (opt); opt++)
310 if (! (opt->flags & OPTION_ALIAS))
312 real = opt;
317 if (__option_is_short (opt))
320 *cvt->short_end++ = opt->key;
330 if (opt->name
331 && find_long_option (cvt->parser->long_opts, opt
299 const struct argp_option *opt; local
433 const struct argp_option *opt = argp->options; local
717 parser_parse_opt(struct parser *parser, int opt, char *val) argument
780 int opt; local
[all...]
/macosx-10.10/lsof-53/lsof/tests/
H A DLTlib.c197 static int GOx1 = 1; /* first opt[][] index */
198 static int GOx2 = 0; /* second opt[][] index */
209 _PROTOTYPE(static int GetOpt,(int ct, char *opt[], char *rules, char **em,
406 ExecLsof(opt)
407 char **opt; /* lsof options -- a pointer to an
432 if (!opt)
434 for (optc = 0, tcpp = opt; *tcpp; optc++, tcpp++)
468 for (ti = 0, tcpp = opt; ti < (optc + 3); ti++) {
583 GetOpt(ct, opt, rules, em, pn)
585 char *opt[]; /* option
[all...]
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/apps/utils/
H A Dxo-daemon42 array set opt [list \
49 \t-logdir dirname (default: $::opt(-logdir))\n\
50 \t-rundir dirname (default: $::opt(-rundir))\n"
54 array set opt [lreplace $argv 0 1]
77 if {![file isdirectory $::opt(-rundir)]} {file mkdir $::opt(-rundir)}
78 if {![file isdirectory $::opt(-logdir)]} {file mkdir $::opt(-logdir)}
83 [self] set pidfile $::opt(-rundir)/$n.pid
84 [self] set logfile $::opt(
[all...]
/macosx-10.10/ruby-106/ruby/lib/
H A Dmkmf.rb246 opt = (Hash === files.last ? [files.pop] : [])
247 FileUtils.rm_f(Dir[*files.flatten], *opt)
252 opt = (Hash === files.last ? [files.pop] : [])
253 FileUtils.rm_rf(Dir[*files.flatten], *opt)
448 def link_command(ldflags, opt="", libpath=$DEFLIBPATH|$LIBPATH)
460 'LIBS' => "#{librubyarg} #{opt} #$LIBS")
465 def cc_command(opt="")
469 RbConfig::expand("$(CC) #$INCFLAGS #$CPPFLAGS #$CFLAGS #$ARCH_FLAG #{opt} -c #{CONFTEST_C}",
473 def cpp_command(outfile, opt="")
480 RbConfig::expand("$(CPP) #$INCFLAGS #$CPPFLAGS #$CFLAGS #{opt} #{CONFTEST_
[all...]
/macosx-10.10/llvmCore-3425.0.34/tools/gold/
H A Dgold-plugin.cpp94 llvm::StringRef opt = opt_;
96 if (opt == "generate-api-file") {
98 } else if (opt.startswith("mcpu=")) {
99 mcpu = opt.substr(strlen("mcpu="));
100 } else if (opt.startswith("extra-library-path=")) {
101 extra_library_path = opt.substr(strlen("extra_library_path="));
102 } else if (opt.startswith("mtriple=")) {
103 triple = opt.substr(strlen("mtriple="));
104 } else if (opt.startswith("obj-path=")) {
105 obj_path = opt
[all...]
/macosx-10.10/CPANInternal-159.1/Graph-0.94/lib/Graph/
H A DAdjacencyMatrix.pm16 my ($class, $g, %opt) = @_;
20 if (exists $opt{distance_matrix}) {
21 $want_distance = $opt{distance_matrix};
22 delete $opt{distance_matrix};
25 if (exists $opt{attribute_name}) {
26 $d = $opt{attribute_name};
29 delete $opt{attribute_name};
31 if (exists $opt{is_transitive}) {
32 $want_transitive = $opt{is_transitive};
33 delete $opt{is_transitiv
[all...]
/macosx-10.10/CPANInternal-159.1/Graph-0.96/lib/Graph/
H A DAdjacencyMatrix.pm16 my ($class, $g, %opt) = @_;
20 if (exists $opt{distance_matrix}) {
21 $want_distance = $opt{distance_matrix};
22 delete $opt{distance_matrix};
25 if (exists $opt{attribute_name}) {
26 $d = $opt{attribute_name};
29 delete $opt{attribute_name};
31 if (exists $opt{is_transitive}) {
32 $want_transitive = $opt{is_transitive};
33 delete $opt{is_transitiv
[all...]
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A DRTADVSocket.c262 const struct nd_opt_hdr * opt; local
268 for (scan = buf; left >= sizeof(*opt); ) {
269 opt = (struct nd_opt_hdr *)scan;
270 opt_len = opt->nd_opt_len * ND_OPT_ALIGN;
276 ptrlist_add(options_p, (void *)opt);
329 const struct nd_opt_hdr * opt; local
332 opt = (const struct nd_opt_hdr *)ptrlist_element(options_p, i);
333 opt_name = S_nd_opt_name(opt->nd_opt_type);
334 printf("%s (%d) length %d\n", opt_name, opt->nd_opt_type,
335 opt
350 const struct nd_opt_rdnss * opt; local
383 const struct _nd_opt_linkaddr * opt; local
[all...]

Completed in 330 milliseconds

<<11121314151617181920>>