Searched refs:pass (Results 176 - 200 of 813) sorted by relevance

1234567891011>>

/macosx-10.9.5/dcerpc-58/dcerpc/rpcd/
H A Drpcddb.c109 unsigned32 pass; member in struct:__anon8278
527 * type, list entry pointer, and pass number are saved so the search
530 PRIVATE void db_save_context(h, entry_handle, list_type, lp, pass)
535 unsigned32 pass;
593 chp->pass = pass;
615 PRIVATE void db_get_context(h, entry_handle, list_type, lp, pass, status)
620 unsigned32 *pass;
634 *pass = chp->pass;
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dpop3.el76 (defcustom pop3-authentication-scheme 'pass
78 Defaults to `pass', for the standard USER/PASS authentication. The other
80 :type '(choice (const :tag "Normal user/password" pass)
151 ((equal 'pass pop3-authentication-scheme)
153 (pop3-pass process))
196 ((equal 'pass pop3-authentication-scheme)
198 (pop3-pass process))
398 (defun pop3-pass (process)
407 (let ((pass pop3-password))
408 (if (and pop3-password-required (not pass))
[all...]
/macosx-10.9.5/procmail-14/procmail/src/
H A Dlockfile.c120 if(sleepsec>=0) /* is this still the first pass? */
129 else /* no second pass, so leave sleepsec<0 */
133 { auth_identity*pass;static char*ma; local
134 if(*cp&&cp[1]||ma&&sleepsec>=0) /* second pass? */
138 (pass=auth_finduser(ma,0))&&
139 auth_whatuid(pass)==uid||
140 (pass=auth_finduid(uid,0))))
145 if(!*(p=auth_mailboxname(pass))||
155 if(sleepsec>=0) /* first pass? */
175 else if(sleepsec<0) /* second pass, releas
[all...]
/macosx-10.9.5/screen-22/screen/
H A Dacls.c152 UserAdd(name, pass, up)
153 char *name, *pass;
164 if (pass)
165 (*up)->u_password = SaveStr(pass);
183 if (pass)
184 (*up)->u_password = SaveStr(pass);
307 UserSetPass(name, pass, up)
308 char *name, *pass;
314 return UserAdd(name, pass, up);
317 strncpy((*up)->u_password, pass
506 char *pass = ""; local
[all...]
/macosx-10.9.5/CPANInternal-140/String-ShellQuote-1.04/
H A Dshell-quote121 B<shell-quote> lets you pass arbitrary strings through the shell so that
171 user can't pass through), you can do something like this:
177 x--pass-through)
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dreadpass.c55 char *pass; local
107 pass = xstrdup(buf);
109 return pass;
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/Regressions/
H A Dsc-100-devicecircle.c70 #define VALUECFNULLCHECK(msg) if (msg == NULL || CFGetTypeID(msg) == CFNullGetTypeID()) { pass("CFNull message"); return 0; }
100 pass("kvsTransportSend: %@ %@", key, desc);
135 pass("Put circle in cloud: (%@)", newCircle);
156 pass("New circle and accountCircle not equal");
163 pass("Updated account with new circle");
169 pass("mutate_account_circle exit");
206 pass("We are %s (%@)", Alice?"Alice":"Bob", our_peer_info);
272 pass("Put circle in cloud: (%@)", circle);
380 pass("ACK from messageGoBobGoKey");
428 if (message == NULL || CFGetTypeID(message) == CFNullGetTypeID()) { pass("CFNul
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/openssl/
H A Dossl_pkey_rsa.c194 * OpenSSL will prompt for the pass phrase.
200 * OpenSSL::PKey::RSA.new File.read('rsa.pem'), 'my pass phrase'
209 VALUE arg, pass; local
212 if(rb_scan_args(argc, argv, "02", &arg, &pass) == 0) {
216 rsa = rsa_generate(FIX2INT(arg), NIL_P(pass) ? RSA_F4 : NUM2ULONG(pass));
220 if (!NIL_P(pass)) passwd = StringValuePtr(pass);
308 VALUE cipher, pass, str; local
312 rb_scan_args(argc, argv, "02", &cipher, &pass);
[all...]
H A Dossl.c153 VALUE pass; local
155 pass = rb_yield(flag);
156 SafeStringValue(pass);
158 return pass;
165 VALUE rflag, pass; local
177 pass = rb_protect(ossl_pem_passwd_cb0, rflag, &status);
183 len = RSTRING_LENINT(pass);
192 memcpy(buf, RSTRING_PTR(pass), len);
495 * export a key you may export it with a pass phrase.
498 * pass_phrase = 'my secure pass phras
[all...]
/macosx-10.9.5/ruby-104/ruby/test/webrick/
H A Dtest_httpauth.rb15 WEBrick::HTTPAuth.basic_auth(req, res, realm){|user, pass|
16 user == "webrick" && pass == "supersecretpassword"
43 htpasswd.each{|user, pass| users << user }
108 htdigest.each{|user, pass| users << user }
H A Dtest_server.rb40 Thread.pass while server.status != :Running
44 Thread.pass until server.status == :Stop
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/
H A DMore.t42 pass fail eq_array eq_hash eq_set));
44 can_ok pass fail eq_array eq_hash eq_set));
73 pass('pass() passed');
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dreadelf.exp75 if [ string match "#pass" $line_b ] {
164 pass $testname
217 pass "readelf $options"
302 pass "readelf -wi"
/macosx-10.9.5/CPANInternal-140/XML-SAX/SAX/
H A DDocumentLocator.pm108 the object you pass to set_document_locator(). See the source
113 There is only 1 method: C<new>. Simply pass it a list of
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dvmsbuild.com36 $! first pass: compile "required" modules
38 $ pass = 1
41 $! second pass: process dummy.c, using the first pass' results
76 $! third pass: compile "missing" modules collected in pass 2
77 $ pass = 3
109 $ if pass.eq.3 .and. f$search("''f'.c").eqs."" then gosub chk_deffunc
/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc-ezbounce.el58 (defvar erc-ezb-action-alist '(("^\\[awaiting login/pass command\\]$" . erc-ezb-identify)
124 (pass (cdr login)))
125 (erc-server-send (concat "LOGIN " username " " pass))))))
/macosx-10.9.5/lukemftp-13.92.1/tnftp/src/
H A Dutil.c155 "Connecting via pass-through server %s\n",
388 char *user, *pass, *acct, *p; local
394 user = pass = acct = NULL;
398 pass = ftp_strdup(lpass);
400 DPRINTF("ftp_login: user `%s' pass `%s' host `%s'\n",
401 user ? user : "<null>", pass ? pass : "<null>",
410 FREEPTR(pass);
411 pass = ftp_strdup(getoptionvalue("anonpass"));
414 if (ruserpass(host, &user, &pass,
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngread.c472 png_debug2(1, "in png_read_row (row %lu, pass %d)",
473 (unsigned long) png_ptr->row_number, png_ptr->pass);
477 if (png_ptr->row_number == 0 && png_ptr->pass == 0)
515 switch (png_ptr->pass)
522 png_pass_dsp_mask[png_ptr->pass]);
532 png_pass_dsp_mask[png_ptr->pass]);
542 png_pass_dsp_mask[png_ptr->pass]);
552 png_pass_dsp_mask[png_ptr->pass]);
562 png_pass_dsp_mask[png_ptr->pass]);
572 png_pass_dsp_mask[png_ptr->pass]);
774 int pass, j; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/mod_db4/
H A Dconfigure.in21 [ --with-cxxflags Specify additional flags to pass to compiler],
30 [ --with-ldflags Specify additional flags to pass to linker],
/macosx-10.9.5/BerkeleyDB-21/db/php_db4/samples/
H A Dtransactional_counter.php9 // we pass null in as the transaction, db4 forces this
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/Tester/
H A Dtbt_07args.t96 pass("foo");
108 pass("foo");
/macosx-10.9.5/CPANInternal-140/Test-use-ok-0.11/lib/
H A Dok.pm11 goto &Test::More::pass if $_[0] eq 'ok';
/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftpd/
H A Dextern.h83 void pass(char *);
/macosx-10.9.5/Heimdal-323.92.1/packages/mac/
H A Dheimdal-tests.sh3 pass=0
22 pass=$(expr $pass + 1)
159 if expr "$count" = "$pass" > /dev/null; then
/macosx-10.9.5/OpenSSH-186/osslshim/tests/
H A Dtest_dh.c59 static int pass = 0; variable
486 pass++;
496 pass++;
509 printf("Passed: %d\n", pass);

Completed in 252 milliseconds

1234567891011>>