Searched refs:options (Results 226 - 250 of 3434) sorted by relevance

1234567891011>>

/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Didnaref.h42 * @param options A bit set of options:
64 int32_t options,
80 * @param options A bit set of options:
102 int32_t options,
116 * and then convert. This function does not offer that level of granularity. The options once
123 * @param options A bit set of options:
145 int32_t options,
[all...]
/macosx-10.9.5/MITKerberosShim-62.1/test/
H A Dtest-kll.c43 KLLoginOptions options; local
66 KLCreateLoginOptions(&options);
67 KLLoginOptionsSetRenewableLifetime(options, 3600 * 24 * 7);
69 ret = KLAcquireInitialTickets(princ, options, NULL, NULL);
73 KLDisposeLoginOptions(options);
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dplatform.c38 extern ServerOptions options;
117 if (options.use_pam) {
145 if (options.use_pam) {
175 if (options.chroot_directory != NULL &&
176 strcasecmp(options.chroot_directory, "none") != 0)
H A Dsshconnect.c73 extern Options options;
94 packet_set_timeout(options.server_alive_interval,
95 options.server_alive_count_max);
114 "r", options.user, (char *)NULL);
173 packet_set_timeout(options.server_alive_interval,
174 options.server_alive_count_max);
224 if (options.bind_address == NULL)
232 gaierr = getaddrinfo(options.bind_address, NULL, &hints, &res);
234 error("getaddrinfo: %s: %s", options.bind_address,
240 error("bind: %s: %s", options
[all...]
H A Dsshd.c154 /* Server configuration options. */
155 ServerOptions options; variable
246 /* options.max_startup sized array of fd ints */
293 for (i = 0; i < options.max_startups; i++)
397 sensitive_data.server_key ? "new " : "", options.server_key_bits);
401 options.server_key_bits);
430 if ((options.protocol & SSH_PROTO_1) &&
431 (options.protocol & SSH_PROTO_2)) {
434 } else if (options.protocol & SSH_PROTO_2) {
445 *options
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Dcommandline.c99 isc_commandline_parse(int argc, char * const *argv, const char *options) { argument
101 char *option; /* Index into *options of option. */
103 REQUIRE(argc >= 0 && argv != NULL && options != NULL);
129 * Found '--' to signal end of options. Advance
139 option = strchr(options, isc_commandline_option);
142 * Ensure valid option has been passed as specified by options string.
144 * distinguish ':' from the argument specifier in the options string.
150 if (isc_commandline_errprint && *options != ':')
198 * when ':' starts options string, per historical spec.
200 if (*options
[all...]
/macosx-10.9.5/bootp-268.1/bootplib/
H A Dbsdplib.c38 dhcpol_t options; local
41 dhcpol_init(&options);
46 if (dhcpol_parse_packet(&options, pkt, length, &err) == FALSE) {
50 if (dhcpol_parse_vendor(&vendor_options, &options, &err) == FALSE) {
51 fprintf(stderr, "vendor options did not parse, %s\n", err.str);
74 dhcpol_free(&options);
/macosx-10.9.5/configd-596.15/scutil.tproj/
H A Dsession.c61 CFMutableDictionaryRef options; local
63 options = CFDictionaryCreateMutable(NULL,
67 CFDictionarySetValue(options, kSCDynamicStoreUseSessionKeys, kCFBooleanTrue);
70 options,
73 CFRelease(options);
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dbackend.c56 int options; /* Resolve options */ local
69 options = _HTTP_RESOLVE_STDERR;
72 options |= _HTTP_RESOLVE_FQDN;
78 options |= _HTTP_RESOLVE_FAXOUT;
84 sizeof(cg->resolved_uri), options, NULL, NULL));
/macosx-10.9.5/dcerpc-58/dcerpc/idl_lib/
H A Dround.c.h165 ** options A valid CVT options bit mask in which at least
184 if ( ! (options & CVT_C_TRUNCATE) ) {
196 if (options & CVT_C_VAX_ROUNDING)
206 case 0 : if (options & CVT_C_ROUND_TO_NEAREST)
224 if (options & CVT_C_ROUND_TO_NEAREST) {
235 } else if (options & CVT_C_ROUND_TO_POS) {
/macosx-10.9.5/ntp-88/lib/isc/
H A Dcommandline.c99 isc_commandline_parse(int argc, char * const *argv, const char *options) { argument
101 char *option; /* Index into *options of option. */
103 REQUIRE(argc >= 0 && argv != NULL && options != NULL);
129 * Found '--' to signal end of options. Advance
139 option = strchr(options, isc_commandline_option);
142 * Ensure valid option has been passed as specified by options string.
144 * distinguish ':' from the argument specifier in the options string.
150 if (isc_commandline_errprint && *options != ':')
198 * when ':' starts options string, per historical spec.
200 if (*options
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dclrpick.rb64 def setColor(w,button,name,options)
70 setColor_helper(w,options,color)
76 def setColor_helper(w, options, color)
77 options.each{|opt|
84 setColor_helper child, options, color
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dclrpick.rb61 def setColor(w,button,name,options)
67 setColor_helper(w,options,color)
73 def setColor_helper(w, options, color)
74 options.each{|opt|
81 setColor_helper child, options, color
/macosx-10.9.5/ruby-104/ruby/lib/webrick/httpservlet/
H A Dabstract.rb81 # using +options+ from the mount point. By default a new servlet
84 def self.get_instance(server, *options)
85 self.new(server, *options)
89 # Initializes a new servlet for +server+ using +options+ which are
90 # stored as-is in +@options+. +@logger+ is also provided.
92 def initialize(server, *options)
95 @options = options
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_commands_dependency_command.rb10 @cmd.options[:domain] = :local
21 @cmd.options[:args] = %w[foo]
33 @cmd.options[:args] = []
68 @cmd.options[:args] = %w[foo]
85 @cmd.options[:args] = %w[foo]
86 @cmd.options[:pipe_format] = true
97 @cmd.options[:args] = %w[/[ab]/]
132 @cmd.options[:args] = %w[foo]
133 @cmd.options[:reverse_dependencies] = true
152 @cmd.options[
[all...]
H A Dtest_gem_commands_specification_command.rb17 @cmd.options[:args] = %w[foo]
32 @cmd.options[:args] = %w[foo]
33 @cmd.options[:all] = true
50 @cmd.options[:args] = %w[foo]
51 @cmd.options[:all] = true
52 @cmd.options[:version] = "1"
65 @cmd.options[:args] = %w[foo]
78 @cmd.options[:args] = %w[foo]
79 @cmd.options[:version] = "1.3.2"
95 @cmd.options[
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/
H A Dref_opt.c41 DeleteOptions _ANSI_ARGS_ ((Trf_Options options,
44 CheckOptions _ANSI_ARGS_ ((Trf_Options options,
50 SetOption _ANSI_ARGS_ ((Trf_Options options,
57 QueryOptions _ANSI_ARGS_ ((Trf_Options options,
62 Trf_Options options,
159 DeleteOptions (options, clientData)
160 Trf_Options options;
163 TrfTransformOptionBlock* o = (TrfTransformOptionBlock*) options;
193 CheckOptions (options, interp, baseOptions, clientData)
194 Trf_Options options;
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/tool/
H A Drb_nibtool.rb327 options = {}
328 options[:update] = false
329 options[:create] = false
330 options[:plist] = false
331 options[:sorted_plist] = false
333 opts.banner = "Usage: #{__FILE__} [options]"
335 "class (requires -f and -n options)") do |_|
336 options[:update] = true
339 "(requires -d and -n options)") do |_|
340 options[
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/tools/genrb/
H A Dgenrb.c66 UOption options[]={ variable
126 options[JAVA_PACKAGE].value = "com.ibm.icu.impl.data";
127 options[BUNDLE_NAME].value = "LocaleElements";
128 argc = u_parseArgs(argc, argv, (int32_t)(sizeof(options)/sizeof(options[0])), options);
136 if(options[WRITE_POOL_BUNDLE].doesOccur && options[USE_POOL_BUNDLE].doesOccur) {
140 if(options[FORMAT_VERSION].doesOccur) {
141 const char *s = options[FORMAT_VERSIO
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_rdoc.rb9 @rdoc.options = RDoc::Options.new
16 options = RDoc::Options.new
17 options.files = [File.expand_path('../xref_data.rb', __FILE__)]
18 options.setup_generator 'ri'
19 options.main_page = 'MAIN_PAGE.rdoc'
20 options.root = Pathname File.expand_path('..', __FILE__)
21 options.title = 'title'
26 options.op_dir = 'ri'
29 rdoc.document options
64 @rdoc.options
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/cgi/
H A Dcore.rb152 def http_header(options='text/html')
153 if options.is_a?(String)
154 content_type = options
156 elsif options.is_a?(Hash)
157 if options.size == 1 && options.has_key?('type')
158 content_type = options['type']
161 buf = _header_for_hash(options.dup)
164 raise ArgumentError.new("expected String or Hash but got #{options.class}")
199 def _header_for_hash(options) #
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/CocoaRepl/
H A Dri_contents.rb64 def lookup_name(key, *options)
65 LOOKUP_NAME_CACHE.lookup([key, options]) {
66 ptn = pattern_for(key, *options)
74 def lookup_class_name(key, *options)
75 ptn = pattern_for(key, *options)
79 def lookup_method_name(key, *options)
80 ptn = pattern_for(key, *options)
86 def lookup(key, *options)
87 LOOKUP_CACHE.lookup([key, options]) {
88 ptn = pattern_for(key, *options)
[all...]
/macosx-10.9.5/cups-372.4/cups/backend/
H A Dsocket.c57 * printer-uri job-id user title copies options [file]
69 *options, /* Pointer to options */ local
132 _("Usage: %s job-id user title copies options [file]"),
183 * Get options, if any...
189 if ((options = strchr(resource, '?')) != NULL)
193 * character of the options...
196 *options++ = '\0';
199 * Parse options...
202 while (*options)
[all...]
/macosx-10.9.5/IOKitTools-89.1.1/ioreg.tproj/
H A Dioreg.c38 struct options struct
62 struct options options; member in struct:context
98 struct options options ) CF_RETURNS_RETAINED;
102 struct options options ) CF_RETURNS_RETAINED;
108 struct options options ) CF_RETURNS_RETAINED;
111 struct options option
147 struct options options; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/perldriver/
H A DPerfFramework.pm30 my %options = %{shift @_};
32 if($options{"time"}) {
33 $TIME = $options{"time"};
36 if($options{"passes"}) {
37 $NUMPASSES = $options{"passes"};
40 if($options{"dataDir"}) {
41 $DATADIR = $options{"dataDir"};
45 if ($options{"iterations"}) {
46 $ITERATIONS = $options{"iterations"};
51 my $options
[all...]

Completed in 366 milliseconds

1234567891011>>