Searched refs:pass (Results 276 - 300 of 681) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/libauto-186/tests/
H A Ddump.m625 // pass one, establish nodes in heap, set up class table
626 // pass two, process node references + everything else
627 int pass = 1;
639 if (pass == 1) {
659 if (pass == 1) {
668 // pass one, fill each "long" with index+1 of node it references, if any
708 if (pass == 1) {
724 if (pass == 1) break; // wait till pass 2
742 if (pass
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dtransreg.cpp1068 int32_t pass; local
1070 for (pass=0; pass<2; ++pass) {
1076 if (pass == 0) {
1115 if (pass==2) {
1130 int32_t dir = (pass == 0) ? UTRANS_FORWARD : direction;
H A Dtridpars.cpp118 // On the first pass, look for (B) or (). If this fails, then
119 // on the second pass, look for A, A(B), or A().
120 for (int32_t pass=1; pass<=2; ++pass) {
121 if (pass == 2) {
711 // pass: a filter, a delimiter character (either '-' or '/'),
/macosx-10.10/cups-408/cups/cups/
H A Dconflicts.c183 *pass, /* Resolvers for this pass */ local
228 pass = cupsArrayNew((cups_array_func_t)_cups_strcasecmp, NULL);
250 if (cupsArrayFind(pass, consts->resolver))
283 cupsArrayAdd(pass, consts->resolver);
501 cupsArrayClear(pass);
533 cupsArrayDelete(pass);
556 cupsArrayDelete(pass);
/macosx-10.10/ppp-786.1.1/Authenticators/Radius/
H A Dradlib.c105 memset(h->pass, 0, h->pass_len);
151 md5[i] ^= h->pass[pos + i];
291 put_raw_attr(h, type, h->pass, padded_len);
295 memcpy(h->pass, value, len);
297 memset(h->pass + len, 0, pad_len);
802 memset(h->pass, 0, sizeof h->pass);
/macosx-10.10/cups-408/cups/scheduler/
H A Dauth.c715 char *pass; /* Encrypted password */
773 pass = cups_crypt(password, pw->pw_passwd);
777 con->number, pw->pw_passwd, pass);
779 if (!pass || strcmp(pw->pw_passwd, pass))
784 pass = cups_crypt(password, spw->sp_pwdp);
788 con->number, spw->sp_pwdp, pass);
790 if (pass == NULL || strcmp(spw->sp_pwdp, pass))
1762 return (HTTP_UNAUTHORIZED); /* Non-anonymous needs user/pass */
[all...]
/macosx-10.10/ruby-106/ruby/ext/openssl/
H A Dossl_pkey_ec.c165 VALUE arg, pass; local
173 rb_scan_args(argc, argv, "02", &arg, &pass);
189 if (!NIL_P(pass)) {
190 passwd = StringValuePtr(pass);
466 static VALUE ossl_ec_key_to_string(VALUE self, VALUE ciph, VALUE pass, int format) argument
495 if (!NIL_P(pass)) {
496 StringValue(pass);
497 if (RSTRING_LENINT(pass) < OSSL_MIN_PWD_LEN)
499 password = RSTRING_PTR(pass);
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/include/
H A Dsaslplug.h103 const char *pass, unsigned passlen);
121 /* format a message and then pass it to the SASL_CB_LOG callback
405 /* required prompt ids, NULL = user/pass only */
542 * Plug-ins can ignore this and just pass their desired level to
563 * If passlen is 0, it defaults to strlen(pass).
566 int (*transition)(sasl_conn_t *conn, const char *pass, unsigned passlen);
652 /* SASL_SET_CREATE create user if pass non-NULL */
654 #define SASL_SET_REMOVE SASL_SET_CREATE /* remove user if pass is NULL */
727 * pass -- password/passphrase (NULL = disable/remove/delete)
744 const char *pass, unsigne
[all...]
/macosx-10.10/CPANInternal-159.1/Crypt-SSLeay-0.64/eg/
H A Dnet-ssl-test111 If you need to use a proxy, please pass it in as an argument like
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/HeaderFilter/
H A Dsimple.pm69 through the hassle of creating a full-fledged class. Simply pass
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/HeaderFilter/
H A Dsimple.pm69 through the hassle of creating a full-fledged class. Simply pass
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Filter/
H A DLevelMatch.pm74 is supposed to pass or block the message (C<true> or C<false>)
H A DStringMatch.pm83 is supposed to pass or block the message on a match (C<true> or C<false>).
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/Test/Harness/
H A DPoint.pm81 sub pass { subroutine
/macosx-10.10/Security-57031.1.35/SecurityTool/
H A Dauthz.c609 char *pass = getpass("Password:"); local
610 if (!(login && pass))
620 authenv[1].valueLength = strlen(pass);
621 authenv[1].value = pass;
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dsession.cpp217 CssmAutoData pass(Allocator::standard(Allocator::sensitive));
219 SecurityAgent::Reason queryReason = keybagQuery.query(oldPass, pass);
221 service_client_kb_change_secret(&context, oldPass.data(), (int)oldPass.length(), pass.data(), (int)pass.length());
236 // need to check for valid connection object and pass the audit token along
/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DResourceHandleInternal.h125 m_pass = url.pass();
/macosx-10.10/WebCore-7600.1.25/platform/network/soup/
H A DResourceRequestSoup.cpp172 String urlPass = m_url.pass();
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dor32-opc.c489 cover_insn (unsigned long * cur, int pass, unsigned int mask) argument
498 if (ti[i].in_pass == pass)
553 if (ti[i].in_pass == pass)
580 if (ti[j].in_pass == pass
/macosx-10.10/ruby-106/ruby/lib/rubygems/commands/
H A Dhelp_command.rb65 you pass must match "#{cpu}-#{os}" or "#{cpu}-#{os}-#{version}". On mswin
/macosx-10.10/CPANInternal-159.1/DBIx-ContextualFetch-1.03/lib/DBIx/
H A DContextualFetch.pm152 you pass this as your RootClass. After this DBI will Do The Right Thing
153 and pass all its calls through us.
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftp/
H A Dftp.c169 char *userstr, *pass, *acctstr; local
192 pass = rpass;
216 if (pass == NULL) {
225 pass = myname;
230 if (pass == NULL) {
231 pass = defaultpass;
234 pass = tmp;
237 n = command ("PASS %s", pass);
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dddk_build.cmd2 @rem you can pass the following arguments (case insensitive):
/macosx-10.10/apr-32/apr-util/apr-util/crypto/
H A Dapr_crypto.c317 * that the same pass phrase will generate the same key, regardless of the
326 * @param pass The passphrase to use.
336 * @return Returns APR_ENOKEY if the pass phrase is missing or empty, or if a backend
343 apr_size_t *ivSize, const char *pass, apr_size_t passLen,
349 return f->provider->passphrase(key, ivSize, pass, passLen, salt, saltLen,
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DInlineSpiller.cpp136 InlineSpiller(MachineFunctionPass &pass, argument
140 LIS(pass.getAnalysis<LiveIntervals>()),
141 LSS(pass.getAnalysis<LiveStacks>()),
142 AA(&pass.getAnalysis<AliasAnalysis>()),
143 MDT(pass.getAnalysis<MachineDominatorTree>()),
144 Loops(pass.getAnalysis<MachineLoopInfo>()),
188 Spiller *createInlineSpiller(MachineFunctionPass &pass, argument
191 return new InlineSpiller(pass, mf, vrm);

Completed in 534 milliseconds

<<11121314151617181920>>