Home
last modified time | relevance | path

Searched refs:optional (Results 1 – 25 of 73) sorted by relevance

123

/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_encode.c143 unsigned int optional = 0; in optional_encrypted_data() local
146 optional |= (1u << 1); in optional_encrypted_data()
148 return optional; in optional_encrypted_data()
265 unsigned int optional = 0; in optional_enc_kdc_rep_part() local
268 optional |= (1u << 3); in optional_enc_kdc_rep_part()
270 optional |= (1u << 6); in optional_enc_kdc_rep_part()
272 optional |= (1u << 8); in optional_enc_kdc_rep_part()
274 optional |= (1u << 11); in optional_enc_kdc_rep_part()
276 return optional; in optional_enc_kdc_rep_part()
307 unsigned int optional = 0; in optional_kdc_req_hack() local
[all …]
H A Dasn1_encode.c582 unsigned int optional, in encode_fields() argument
595 else if ((1u << f->opt) & optional) in encode_fields()
616 unsigned int optional; in just_encode_sequence() local
620 if (seq->optional) in just_encode_sequence()
621 optional = seq->optional(val); in just_encode_sequence()
625 optional = 0; in just_encode_sequence()
628 retval = encode_fields(buf, val, fields, nfields, optional, &length); in just_encode_sequence()
H A Dasn1_encode.h635 unsigned int (*optional)(const void *); member
/titanic_50/usr/src/cmd/svc/svcadm/
H A Dsynch.c246 inst_has_potential(scf_instance_t *inst, int enabled, int optional, int exclude) in inst_has_potential() argument
251 return ((optional || exclude) ? 2 : 0); in inst_has_potential()
266 if (optional && strcmp(state, SCF_STATE_STRING_OFFLINE) == 0) in inst_has_potential()
274 return ((optional || exclude) ? 2 : 0); in inst_has_potential()
297 fmri_has_potential(char *fmri, int isfile, int optional, int exclude, in fmri_has_potential() argument
308 assert(!optional || !exclude); in fmri_has_potential()
322 (inst_has_potential(inst, enabled, optional, exclude) != 0); in fmri_has_potential()
347 result = exclude || (optional && !optbad); in fmri_has_potential()
358 r = inst_has_potential(inst, enabled, optional, exclude); in fmri_has_potential()
378 if (optional && r == 0) in fmri_has_potential()
[all …]
/titanic_50/usr/src/cmd/bnu/
H A Dsysfiles.c622 getpop(buf, len, optional) in getpop() argument
624 int len, *optional;
635 *optional = 1;
639 *optional = 0;
670 int optional; local
674 while ( getpop(strmod, sizeof(strmod), &optional) ) {
675 DEBUG(5, (optional ? "pop_push: optionally POPing %s\n"
684 if ( optional )
H A DConfig42 # at compile time, with optional protocol-specific
/titanic_50/usr/src/lib/libnsl/dial/
H A Dsysfiles.c615 getpop(char *buf, size_t len, int *optional) in getpop() argument
626 *optional = 1; in getpop()
630 *optional = 0; in getpop()
658 int optional; in pop_push() local
661 while (getpop(strmod, sizeof (strmod), &optional)) { in pop_push()
662 DEBUG(5, (optional ? in pop_push()
671 if (optional) in pop_push()
/titanic_50/usr/src/uts/common/smbsrv/ndl/
H A Drpcpdu.ndl384 /* optional authentication verifier if auth_length != 0 */
414 /* optional authentication verifier if auth_length != 0 */
445 /* optional authentication verifier iff auth_length != 0 */
473 /* optional authentication verifier iff auth_length != 0 */
497 /* optional field if PFC_OBJECT_UUID, not present */
503 /* optional authentication verifier iff auth_length != 0 */
517 /* optional field if PFC_OBJECT_UUID, is present */
524 /* optional authentication verifier iff auth_length != 0 */
556 /* optional authentication verifier iff auth_length != 0 */
586 /* optional authentication verifier iff auth_length != 0 */
/titanic_50/usr/src/cmd/sendmail/aux/
H A Detrn.pl69 my $optional = /^Fw-o/;
79 die "$cwfile is not readable" unless $optional;
/titanic_50/usr/src/cmd/mdb/test/
H A DREADME17 A test may have an optional .out file which if present indicates that the test
/titanic_50/usr/src/cmd/krb5/kadmin/kclient/
H A Dpam_krb5_optional33 OTHER auth optional pam_krb5.so.1
/titanic_50/usr/src/cmd/vi/port/
H A DREAD_ME37 form will be dropped to eliminate the optional
/titanic_50/usr/src/cmd/lp/lib/requests/
H A Dllib-llpreq49 char *title; /* optional title for banner page */
/titanic_50/usr/src/cmd/syseventd/etc/
H A DREADME62 <arguments> are optional, and may be any arbitrary arguments
/titanic_50/usr/src/cmd/sendmail/src/
H A Dreadcf.c99 bool optional; local
534 optional = true;
542 optional = false;
588 fileclass(mid, file, p, ismap, safe, optional);
927 fileclass(class, filename, fmt, ismap, safe, optional) in fileclass() argument
933 bool optional;
1063 if (!optional &&
1075 if (!optional)
1130 if (!optional)
/titanic_50/usr/src/cmd/mailx/misc/
H A Dmailx.help50 [msglist] is optional and specifies messages by number, author, subject or
/titanic_50/usr/src/lib/libbrand/common/
H A Dlibbrand.c390 boolean_t substitute, boolean_t optional) in brand_get_value() argument
412 if (optional) { in brand_get_value()
429 if (optional) { in brand_get_value()
/titanic_50/usr/src/cmd/cmd-inet/etc/ppp/
H A Dchap-secrets56 # proxyarp or other optional features.
H A Dpap-secrets55 # proxyarp or other optional features.
/titanic_50/usr/src/lib/libpp/common/
H A Dpp.key9 # GROUP balanced (), optional {} group
/titanic_50/usr/src/cmd/ssh/doc/
H A DINSTALL117 to work. Use the optional PATH argument to specify the root of your
122 to work. Use the optional PATH argument to specify the root of your
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c1437 int optional = 0; in main() local
1541 optional = 1; in main()
1646 if (optional) in main()
1723 if (optional) in main()
/titanic_50/usr/src/grub/grub-0.97/netboot/
H A DREADME.netboot19 Enable the diskless support. If specified, you will get two optional
/titanic_50/usr/src/grub/grub-0.97/
H A DNEWS5 * The command "savedefault" supports an optional argument which
18 * The command "savedefault" supports an optional argument which
190 * Also only for developers: you can specify an optional argument to the
305 and set the geometry to arbitrary C/H/S values if the optional
317 * The address argument for the command "install" is now optional.
/titanic_50/usr/src/tools/scripts/
H A Dits.reg43 # Fields not designated as required are optional.

123