Searched refs:options (Results 201 - 225 of 865) sorted by relevance

1234567891011>>

/freebsd-9.3-release/crypto/openssl/util/
H A Dselftest.pl16 my $options="??";
43 $options=$1 if (/^OPTIONS=(.*)$/);
71 print OUT "Options: $options\n" if $options ne "";
139 #$_=$options;
/freebsd-9.3-release/crypto/openssl/ssl/
H A Ds23_srvr.c276 if (!(s->options & SSL_OP_NO_SSLv2))
283 if (!(s->options & SSL_OP_NO_TLSv1)) {
291 } else if (!(s->options & SSL_OP_NO_SSLv3)) {
295 } else if (!(s->options & SSL_OP_NO_SSLv2)) {
298 } else if (!(s->options & SSL_OP_NO_SSLv3)) {
302 } else if (!(s->options & SSL_OP_NO_SSLv2))
340 if (!(s->options & SSL_OP_NO_TLSv1)) {
343 } else if (!(s->options & SSL_OP_NO_SSLv3)) {
349 if (!(s->options & SSL_OP_NO_SSLv3)) {
352 } else if (!(s->options
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dinit_creds_pw.c131 krb5_get_init_creds_opt *options)
156 if (options->flags & KRB5_GET_INIT_CREDS_OPT_TKT_LIFE)
157 tmp = options->tkt_life;
162 if ((options->flags & KRB5_GET_INIT_CREDS_OPT_RENEW_LIFE) &&
163 options->renew_life > 0) {
164 cred->times.renew_till = now + options->renew_life;
267 krb5_get_init_creds_opt *options,
277 if (options == NULL) {
279 options = &default_opt;
281 _krb5_get_init_creds_opt_free_krb5_error(options);
126 init_cred(krb5_context context, krb5_creds *cred, krb5_principal client, krb5_deltat start_time, const char *in_tkt_service, krb5_get_init_creds_opt *options) argument
263 get_init_creds_common(krb5_context context, krb5_principal client, krb5_deltat start_time, const char *in_tkt_service, krb5_get_init_creds_opt *options, krb5_get_init_creds_ctx *ctx) argument
389 krb5_get_init_creds_opt options; local
491 krb5_get_init_creds_keytab(krb5_context context, krb5_creds *creds, krb5_principal client, krb5_keytab keytab, krb5_deltat start_time, const char *in_tkt_service, krb5_get_init_creds_opt *options) argument
1448 krb5_get_init_creds(krb5_context context, krb5_creds *creds, krb5_principal client, krb5_prompter_fct prompter, void *data, krb5_deltat start_time, const char *in_tkt_service, krb5_get_init_creds_opt *options) argument
1546 krb5_get_init_creds_opt *options; local
1621 krb5_get_init_creds_keyblock(krb5_context context, krb5_creds *creds, krb5_principal client, krb5_keyblock *keyblock, krb5_deltat start_time, const char *in_tkt_service, krb5_get_init_creds_opt *options) argument
[all...]
H A Dget_in_tkt_pw.c69 krb5_flags options,
79 options,
68 krb5_get_in_tkt_with_password(krb5_context context, krb5_flags options, krb5_addresses *addrs, const krb5_enctype *etypes, const krb5_preauthtype *pre_auth_types, const char *password, krb5_ccache ccache, krb5_creds *creds, krb5_kdc_rep *ret_as_reply) argument
H A Dget_in_tkt_with_keytab.c73 krb5_flags options,
88 options,
72 krb5_get_in_tkt_with_keytab(krb5_context context, krb5_flags options, krb5_addresses *addrs, const krb5_enctype *etypes, const krb5_preauthtype *pre_auth_types, krb5_keytab keytab, krb5_ccache ccache, krb5_creds *creds, krb5_kdc_rep *ret_as_reply) argument
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dlookup.h77 dns_view_t *view, unsigned int options, isc_task_t *task,
H A Dstats.h300 void *arg, unsigned int options);
304 * arg. By default counters that have a value of 0 is skipped; if options has
316 void *arg, unsigned int options);
321 * arg. By default counters that have a value of 0 is skipped; if options has
330 void *arg, unsigned int options);
335 * arg. By default counters that have a value of 0 is skipped; if options has
344 void *arg, unsigned int options);
349 * value of 0 is skipped; if options has the ISC_STATSDUMP_VERBOSE flag, even
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Dopt_41.c43 UNUSED(options);
109 UNUSED(options);
206 REQUIRE(opt->options != NULL || opt->length == 0);
211 region.base = opt->options;
224 return (mem_tobuffer(target, opt->options, opt->length));
241 opt->options = mem_maybedup(mctx, r.base, r.length);
242 if (opt->options == NULL)
260 if (opt->options != NULL)
261 isc_mem_free(opt->mctx, opt->options);
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dstats.h108 unsigned int options);
112 * arg. By default counters that have a value of 0 is skipped; if options has
/freebsd-9.3-release/contrib/gcc/
H A Dgenmultilib24 # specific options that it is given.
26 # The first argument is a list of sets of options. The elements in
27 # the list are separated by spaces. Within an element, the options
29 # options.
31 # with all other options
34 # compilation and any of the options in the set will be sufficient
39 # the second argument as there are options in the first argument. The
44 # The optional third argument is a list of options which are
48 # it. Question marks are replaced with equal signs in both options.
53 # The optional fifth argument is a list of options tha
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Driver/
H A DOptions.h22 namespace options { namespace in namespace:clang::driver
23 /// Flags specifically for clang options. Must not overlap with
/freebsd-9.3-release/contrib/xz/src/liblzma/common/
H A Dfilter_flags_decoder.c22 filter->options = NULL;
/freebsd-9.3-release/release/doc/share/misc/
H A Dman2hwnotes.pl65 my %options = ();
66 if (!getopts("a:cd:lo:",\%options)) {
70 if (defined($options{c})) {
73 if (defined($options{d})) {
74 $debuglevel = $options{d};
76 if (defined($options{a})) {
77 $archlist_file = $options{a};
79 if (defined($options{l})) {
83 my $outputfile = $options{o};
/freebsd-9.3-release/usr.bin/tftp/
H A DMakefile7 SRCS= main.c tftp-file.c tftp-io.c tftp-options.c tftp-transfer.c
/freebsd-9.3-release/usr.sbin/bsdconfig/share/media/
H A DMakefile8 nfs.subr options.subr tcpip.subr ufs.subr usb.subr
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dstats.h108 unsigned int options);
112 * arg. By default counters that have a value of 0 is skipped; if options has
/freebsd-9.3-release/contrib/ntp/scripts/stats/
H A Dloop.S0 options(digits=4)
/freebsd-9.3-release/crypto/openssl/apps/
H A Dpkcs12.c90 int options, char *pempass);
92 char *pass, int passlen, int options,
95 int passlen, int options, char *pempass);
117 int options = 0; local
160 options |= NOKEYS;
166 options |= NOCERTS;
168 options |= CLCERTS;
170 options |= CACERTS;
172 options |= (NOKEYS | NOCERTS);
174 options |
778 dump_certs_keys_p12(BIO *out, PKCS12 *p12, char *pass, int passlen, int options, char *pempass) argument
823 dump_certs_pkeys_bags(BIO *out, STACK_OF(PKCS12_SAFEBAG) *bags, char *pass, int passlen, int options, char *pempass) argument
836 dump_certs_pkeys_bag(BIO *out, PKCS12_SAFEBAG *bag, char *pass, int passlen, int options, char *pempass) argument
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dsshconnect2.c83 extern Options options;
127 for (i = 0; i < options.num_user_hostfiles; i++)
128 load_hostkeys(hostkeys, hostname, options.user_hostfiles[i]);
129 for (i = 0; i < options.num_system_hostfiles; i++)
130 load_hostkeys(hostkeys, hostname, options.system_hostfiles[i]);
176 if (options.ciphers == (char *)-1) {
178 options.ciphers = NULL;
180 if (options.ciphers != NULL) {
182 myproposal[PROPOSAL_ENC_ALGS_STOC] = options.ciphers;
188 if (options
[all...]
/freebsd-9.3-release/sbin/ping6/
H A Dping6.c193 u_int options; variable
358 options &= ~F_NOUSERDATA;
359 options |= F_NODEADDR;
408 "-b option ignored: SO_SNDBUF/SO_RCVBUF socket options not supported");
418 options |= F_DONTFRAG;
421 options |= F_SO_DEBUG;
428 options |= F_FLOOD;
435 options |= F_HOSTNAME;
447 options |= F_INTERFACE;
470 options |
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dholds.py55 (options, args) = parser.parse_args(sys.argv[2:])
65 for ds in zfs.dataset.snapshots_fromcmdline(args, options.recursive):
/freebsd-9.3-release/contrib/bind9/doc/misc/
H A Dformat-options.pl18 # $Id: format-options.pl,v 1.5 2007/09/24 04:21:59 marka Exp $
22 This is a summary of the named.conf options supported by
/freebsd-9.3-release/contrib/xz/src/liblzma/delta/
H A Ddelta_decoder.c59 lzma_delta_props_decode(void **options, lzma_allocator *allocator, argument
73 *options = opt;
/freebsd-9.3-release/etc/rc.d/
H A Dgbde46 while read device mountpt type options dump pass; do
56 case "$options" in
/freebsd-9.3-release/lib/bind/dns/
H A Dcode.h107 case 1: result = fromtext_in_a(rdclass, type, lexer, origin, options, target, callbacks); break; \
108 case 3: result = fromtext_ch_a(rdclass, type, lexer, origin, options, target, callbacks); break; \
109 case 4: result = fromtext_hs_a(rdclass, type, lexer, origin, options, target, callbacks); break; \
113 case 2: result = fromtext_ns(rdclass, type, lexer, origin, options, target, callbacks); break; \
114 case 3: result = fromtext_md(rdclass, type, lexer, origin, options, target, callbacks); break; \
115 case 4: result = fromtext_mf(rdclass, type, lexer, origin, options, target, callbacks); break; \
116 case 5: result = fromtext_cname(rdclass, type, lexer, origin, options, target, callbacks); break; \
117 case 6: result = fromtext_soa(rdclass, type, lexer, origin, options, target, callbacks); break; \
118 case 7: result = fromtext_mb(rdclass, type, lexer, origin, options, target, callbacks); break; \
119 case 8: result = fromtext_mg(rdclass, type, lexer, origin, options, targe
[all...]

Completed in 381 milliseconds

1234567891011>>