Searched refs:pass (Results 126 - 150 of 681) sorted by relevance

1234567891011>>

/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/env-DYLD_FALLBACK_LIBRARY_PATH/
H A DMakefile33 export DYLD_FALLBACK_LIBRARY_PATH="" && ${TESTROOT}/bin/exit-non-zero-pass.pl "env-DYLD_FALLBACK_LIBRARY_PATH" "env-DYLD_FALLBACK_LIBRARY_PATH with empty env" ./main2
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/non-weak-library/
H A DMakefile29 cd absent/ && ../${TESTROOT}/bin/exit-non-zero-pass.pl "non-weak-library" "non-weak-library" ./main
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/weak-symbol/
H A DMakefile30 export DYLD_IMAGE_SUFFIX=_missing && ${TESTROOT}/bin/exit-zero-pass.pl "weak-symbol" "weak-symbol" ./main
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/windres/
H A Dwindres.exp94 pass "windres/$broot (parse)"
146 pass "windres/$broot (compare)"
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Disakmp_xauth.h82 vchar_t *pass; /* xauth password */ member in struct:xauth_rmconf
H A Dsainfo.c79 * First pass is for sainfo from a specified peer, second for others.
86 int pass = 1; local
92 pass = 2;
96 if (pass == 2)
100 } else if (pass == 1)
129 } else if (pass == 1) {
130 pass = 2;
/macosx-10.10/llvmCore-3425.0.34/lib/Target/
H A DTargetMachineC.cpp157 PassManager pass; local
168 pass.add(new TargetData(*td));
186 if (TM->addPassesToEmitFile(pass, destf, ft)) {
192 pass.run(*Mod);
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/include/
H A Dsaslutil.h78 LIBSASL_API void sasl_erasebuffer(char *pass, unsigned len);
/macosx-10.10/ppp-786.1.1/Authenticators/Radius/
H A Dradlib_private.h102 char pass[PASSSIZE]; /* Cleartext password */ member in struct:rad_handle
/macosx-10.10/ruby-106/ruby/test/monitor/
H A Dtest_monitor.rb19 Thread.pass
27 Thread.pass
42 Thread.pass
50 Thread.pass
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/progs/
H A Dslapd-bind.c45 do_bind( char *uri, char *dn, struct berval *pass, int maxloop,
50 do_base( char *uri, char *dn, struct berval *pass, char *base, char *filter, char *pwattr,
94 struct berval pass = { 0, NULL }; local
203 ber_str2bv( optarg, 0, 1, &pass );
204 memset( optarg, '*', pass.bv_len );
255 rc = do_base( uri, dn, &pass, base, filter, pwattr, loops,
258 rc = do_bind( uri, dn, &pass, loops,
270 do_bind( char *uri, char *dn, struct berval *pass, int maxloop, argument
344 rc = ldap_sasl_bind_s( ld, dn, LDAP_SASL_SIMPLE, pass, NULL, NULL, NULL );
416 do_base( char *uri, char *dn, struct berval *pass, cha argument
[all...]
/macosx-10.10/libtelnet-13/
H A Dsra.c60 char *user, *pass, *xuser, *xpass; variable
124 pass = (char *)malloc(256);
127 if (user == NULL || xuser == NULL || pass == NULL || xpass ==
205 pk_decode(xpass,pass,&ck);
208 valid = check_user(user,pass);
308 memset(pass,0,sizeof(pass));
309 telnet_gets("Password: ",pass,255,0);
310 pk_encode(pass,xpass,&ck);
480 const char *pass; member in struct:cred_t
[all...]
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/ignore-bad-files/
H A DMakefile36 export DYLD_LIBRARY_PATH=locations/datafile:locations/exec:locations/dir && ${TESTROOT}/bin/exit-non-zero-pass.pl "ignore-bad-files intended failure" "ignore-bad-files intended failure" ./main
37 export DYLD_LIBRARY_PATH=locations/datafile:locations/exec:locations/dir:locations/real && ${TESTROOT}/bin/exit-zero-pass.pl "ignore-bad-files intended success" "ignore-bad-files intended success" ./main
/macosx-10.10/CPANInternal-159.1/JSON-PP-2.27203/t/
H A D018_json_checker.t29 ok ($name =~ /^pass/, $name);
/macosx-10.10/CPANInternal-159.1/JSON-XS-3.01/t/
H A D18_json_checker.t26 ok ($name =~ /^pass/, $name);
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dacl_protectedpw.cpp80 char pass[] = "secret"; local
81 CssmData password = CssmData::wrap(pass, 6); //@@@ get password from PP
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dacl_protectedpw.cpp80 char pass[] = "secret"; local
81 CssmData password = CssmData::wrap(pass, 6); //@@@ get password from PP
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/regressions/
H A Dgencerts.sh7 openssl pkcs12 -export -passout pass:password -out identity-1.p12 -inkey privkey-1.pem -in cert-1.pem
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-sh/
H A Dlibatf-sh.subr40 Expect=pass
207 # Sets the expectations to 'pass'.
213 Expect=pass
258 pass)
304 # Makes the test case pass. Shouldn't be used in general, as a test
305 # case that does not explicitly fail is assumed to pass.
311 Expect=pass
312 atf_fail "Test case was expecting a failure but got a pass instead"
314 pass)
698 Expect=pass
[all...]
/macosx-10.10/emacs-93/emacs/lisp/url/
H A Durl-irc.el77 (pass (url-password url))
86 (funcall url-irc-function host port chan user pass)
/macosx-10.10/procmail-14/procmail/src/
H A Dvariables.h13 initdefenv Q((auth_identity*pass,const char*fallback,int do_presets)),
/macosx-10.10/tcl-105/tcl_ext/expect/expect/testsuite/expect.tests/
H A Dexpect-tests.exp75 pass $expect_out(1,string)
/macosx-10.10/CPANInternal-159.1/DateTime-Format-ISO8601-0.07/t/
H A D05_cut_off_year.t40 like( $@, qr/did not pass the 'is between 0 and 99' callback/ );
69 like( $@, qr/did not pass the 'is between 0 and 99' callback/,
73 like( $@, qr/did not pass the 'is between 0 and 99' callback/,
/macosx-10.10/ncurses-44/ncurses/test/
H A Ddemo_defkey.c102 int pass; local
106 for (pass = 0; pass < 2; ++pass) {
110 if (pass)
115 if (!pass)
/macosx-10.10/ruby-106/ruby/ext/openssl/
H A Dossl_pkey.c144 VALUE data, pass; local
147 rb_scan_args(argc, argv, "11", &data, &pass);
152 if (!NIL_P(pass)) {
153 passwd = StringValuePtr(pass);
159 if (!NIL_P(pass)) {
160 passwd = StringValuePtr(pass);

Completed in 192 milliseconds

1234567891011>>