Searched refs:pass (Results 1 - 25 of 813) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/Test-NoWarnings/t/
H A D04_no_end.t6 pass("just testing");
H A D05_fork.t7 pass("just testing");
/macosx-10.9.5/CPANInternal-140/Test-NoWarnings-1.04/t/
H A D05_no_end.t6 pass("just testing");
H A D06_fork.t7 pass("just testing");
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/subtest/
H A Ddo.t8 pass("First");
15 pass("Last");
/macosx-10.9.5/procmail-14/procmail/src/
H A Dauthenticate.h19 auth_checkpassword P((const auth_identity*const pass,const char*const pw,
21 auth_filledid P((const auth_identity*pass));
23 *auth_getsecret P((const auth_identity*const pass)),
24 *auth_mailboxname P((auth_identity*const pass)),
25 *auth_homedir P((const auth_identity*const pass)),
26 *auth_shell P((const auth_identity*const pass)),
27 *auth_username P((const auth_identity*const pass));
29 auth_whatuid P((const auth_identity*const pass)),
30 auth_whatgid P((const auth_identity*const pass));
33 auth_freeid P((auth_identity*pass)),
[all...]
H A Dauthenticate.c102 int auth_checkpassword(pass,pw,allowemptypw)const auth_identity*const pass;
105 rpw=pass->pw->pw_passwd; /* get the regular (encrypted) password */
108 if(spwd=getspnam(pass->pw->pw_name)) /* any shadow password? */
117 const char*auth_getsecret(pass)const auth_identity*const pass;
122 { auth_identity*pass; /* create a new auth_identity placeholder */ local
123 (pass=malloc(sizeof*pass))->pw=0;pass
[all...]
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/Builder/
H A Dno_diag.t5 pass('foo');
/macosx-10.9.5/ruby-104/ruby/benchmark/
H A Dbm_vm_thread_alive_check1.rb4 Thread.pass
H A Dbm_vm_thread_pass_flood.rb2 Thread.new{loop{Thread.pass}}
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/
H A Dplan.t20 pass('Just testing plan()');
21 pass('Testing it some more');
H A Dfilehandles.t17 pass 'STDOUT can be mucked with';
/macosx-10.9.5/ruby-104/ruby/lib/webrick/httpauth/
H A Duserdb.rb31 def make_passwd(realm, user, pass)
32 @auth_type::make_passwd(realm, user, pass)
39 def set_passwd(realm, user, pass)
40 self[user] = pass
/macosx-10.9.5/CPANInternal-140/URI/URI/
H A Dftp.pm27 my $pass = $self->_password(@_);
28 unless (defined $pass) {
39 $pass = 'anonymous@';
42 $pass;
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/bootstrap/
H A Dh_tp_basic_cpp.cpp32 ATF_TEST_CASE(pass); variable
34 ATF_TEST_CASE_HEAD(pass)
39 ATF_TEST_CASE_BODY(pass)
82 ATF_ADD_TEST_CASE(tcs, pass);
H A Dh_tp_basic_sh.sh30 atf_test_case pass
73 atf_add_test_case pass
/macosx-10.9.5/CPANInternal-140/Class-DBI/t/testlib/
H A DPgBase.pm8 my $pass = $ENV{DBD_PG_PASSWD} || '';
10 __PACKAGE__->connection("dbi:Pg:dbname=$db", $user, $pass,
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/t/testlib/
H A DPgBase.pm8 my $pass = $ENV{DBD_PG_PASSWD} || '';
10 __PACKAGE__->connection("dbi:Pg:dbname=$db", $user, $pass,
/macosx-10.9.5/Security-55471.14.18/libsecurity_checkpw/test/
H A Dperf-checkpw.c10 char *pass = "local"; local
15 retval = checkpw(uname, pass);
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Ddlltool.exp46 pass "dlltool (fastcall export)"
63 pass "dlltool -p (execution)"
69 pass "dlltool -p (symbol names)"
78 pass "dlltool -p (import name)"
H A Dlocalize-hidden-2.d7 #pass
/macosx-10.9.5/ruby-104/ruby/ext/openssl/
H A Dossl_pkcs5.c13 * PKCS5.pbkdf2_hmac(pass, salt, iter, keylen, digest) => string
16 * * +pass+ - string
27 ossl_pkcs5_pbkdf2_hmac(VALUE self, VALUE pass, VALUE salt, VALUE iter, VALUE keylen, VALUE digest) argument
33 StringValue(pass);
39 if (PKCS5_PBKDF2_HMAC(RSTRING_PTR(pass), RSTRING_LENINT(pass),
55 * PKCS5.pbkdf2_hmac_sha1(pass, salt, iter, keylen) => string
58 * * +pass+ - string
68 ossl_pkcs5_pbkdf2_hmac_sha1(VALUE self, VALUE pass, VALUE salt, VALUE iter, VALUE keylen) argument
73 StringValue(pass);
[all...]
/macosx-10.9.5/CPANInternal-140/JSON-XS/t/
H A D05_dwiw_decode.t23 my $pass = 1;
33 $pass = 0;
37 $pass = 0;
41 $pass = 0;
45 $pass = 0;
49 $pass = 0;
53 ok($pass);
/macosx-10.9.5/CPANInternal-140/JSON-XS-2.33/t/
H A D05_dwiw_decode.t23 my $pass = 1;
33 $pass = 0;
37 $pass = 0;
41 $pass = 0;
45 $pass = 0;
49 $pass = 0;
53 ok($pass);
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/Regressions/
H A Dsc-102-cfusernotification.c62 pass("Reply from SOSCloudKeychainUserNotification: %@", returnedValues);
71 pass("OK button pressed");
74 pass("Cancel button pressed");
77 pass("Alternate button pressed");
79 pass("Flags: %#llx", flags);
85 pass("Dialog is up for device \"%@\"", our_peer_id);
89 pass("Exit from run loop");

Completed in 238 milliseconds

1234567891011>>