Searched refs:pass (Results 226 - 250 of 681) sorted by relevance

1234567891011>>

/macosx-10.10/pam_modules-140/modules/pam_krb5/
H A Dpam_krb5.c145 char *pass; local
193 retval = pam_get_authtok(pamh, PAM_AUTHTOK, (const char **)&pass, PASSWORD_PROMPT);
203 retval = pam_setenv(pamh, password_key, pass, 1);
255 retval = pam_get_authtok(pamh, PAM_AUTHTOK, (const char **)&pass, PASSWORD_PROMPT);
296 pass, NULL, pamh, 0, NULL, opts);
310 pass, NULL, pamh, 0, NULL, opts);
845 char *pass; local
892 retval = pam_get_authtok(pamh, PAM_OLDAUTHTOK, (const char **)&pass, PASSWORD_PROMPT);
900 pass, NULL, pamh, 0, "kadmin/changepw", opts);
913 PAM_AUTHTOK, (const char **)&pass, NEW_PASSWORD_PROMP
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dversados.c61 int relocs; /* Reloc count, valid end of pass 1. */
229 process_esd (bfd *abfd, struct ext_esd *esd, int pass) argument
261 if (pass == 1)
295 if (pass == 1)
355 process_otr (bfd *abfd, struct ext_otr *otr, int pass) argument
390 if (pass == 1)
407 if (pass == 1)
409 /* This is the first pass over the data,
432 if (pass == 2)
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/png/
H A Dpng.c485 int I, pass, number_passes, color_type; local
572 for (pass = 0; pass < number_passes; pass++) {
588 for (pass = 0; pass < number_passes; pass++) {
/macosx-10.10/ncurses-44/ncurses/progs/
H A Dtic.c379 unsigned pass, n, nn; local
387 for (pass = 1; pass <= 2; pass++) {
398 if (pass == 1) {
405 for (pass = 1; pass <= 2; pass++) {
409 if (pass == 1) {
421 if (pass
[all...]
/macosx-10.10/webdavfs-367/WebDAVPlugin/
H A DWebDAV_Mount.c96 CFStringRef pass; member in struct:runloopInfo
978 CFStringRef pass = NULL; local
1020 pass = CFURLCopyPassword(in_URL);
1021 if (pass != NULL) {
1022 CFDictionarySetValue(mutableDict, kNetFSPasswordKey, pass);
1023 CFRelease(pass);
1083 CFStringRef pass = NULL; local
1121 pass = (CFStringRef) CFDictionaryGetValue(in_URLParms, kNetFSPasswordKey);
1122 if (pass != NULL) {
1123 pass
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dmach_loader.c509 int pass; local
621 for (pass = 1; pass <= 3; pass++) {
626 if ((pass == 3) && (result->validentry == 0)) {
670 if (pass != 2)
693 if (pass != 2)
716 if (pass != 1)
725 if (pass != 1)
736 if (pass !
[all...]
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Dwindows_usb.c1181 unsigned int nb_guids, pass, i, j, ancestor; local
1220 for (pass = 0; ((pass < nb_guids) && (r == LIBUSB_SUCCESS)); pass++) {
1223 switch(pass) {
1225 usbi_dbg("PROCESSING HCDs %s", guid_to_string(guid[pass]));
1228 usbi_dbg("PROCESSING HUBs %s", guid_to_string(guid[pass]));
1231 usbi_dbg("PROCESSING DEVs %s", guid_to_string(guid[pass]));
1237 usbi_dbg("PROCESSING EXTs %s", guid_to_string(guid[pass]));
1254 if ((pass
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Ddtfmrgts.cpp194 UBool pass = TRUE; local
212 pass = FALSE;
216 if( ! pass)
670 UBool pass = TRUE;
690 pass = FALSE;
698 if (!pass) errln("Fail: DateFormat serialization/equality bug");
1149 UBool pass = TRUE; local
1178 pass = FALSE;
1181 if (pass) {
1331 int32_t pass local
[all...]
H A Dtchcfmt.cpp544 for (int32_t pass=0; pass<2; ++pass) {
548 FMT[pass]->format(x, str);
H A Dtranstst.h356 * Tests the multiple-pass syntax
361 * Tests that toRules() works right with the multiple-pass syntax
405 const UnicodeString& summary, UBool pass,
/macosx-10.10/OpenSSH-189/osslshim/tests/
H A Dtest_rsa.c89 static int pass = 0; variable
559 pass++;
565 printf("passed: %d\n", pass);
/macosx-10.10/cups-408/cups/cups/
H A Dtestcups.c161 const char *pass = cupsGetPassword("Password:"); local
164 if (pass)
165 printf("Password entered: %s\n", pass);
/macosx-10.10/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DApacheLog.pm88 This module allows you to pass messages to Apache's log object,
H A DScreen.pm88 message by default. To do that, pass C<newline =E<gt> 1>.
/macosx-10.10/Csu-85/
H A Dstart.s99 b _exit ; pass result from main() to exit()
126 b _exit ; pass result from main() to exit()
154 movl %eax, 0(%esp) # pass result from main() to exit()
183 movl %eax,%edi # pass result from main() to exit()
/macosx-10.10/apr-32/apr-util/apr-util/include/
H A Dapr_crypto.h80 * to ciphers that pass the interoperablity tests on the right hand side
231 * that the same pass phrase will generate the same key, regardless of the
240 * @param pass The passphrase to use.
250 * @return Returns APR_ENOKEY if the pass phrase is missing or empty, or if a backend
257 apr_size_t *ivSize, const char *pass, apr_size_t passLen,
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dnsec3.c559 int pass; local
658 pass = 0;
662 pass++;
734 } while (pass < 2);
802 pass = 0;
806 pass++;
855 } while (pass < 2);
857 INSIST(pass < 2);
1329 int pass; local
1404 pass
[all...]
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/
H A Dmacros_test.cpp247 ATF_TEST_CASE(pass); variable
248 ATF_TEST_CASE_HEAD(pass)
252 ATF_TEST_CASE_BODY(pass)
632 ATF_ADD_TEST_CASE(tcs, pass);
/macosx-10.10/dcerpc-61/dcerpc/perf/
H A Dperf.c239 unsigned32 pass,
254 d[i] = i * perf_magic * pass; argument
269 unsigned32 pass,
273 perf_out(h, d, l, m, pass, verify);
225 perf_out( handle_t h __attribute__(unused), perf_data_t d, unsigned32 *l, unsigned32 m, unsigned32 pass, idl_boolean verify ) argument
/macosx-10.10/expat-12/expat/tests/
H A Dxmltest.sh108 for xmlfile in *pass*.xml ; do
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dserver.c89 const char *pass, unsigned passlen);
98 * pass -- plaintext password, may be NULL to remove user
99 * passlen -- length of password, 0 = strlen(pass)
119 const char *pass,
170 pass = NULL;
179 pass, passlen);
208 tmpresult = setpass_cb(conn, context, user, pass, passlen,
233 /* can't set pass for this mech */
249 pass,
863 /* A shared library calling sasl_server_init will pass NUL
117 sasl_setpass(sasl_conn_t *conn, const char *user, const char *pass, unsigned passlen, const char *oldpass, unsigned oldpasslen, unsigned flags) argument
1085 _sasl_transition(sasl_conn_t * conn, const char * pass, unsigned passlen) argument
2017 _sasl_checkpass(sasl_conn_t *conn, const char *user, unsigned userlen, const char *pass, unsigned passlen) argument
2098 sasl_checkpass(sasl_conn_t *conn, const char *user, unsigned userlen, const char *pass, unsigned passlen) argument
[all...]
/macosx-10.10/ruby-106/ruby/test/-ext-/old_thread_select/
H A Dtest_old_thread_select.rb76 Thread.pass until main.stop?
/macosx-10.10/tcl-105/tcl/tcl/tests/
H A DwinPipe.test374 ### validate the pass-thru from BuildCommandLine() to the crt's parse_cmdline().
376 test winpipe-8.1 {BuildCommandLine/parse_cmdline pass-thru: null arguments} {win exec} {
379 test winpipe-8.2 {BuildCommandLine/parse_cmdline pass-thru: null arguments} {win exec} {
382 test winpipe-8.3 {BuildCommandLine/parse_cmdline pass-thru: dbl quote quoting #1} {win exec} {
385 test winpipe-8.4 {BuildCommandLine/parse_cmdline pass-thru: dbl quote quoting #2} {win exec} {
388 test winpipe-8.5 {BuildCommandLine/parse_cmdline pass-thru: dbl quote quoting #3} {win exec} {
391 test winpipe-8.6 {BuildCommandLine/parse_cmdline pass-thru: dbl quote quoting #4} {win exec} {
394 test winpipe-8.7 {BuildCommandLine/parse_cmdline pass-thru: dbl quote quoting #5} {win exec} {
397 test winpipe-8.8 {BuildCommandLine/parse_cmdline pass-thru: dbl quote quoting #6} {win exec} {
400 test winpipe-8.9 {BuildCommandLine/parse_cmdline pass
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/sasl/
H A Dntlm.tcl65 set pass [eval [linsert $ctx(callback) end $context password]]
71 $user $pass $params(nonce) $params(flags)]
309 set pass [to_unicode_le $password]
310 set hash [md4::md4 $pass]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngwutil.c83 * length, and does not need to be null terminated. To be safe, pass the
214 /* We may just want to pass the text right through */
1720 /* Arrays to facilitate easy interlacing - use pass (0 - 6) as index */
1787 /* If interlaced, we need to set up width and height of pass */
1818 /* Arrays to facilitate easy interlacing - use pass (0 - 6) as index */
1845 /* If interlaced, go to next pass */
1851 png_ptr->pass++;
1855 /* Loop until we find a non-zero width or height pass */
1858 png_ptr->pass++;
1859 if (png_ptr->pass >
1933 png_do_write_interlace(png_row_infop row_info, png_bytep row, int pass) argument
[all...]

Completed in 409 milliseconds

1234567891011>>