Searched refs:pass (Results 426 - 450 of 681) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/
H A DFilterStack.pm77 # start the filter if needed (and pass the message)
98 # pass the body data through the filter
194 to filter the data remaining in the buffers in a single pass.
/macosx-10.10/CPANInternal-159.1/Ima-DBI-0.35/lib/Ima/
H A DDBI.pm53 This allows you to pass around just one object without worrying about
309 my ($class, $dsn, $user, $pass, $attr) = @_;
328 $dbh = DBI->connect_cached($dsn, $user, $pass, $attr);
395 # Everything must pass through sprintf, even if @_ is empty.
466 arguments to pass in.
/macosx-10.10/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DOutput.pm242 pass the arguments in @_ to it. It sets the object's name and minimum
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/Regressions/
H A Dsc-70-engine.c263 pass("%s %s handled message [%d] %@", name, alice ? "Alice" : "Bob", msg_index, message);
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Tool/
H A Dspc.c60 static char *pass = "webpassowrd"; variable
269 CFStringRef cf_pass = CFStringCreateWithCString(kCFAllocatorDefault, pass, kCFStringEncodingUTF8);
365 CFStringRef cf_pass = CFStringCreateWithCString(kCFAllocatorDefault, pass, kCFStringEncodingUTF8);
657 pass = optarg;
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dalias.c394 pass through. */
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/bootstrap/
H A Dtestsuite546 # CLI Arguments to pass to the debugging scripts.
1030 # | | + pass - created if group passed
1580 at_res=pass
1794 at_pass_list=`for f in */pass; do echo $f; done | sed '/\*/d; s,/pass,,'`
2897 })/bootstrap -r resout pass"
2916 })/bootstrap -r resout pass
3106 })/bootstrap -r resout pass"
3125 })/bootstrap -r resout pass
3369 ident: pass
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A Dregengine.inc302 const char *stp; /* string matched by it cannot pass here */
615 if (sp == m->lastpos[lev]) /* last pass matched null */
617 /* try another pass */
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Drestsnew.cpp156 : pass(0),
226 logln("Passed: %d\nFailed: %d", pass, fail);
997 ++pass;
H A Dtzregts.cpp266 UBool pass = TRUE;
290 pass = false;
293 if (!pass) errln("Fail: TimeZone serialization/equality bug");
329 UBool pass = TRUE; local
338 pass = FALSE;
342 if ( ! pass)
358 // the MILLSECOND field; you need to pass in the millis in the day in STANDARD
/macosx-10.10/OpenSSH-189/osslshim/tests/
H A Dtest_md.c38 static int pass = 0; variable
509 pass++;
566 printf("passed: %d\n", pass);
/macosx-10.10/apr-32/apr-util/apr-util/test/
H A Dtestcrypto.c104 const char *pass = "secret"; local
113 rv = apr_crypto_passphrase(&key, NULL, pass, strlen(pass),
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/imap4/
H A Dimap4.tcl573 proc login {chan user pass} {
577 request $chan "LOGIN $user $pass"
1122 # This is a developers mode only that pass the control to the
1218 # proc ::imap4::securestauth user pass
1231 puts "Usage: imap4.tcl <server> <user> <pass> ?folder? ?-secure? ?-debug?"
1235 lassign $argv server user pass
1256 imap4::login $imap $user $pass
/macosx-10.10/ICU-531.30/icuSources/tools/tzcode/
H A Dzic.c1610 register int pass; local
1713 for (pass = 1; pass <= 2; ++pass) {
1724 if (pass == 1) {
1807 if (pass == 1)
1854 if (pass == 1)
/macosx-10.10/OpenSSH-189/openssh/
H A Dssh-keygen.c248 char *pass; local
254 pass = xstrdup(identity_passphrase);
256 pass = read_passphrase("Enter passphrase: ",
258 prv = key_load_private(filename, pass, NULL);
259 memset(pass, 0, strlen(pass));
260 xfree(pass);
/macosx-10.10/ntfs-84/kext/
H A Dntfs_mft.c645 u8 pass, b; local
653 * Set the end of the pass making sure we do not overflow the mft
666 pass = 1;
675 pass = 2;
681 ntfs_debug("Starting bitmap search: pass %u, pass_start 0x%llx, "
682 "pass_end 0x%llx, data_pos 0x%llx.", (unsigned)pass,
697 * If we are still within the active pass, search the next page
756 * If the end of the pass has not been reached yet,
761 /* If we just did the second pass we are done. */
762 if (pass >
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/heimcred/
H A Dserver.m309 goto pass;
335 goto pass;
338 goto pass;
344 goto pass;
360 pass:
/macosx-10.10/BerkeleyDB-21/db/php_db4/
H A Ddb4.cpp1324 char *pass; local
1328 if(zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|l", &pass, &passlen,
1333 RETURN_BOOL(db->set_encrypt(db, pass, flags)?0:1);
1687 /* FIXME should pass in dbc's parent txn */
1990 char *pass; local
1995 if(zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|l", &pass, &passlen,
2000 RETURN_BOOL(dbenv->set_encrypt(dbenv, pass, flags)?0:1);
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/Test/
H A DMore.pm27 pass fail
85 pass($test_name);
576 =item B<pass>
580 pass($test_name);
585 wedge into an ok(). In this case, you can simply use pass() (to
593 sub pass (;$) { subroutine
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dlinker.c956 not included, archive_pass is set to the pass number. The pass
958 pass number is used because when a new object file is included it
971 int pass;
1015 pass = abfd->archive_pass + 1;
1086 already checked it on this pass, continue. */
1088 || element->archive_pass == pass)
1104 element->archive_pass = pass;
1109 /* Increment the pass count to show that we may need to
1111 ++pass;
968 int pass; local
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dip_input.c935 goto pass;
969 goto pass;
988 goto pass;
999 pass:
2026 * The pass argument is used when operating in the IPSTEALTH
2028 * [LS]SRR (pass 0) or the others (pass 1).
2035 ip_dooptions(struct mbuf *m, int pass, struct sockaddr_in *next_hop) argument
2037 #pragma unused(pass)
3226 * If there is a registered GRE input handler, pass mbu
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dtimezone.cpp673 for (int32_t pass=0; ; ++pass) {
686 if (pass!=0 || !local || dstOffset == 0) {
/macosx-10.10/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DBuilder.pm1258 A simple summary of the tests so far. True for pass, false for fail.
1259 This is a logical pass/fail, so todos are passes.
1278 { 'ok' => is the test considered a pass?
1285 'ok' is true if Test::Harness will consider the test to be a pass.
/macosx-10.10/CPANInternal-159.1/Crypt-OpenSSL-Bignum-0.04/
H A DBignum.pm221 Crypt::OpenSSL::Bignum perl object so that they can pass them to other
/macosx-10.10/CPANInternal-159.1/Data-Dump-1.21/lib/Data/Dump/
H A DTrace.pm308 Alternative is to pass an %info hash for each class. The recognized keys are:

Completed in 619 milliseconds

<<11121314151617181920>>