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

1234567891011>>

/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/lib-name-overload/
H A DMakefile44 DYLD_LIBRARY_PATH=$(PWD) && export DYLD_LIBRARY_PATH && ${TESTROOT}/bin/exit-zero-pass.pl "lib-name-overload" "lib-name-overload" ./main
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/missing-symlink-framework-fallback-path/
H A DMakefile29 export DYLD_FALLBACK_FRAMEWORK_PATH="dir" && ${TESTROOT}/bin/exit-zero-pass.pl "pass message" "fail message" ./main
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/partial-library-load/
H A DMakefile38 export DYLD_IMAGE_SUFFIX="_missing" && ${TESTROOT}/bin/exit-zero-pass.pl "partial-library-load" "partial-library-load" ./main
/macosx-10.10/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.10/BerkeleyDB-21/db/php_db4/samples/
H A Dtransactional_counter.php9 // we pass null in as the transaction, db4 forces this
/macosx-10.10/CPANInternal-159.1/Test-use-ok-0.11/lib/
H A Dok.pm11 goto &Test::More::pass if $_[0] eq 'ok';
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dextern.h83 void pass(char *);
/macosx-10.10/Heimdal-398.1.2/packages/mac/
H A Dheimdal-tests.sh3 pass=0
58 pass=$(expr $pass + 1)
213 if expr "$count" = "$pass" > /dev/null; then
/macosx-10.10/OpenSSH-189/osslshim/tests/
H A Dtest_dh.c59 static int pass = 0; variable
486 pass++;
496 pass++;
509 printf("Passed: %d\n", pass);
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dapps.h278 const char *pass, ENGINE *e, const char *cert_descrip);
280 const char *pass, ENGINE *e, const char *key_descrip);
282 const char *pass, ENGINE *e, const char *key_descrip);
284 const char *pass, ENGINE *e, const char *cert_descrip);
/macosx-10.10/curl-83.1.2/curl/tests/certs/scripts/
H A Dgenroot.sh44 openssl genrsa -out $PREFIX-ca.key $KEYSIZE -passout pass:secret
47 $OPENSSL req -config $PREFIX-ca.prm -new -key $PREFIX-ca.key -out $PREFIX-ca.csr -passin pass:secret
/macosx-10.10/emacs-93/emacs/lisp/url/
H A Durl-file.el93 (pass (url-password url))
112 (and user pass
115 (ange-ftp-set-passwd host user pass))
117 (efs-set-passwd host user pass))
H A Durl-parse.el68 (defmacro url-set-password (urlobj pass)
69 `(aset ,urlobj 2 ,pass))
143 (pass nil)
177 (setq pass (match-string 2 user)
217 (vector prot user pass host port file refs attr full))))))
/macosx-10.10/ntfs-84/kext/
H A Dntfs_lcnalloc.c157 u8 pass, done_zones, search_zone, bit; local
202 * and pass depending on whether we are starting inside a zone (1) or
209 pass = 1;
225 * single pass is sufficient.
227 pass = 2;
234 * pass in this zone is sufficient.
236 pass = 2;
243 * Starting at beginning of volume which means a single pass
246 pass = 2;
278 "search_zone %d, pass
[all...]
/macosx-10.10/remote_cmds-47/rexecd.tproj/
H A Drexecd.c134 char user[16], pass[16]; local
180 getstr(pass, sizeof(pass), "password");
190 namep = crypt(pass, pwd->pw_passwd);
/macosx-10.10/system_cmds-643.1.1/chpass.tproj/
H A Dopen_directory.c67 char* pass = getpass(buf); local
68 result = CFStringCreateWithCString(NULL, pass, kCFStringEncodingUTF8);
69 memset(pass, 0, strlen(pass));
/macosx-10.10/system_cmds-643.1.1/newgrp.tproj/
H A Dnewgrp.c160 char *ep, *pass; local
210 pass = getpass("Password:");
211 if (pass == NULL ||
212 strcmp(grp_passwd, crypt(pass, grp_passwd)) != 0) {
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/
H A Dftp.tcl62 -pass* {
/macosx-10.10/dcerpc-61/dcerpc/rpcd/
H A Drpcdepdb.c257 unsigned32 pass,
291 unsigned32 pass,
1063 unsigned32 pass;
1077 pass = 1;
1084 pass = 1;
1090 pass = 1;
1105 db_get_context(h, entry_handle, &list_type, &lp, &pass, status);
1162 db_save_context(h, entry_handle, list_type, lp, pass);
1530 * If the target object is non-nil, do a 2 pass search
1535 * Search the interfaceq for interface match/object nil (same as pass
1057 unsigned32 pass; local
1567 unsigned32 pass; local
1758 unsigned32 pass; local
[all...]
/macosx-10.10/procmail-14/procmail/src/
H A Dvariables.c191 void initdefenv(pass,fallback,do_presets)auth_identity*pass;
194 if(pass)
195 { p=auth_username(pass);
199 p=auth_shell(pass);
203 setdef(home,auth_homedir(pass));setdef(orgmail,auth_mailboxname(pass));
399 _exit(retvl2); /* parent: do not pass go */
/macosx-10.10/ncurses-44/ncurses/progs/
H A Dtoe.c450 int pass; local
455 for (pass = 0; pass < 2; ++pass) {
481 if (!pass) {
/macosx-10.10/Libc-1044.1.2/locale/FreeBSD/
H A Dcollate.c516 int direc, pass; local
521 for(pass = 0; pass < COLL_WEIGHTS_MAX; pass++)
522 xf[pass] = NULL;
523 for(pass = 0; pass < info->directive_count; pass++) {
524 direc = info->directive[pass];
525 if (pass
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngtest.c101 read_row_callback(png_structp png_ptr, png_uint_32 row_number, int pass);
103 read_row_callback(png_structp png_ptr, png_uint_32 row_number, int pass) argument
107 if (status_pass != pass)
109 fprintf(stdout, "\n Pass %d: ", pass);
110 status_pass = pass;
123 write_row_callback(png_structp png_ptr, png_uint_32 row_number, int pass);
125 write_row_callback(png_structp png_ptr, png_uint_32 row_number, int pass) argument
127 if (png_ptr == NULL || row_number > PNG_UINT_31_MAX || pass > 7)
660 int num_pass, pass; local
1164 for (pass
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools/
H A Dchecker.tcl112 global pass
113 if {$pass > 1} return
114 # Warnings only in the first pass!
125 # Warnings only in the first pass!
215 global pass ; set pass $p
340 global sect sectt sectci sectct countersection countersubsection pass
356 if {$pass == 1} {
567 global sect sectt sectci pass
590 if {$pass >
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/ftpd/
H A Dftpd.tcl297 # pass - The password of the user that is attempting to
306 proc ::ftpd::anonAuth {user pass} {
317 set pass [split $pass @]
318 if {[llength $pass] != 2} {
322 set domain [split [lindex $pass 1] .]
341 # pass - The password of the user that is attempting to
350 proc ::ftpd::unixAuth {user pass} {
385 set pass [split $pass
[all...]

Completed in 213 milliseconds

1234567891011>>