Searched refs:pass (Results 151 - 175 of 276) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsendto_kdc.c138 * Solaris kerberos: modified this function to create a string to pass to
908 /* Keep connection alive, we'll try again next pass.
1251 * First pass, 1s per udp or tcp server, plus 2s at end.
1252 * Second pass, 1s per udp server, plus 4s.
1253 * Third pass, 1s per udp server, plus 8s.
1257 * Per UDP server, 1s per pass.
1282 int i, pass; local
1348 for (pass = 0; pass < MAX_PASS; pass
[all...]
/opensolaris-onvv-gate/usr/src/lib/libnisdb/
H A Dldap_map.c1090 * host = "H1", user="U1", domain="D1" ==> pass
1091 * host = "I1", user="U1", domain="D1" ==> pass
1105 * The pass and fail arrays are used by N2L to keep track of
1110 char **pass, **fail; local
1120 if (!(pass = am(myself, x->index.numIndexes * sizeof (char *))))
1124 sfree(pass);
1157 pass[ppos++] = x->index.name[i];
1210 if (strcmp(pass[i], fail[fpos]) == 0)
1218 sfree(pass);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/p12split/
H A Dp12split.c486 get_ifile(char *name, char *pass, EVP_PKEY **tmp_k, X509 **tmp_c, argument
512 ret = sunw_PKCS12_parse(p12, pass, matchty, k_matchval, k_len,
/opensolaris-onvv-gate/usr/src/cmd/lofiadm/
H A Dmain.c818 char *pass = NULL; local
838 * retrieve the raw key data to eventually pass it to the kernel;
845 if (pkcs11_get_pass(NULL, &pass, &passlen, MIN_PASSLEN, B_TRUE) < 0) {
854 salt = pass;
858 rv = pkcs11_PasswdToKey(sess, pass, passlen, salt, saltlen, ktype,
984 char *pass = NULL; local
1002 if (pkcs11_get_pass(token->name, &pass, &passlen, 0, B_FALSE) < 0)
1006 if (pass != NULL && passlen > 0) {
1007 rv = C_Login(sess, CKU_USER, (CK_UTF8CHAR_PTR)pass, passlen);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dupgrade.inc247 # The checks here are loosened a bit to allow BigInt or BigFloats to pass
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dpwent.pm236 To access this functionality without the core overrides, pass the
256 separate arguments. If you pass no parameters, the function returns
/opensolaris-onvv-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c980 * reclaim pass, unlink from it's hash chain, update
1067 goto pass;
1095 pass:
1959 goto pass;
2003 /* Not a "GET" or a "POST", just pass */
2005 goto pass;
2027 * Request-Line URI parsed, pass the rest of the request on
2035 * Parse not successful or pass on request, the pointer
2037 * for more data and NULL for bad parse of request or pass.
2044 goto pass;
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c1118 u_int pass, hv; local
1178 pass = ifs->ifs_fr_flags;
1181 pass = fr->fr_flags;
1190 is->is_pass = pass;
1357 if ((fin->fin_out != 0) && (pass & FR_NEWISN) != 0) {
1481 if (pass & FR_STSTRICT)
1484 if (pass & FR_STATESYNC)
1493 if (pass & FR_LOGFIRST)
1528 (void) fr_newfrag(fin, pass ^ FR_KEEPSTATE);
2934 int i, pass; local
2992 u_int pass; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pf.c614 int pass = 0; local
731 /* first pass: IPv4 addresses */
743 pass++;
770 /* second pass: IPv6 addresses */
782 pass++;
807 if (pass == 2) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DO.pm76 If you pass the C<-q> option to the module, then the STDOUT
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DQuotedPrint.pm60 characters. You might want to pass it as "\015\012" to produce data
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm79 You can pass filehandles to carpout() in a variety of ways. The "correct"
80 way according to Tom Christiansen is to pass a reference to a filehandle
131 You may also pass in a code reference in order to create a custom
258 1.09 set_message() now allows users to pass a code REFERENCE for
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFileCache.pm49 To pass supplemental arguments to a program opened with C< '|-' > or C< '-|' >
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen2.pm49 by an autogenerated filehandle. If so, you must pass a valid lvalue
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DSMTP.pm117 pass => $password,
122 # We should probably allow the user to pass the host, but I don't
583 specifies a string to pass as your mail domain. If not
740 and pass that to mail(). While this may work, it is not reccomended.
742 to extract the mail address and pass that.
H A Dhostent.pm99 pass the C<use> an empty import list, and then access
H A Dnetent.pm102 pass the C<use> an empty import list, and then access
H A DFTP.pm233 my($ftp,$user,$pass,$acct) = @_;
241 ($user,$pass,$acct) = $rc->lpa()
265 $pass = $pass . '@' . $fwpass;
305 unless(defined $pass) {
310 ($ruser,$pass,$acct) = $rc->lpa()
313 $pass = '-anonymous@'
314 if (!defined $pass && (!defined($ruser) || $ruser =~ /^anonymous/o));
317 $ok = $ftp->_PASS($pass || "");
1084 sub debug_text { $_[2] =~ /^(pass|res
[all...]
/opensolaris-onvv-gate/usr/src/lib/libpool/common/
H A Dpool_commit.c273 * system or in a static configuration file. The pass parameter
275 * pass 0, properties are updated. If the element is of class
279 * updated. In pass 1, ie. pass != 0, any pool components have their
283 commit_update(pool_elem_t *e1, pool_elem_t *e2, int pass) argument
285 if (pass == 0) {
570 * both the static and dynamic configurations. The pass parameter is
575 process_lists(int type, pool_conf_t *stc, pool_conf_t *dyn, int pass) argument
620 if (commit_update(stc_elems[i], dyn_elems[j], pass)
/opensolaris-onvv-gate/usr/src/uts/i86pc/vm/
H A Dhtable.c448 uint_t pass; local
460 * Loop through all user hats. The 1st pass takes cached htables that
464 for (pass = 0; pass <= htable_steal_passes && stolen < cnt; ++pass) {
465 threshold = pass * mmu.ptes_per_table / htable_steal_passes;
509 if (pass >= 1 && cnt == 1 &&
562 * Don't steal on first pass.
564 if (pass == 0 || stolen == cnt)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm392 causes it to pass C<['till','ears','are','bleeding']> as the handler's
572 Note that we now have to pass the cycling values as an array reference,
582 Attribute::Handlers takes care of that automagically. You can even pass
617 Occasionally it is important to pass a reference to the object being tied
634 the effect is to pass the C<tie> call an extra reference to the variable
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Ds_server.c320 BIO_printf(bio_err," -pass arg - private key file pass phrase source\n");
325 BIO_printf(bio_err," -dpass arg - second private key file pass phrase source\n");
557 char *passarg = NULL, *pass = NULL; local
643 else if (strcmp(*argv,"-pass") == 0)
825 if (!app_passwd(bio_err, passarg, dpassarg, &pass, &dpass))
837 s_key = load_key(bio_err, s_key_file, s_key_format, 0, pass, e,
1104 if (pass)
1105 OPENSSL_free(pass);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c361 char *user, *pass, *acct; local
364 user = pass = acct = 0;
365 if (ruserpass(host, &user, &pass, &acct) < 0) {
395 if (pass == NULL)
396 pass = mygetpass("Password:");
399 n = command("PASS %s", pass);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm27 pass fail
97 pass($test_name);
567 =item B<pass>
571 pass($test_name);
576 wedge into an ok(). In this case, you can simply use pass() (to
584 sub pass (;$) { subroutine
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dproto.h176 void pass(char *passwd);

Completed in 234 milliseconds

1234567891011>>