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

1234567891011>>

/macosx-10.10/ksh-23/ksh/bin/
H A Dmamprobe13 opt=
15 case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in
62 d) opt=-d ;;
77 -d) opt=-d
183 set '' $opt $cc
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dmamprobe.sh32 opt=
34 case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in
81 d) opt=-d ;;
96 -d) opt=-d
202 set '' $opt $cc
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DDebug.cpp39 static cl::opt<bool, true>
45 static cl::opt<unsigned>
68 static cl::opt<DebugOnlyOpt, true, cl::parser<std::string> >
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-cov/
H A Dllvm-cov.cpp24 static cl::opt<bool>
27 static cl::opt<std::string>
30 static cl::opt<std::string>
/macosx-10.10/llvmCore-3425.0.34/utils/FileUpdate/
H A DFileUpdate.cpp25 static cl::opt<bool>
29 static cl::opt<std::string>
33 static cl::opt<std::string>
/macosx-10.10/ppp-786.1.1/Helpers/vpnd/
H A Dcf_utils.h36 u_char *opt, u_int32_t optsiz, u_int32_t *outlen, u_char *defaultval);
39 u_char *opt, u_int32_t optsiz, u_int32_t *outlen, u_char *defaultval);
44 u_int32_t *opt, u_int32_t defaultval);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dppm2tiff.c278 processCompressOptions(char* opt) argument
280 if (streq(opt, "none"))
282 else if (streq(opt, "packbits"))
284 else if (strneq(opt, "jpeg", 4)) {
285 char* cp = strchr(opt, ':');
299 } else if (strneq(opt, "g3", 2)) {
300 processG3Options(opt);
302 } else if (streq(opt, "g4")) {
304 } else if (strneq(opt, "lzw", 3)) {
305 char* cp = strchr(opt, '
[all...]
/macosx-10.10/xar-254/xar/lib/
H A Dzxar.c78 const char *opt; local
88 opt = NULL;
91 opt = xar_attr_pget(f, tmpp, "style");
92 if( !opt ) return 0;
93 if( strcmp(opt, "application/x-gzip") != 0 ) return 0;
162 const char *opt; local
169 opt = xar_opt_get(x, XAR_OPT_COMPRESSION);
170 if( !opt )
173 if( strcmp(opt, XAR_OPT_VAL_GZIP) != 0 )
176 opt
[all...]
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/
H A Dsetsockopt.c85 int opt; local
90 opt = 1 & i;
92 &opt, sizeof (int)) == -1) {
/macosx-10.10/ppp-786.1.1/Controller/
H A Dppp_getoption.c73 CFDictionaryRef options, CFDictionaryRef setup, u_int32_t *opt, u_int32_t defaultval)
81 entity, property, opt)) {
92 *opt = CFStringAddrToLong(CFArrayGetValueAtIndex(array, 0));
99 entity, property, opt)) {
103 *opt = defaultval;
110 CFDictionaryRef options, CFDictionaryRef setup, u_int32_t *opt, u_int32_t defaultval)
117 entity, property, opt)) {
125 && getNumber(dict, property, opt)) {
133 && getNumber(dict, property, opt))
135 entity, property, opt))) {
72 get_addr_option(struct service *serv, CFStringRef entity, CFStringRef property, CFDictionaryRef options, CFDictionaryRef setup, u_int32_t *opt, u_int32_t defaultval) argument
109 get_int_option(struct service *serv, CFStringRef entity, CFStringRef property, CFDictionaryRef options, CFDictionaryRef setup, u_int32_t *opt, u_int32_t defaultval) argument
145 get_str_option(struct service *serv, CFStringRef entity, CFStringRef property, CFDictionaryRef options, CFDictionaryRef setup, u_char *opt, u_int32_t optsiz, u_int32_t *outlen, u_char *defaultval) argument
[all...]
/macosx-10.10/OpenSSL098-52/src/VMS/
H A Dmkshared.com88 $! data at the end of the .opt file, close it, and link the library.
99 $! libopt The name of the .opt file to write
114 $ open/write opt 'libopt'
115 $ write opt "identification=""",libid," ",libverstr,""""
116 $ write opt libolb,"/lib"
117 $ if libref .nes. "" then write opt libref,"/SHARE"
118 $ write opt "SYMBOL_VECTOR=(-"
120 $ libwrch := opt
124 $ write opt ")"
125 $ write opt "GSMATC
[all...]
/macosx-10.10/ruby-106/ruby/lib/
H A Doptparse.rb281 def convert(opt = nil, val = nil, *)
453 (sopts+lopts).each do |opt|
455 if opt =~ /^--\[no-\](.+)$/
460 yield("#{opt}", desc.join(""))
532 opt = (val = parse_arg(val, &error))[1]
534 if opt and !arg
656 # Searches list +id+ for +opt+ and the optional patterns for completion
661 def complete(id, opt, icase = false, *pat, &block)
662 __send__(id).complete(opt, icase, *pat, &block)
679 list.reverse_each do |opt|
[all...]
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-link/
H A Dllvm-link.cpp35 static cl::opt<std::string>
39 static cl::opt<bool>
42 static cl::opt<bool>
46 static cl::opt<bool>
49 static cl::opt<bool>
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/
H A Dsmtp.tcl58 proc ::SOAP::Transport::smtp::method:configure {procVarName opt value} {
60 switch -glob -- $opt {
69 return -code error "unknown option \"$opt\""
84 foreach {opt value} [array get options] {
85 lappend r "-$opt" $value
90 foreach {opt value} $args {
91 switch -- $opt {
102 return -code error "invalid option \"$opt\": must be \
/macosx-10.10/CPANInternal-159.1/Graph-0.94/lib/Graph/
H A DTransitiveClosure.pm15 my ($class, $g, %opt) = @_;
17 %opt = (path_vertices => 1) unless %opt;
19 if (exists $opt{ attribute_name }) {
20 $attr = $opt{ attribute_name };
21 # No delete $opt{ attribute_name } since we need to pass it on.
23 $opt{ reflexive } = 1 unless exists $opt{ reflexive };
24 my $tcm = $g->new( $opt{ reflexive } ?
30 $tcg = Graph::TransitiveClosure::Matrix->new($g, %opt);
[all...]
/macosx-10.10/CPANInternal-159.1/Graph-0.96/lib/Graph/
H A DTransitiveClosure.pm15 my ($class, $g, %opt) = @_;
17 %opt = (path_vertices => 1) unless %opt;
19 if (exists $opt{ attribute_name }) {
20 $attr = $opt{ attribute_name };
21 # No delete $opt{ attribute_name } since we need to pass it on.
23 $opt{ reflexive } = 1 unless exists $opt{ reflexive };
24 my $tcm = $g->new( $opt{ reflexive } ?
30 $tcg = Graph::TransitiveClosure::Matrix->new($g, %opt);
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dhistory.c58 int flags, opt, result, old_history_lines, obase; local
64 while ((opt = internal_getopt (list, "acd:npsrw")) != -1)
66 switch (opt)
102 opt = flags & (AFLAG|RFLAG|WFLAG|NFLAG);
103 if (opt && opt != AFLAG && opt != RFLAG && opt != WFLAG && opt != NFLAG)
140 opt
[all...]
H A Dtrap.c53 int list_signal_names, display, result, opt; local
58 while ((opt = internal_getopt (list, "lp")) != -1)
60 switch (opt)
75 opt = DSIG_NOCASE|DSIG_SIGPREFIX; /* flags for decode_signal */
88 first_signal = first_arg && *first_arg && all_digits (first_arg) && signal_object_p (first_arg, opt);
101 signal_object_p (first_arg, opt) && list->next == 0)
119 sig = decode_signal (list->word->word, opt);
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dapplication.cpp172 const option& opt = (*iter); local
174 optstr += opt.m_character;
175 if (!opt.m_argument.empty())
228 const option& opt = (*iter); local
230 if (opt.m_argument.length() + 1 > coldesc)
231 coldesc = opt.m_argument.length() + 1;
235 const option& opt = (*iter); local
237 std::string tag = std::string(" -") + opt.m_character;
238 if (opt.m_argument.empty())
241 tag += " " + opt
[all...]
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A DIPv6Socket.c135 int opt = 1; local
146 if (ioctl(sockfd, FIONBIO, &opt) < 0) {
153 if (setsockopt(sockfd, SOL_SOCKET, SO_RECV_ANYIF, (caddr_t)&opt,
154 sizeof(opt)) < 0) {
163 IPCONFIG_SOCKOPT_PKTINFO, &opt, sizeof(opt)) < 0) {
170 IPCONFIG_SOCKOPT_HOPLIMIT, &opt, sizeof(opt)) < 0) {
177 opt = SO_TC_CTL;
179 if (setsockopt(sockfd, SOL_SOCKET, SO_TRAFFIC_CLASS, &opt,
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/nns/
H A Dnns.tcl105 set opt [lindex $arguments 0]
106 if {$opt eq "-continuous"} {
110 } elseif {$opt eq "-async"} {
117 set pattern $opt
121 set opt [lindex $arguments 0]
122 if {$opt eq "-continuous"} {
126 } elseif {$opt eq "-async"} {
268 set opt [lindex $args 0]
269 switch -exact -- $opt {
273 return -code error "bad option \"$opt\", expecte
[all...]
/macosx-10.10/CPANInternal-159.1/Graph-0.94/lib/Graph/TransitiveClosure/
H A DMatrix.pm9 my ($g, $class, $opt, $want_transitive, $want_reflexive, $want_path, $want_path_vertices) = @_;
10 my $m = Graph::AdjacencyMatrix->new($g, %$opt);
214 my ($class, $g, %opt) = @_;
216 if (exists $opt{attribute_name}) {
217 $am_opt{attribute_name} = $opt{attribute_name};
218 delete $opt{attribute_name};
220 if ($opt{distance_matrix}) {
221 $am_opt{distance_matrix} = $opt{distance_matrix};
223 delete $opt{distance_matrix};
224 if (exists $opt{pat
[all...]
/macosx-10.10/CPANInternal-159.1/Graph-0.96/lib/Graph/TransitiveClosure/
H A DMatrix.pm9 my ($g, $class, $opt, $want_transitive, $want_reflexive, $want_path, $want_path_vertices) = @_;
10 my $m = Graph::AdjacencyMatrix->new($g, %$opt);
214 my ($class, $g, %opt) = @_;
216 if (exists $opt{attribute_name}) {
217 $am_opt{attribute_name} = $opt{attribute_name};
218 delete $opt{attribute_name};
220 if ($opt{distance_matrix}) {
221 $am_opt{distance_matrix} = $opt{distance_matrix};
223 delete $opt{distance_matrix};
224 if (exists $opt{pat
[all...]
/macosx-10.10/libarchive-30/libarchive/cpio/
H A Dcmdline.c109 int opt = '?'; local
157 opt = *opt_word++;
158 if (opt == '\0') {
165 p = strchr(short_options, opt);
180 opt);
186 if (opt == 'W') {
267 return (opt);
/macosx-10.10/lsof-53/lsof/lib/
H A Drmnt.c96 char *opt, *opte; local
156 if ((opt = strstr(mp->mnt_opts, "dev="))) {
158 if ((opte = x2dev(opt + 4, (dev_t *)&sb.st_dev))) {
163 (int)(opte - opt), opt, MOUNTED);
165 opt = (char *)NULL;
167 if (!opt)

Completed in 325 milliseconds

1234567891011>>