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

1234567891011>>

/macosx-10.9.5/webdavfs-352.92.2/mount.tproj/
H A Dwebdav_agent.c387 /* Success, copy the user & pass out */
770 char pass[WEBDAV_MAX_PASSWORD_LEN]; local
792 memset(pass, 0, sizeof(pass));
811 result = readCredentialsFromFile(fd, user, pass,
816 pass[0] = '\0';
823 case 'i': /* called from mount_webdav, get user/pass interactively */
824 /* Ignore keychain when entering user/pass */
833 else if (readpassphrase(PASS_PROMPT, pass, sizeof(pass), RPP_ECHO_OF
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Drtsock.c1250 int pass; local
1263 for (pass = 1; pass < 3; pass++) {
1265 if ((cmd == RTM_ADD && pass == 1) ||
1266 (cmd == RTM_DELETE && pass == 2)) {
1298 if ((cmd == RTM_ADD && pass == 2) ||
1299 (cmd == RTM_DELETE && pass == 1)) {
1562 * the list in two passes. In the first pass we compute the total
1565 * in the second pass
1578 int pass = 0; local
1720 int pass = 0; local
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime/t/
H A D09greg.t98 pass("greg torture test") if $y == 4801;
/macosx-10.9.5/CPANInternal-140/Exporter-Easy/lib/Exporter/
H A DEasiest.pm121 you to pass the arguments into Exporter::Easy without all those tiresome []s
122 and qw()s. You pass arguments in as a string or an array of strings. You no
/macosx-10.9.5/CPANInternal-140/Exporter-Easy-0.16/lib/Exporter/
H A DEasiest.pm121 you to pass the arguments into Exporter::Easy without all those tiresome []s
122 and qw()s. You pass arguments in as a string or an array of strings. You no
/macosx-10.9.5/CPANInternal-140/String-ShellQuote-1.00/
H A DShellQuote.pm19 which are going to pass through the shell or a shell-like object.
39 Each I<string> is quoted so that the shell will pass it along as a
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/CurveParamDocs/
H A Dfactor.c467 limitbits = 0, pass, npr, rem; local
653 pass = 0;
654 while (++pass)
658 if (pass <= 3)
662 else if (pass <= 10)
666 else if (pass <= 100)
691 printf("Choosing curve %d, with s = %d, B = %d, C = %d:\n", pass,cnt, B, C); fflush(stdout);
770 printf("\nCommencing second stage, curve %d...\n",pass); fflush(stdout);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dfactor.c467 limitbits = 0, pass, npr, rem; local
653 pass = 0;
654 while (++pass)
658 if (pass <= 3)
662 else if (pass <= 10)
666 else if (pass <= 100)
691 printf("Choosing curve %d, with s = %d, B = %d, C = %d:\n", pass,cnt, B, C); fflush(stdout);
770 printf("\nCommencing second stage, curve %d...\n",pass); fflush(stdout);
/macosx-10.9.5/WebCore-7537.78.1/platform/network/soup/
H A DResourceRequestSoup.cpp153 if (!url.user().isEmpty() || !url.pass().isEmpty()) {
155 soup_uri_set_password(uri, url.pass().utf8().data());
/macosx-10.9.5/dcerpc-58/dcerpc/rpcd/
H A Drpcddb.h281 unsigned32 pass
296 unsigned32 *pass,
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Disakmp_xauth.c665 if (iph1->rmconf->xauth->pass) {
667 pwd = iph1->rmconf->xauth->pass;
930 (*xauth_rmconf)->pass = NULL;
937 if ((*xauth_rmconf)->pass != NULL) {
938 vfree((*xauth_rmconf)->pass);
939 (*xauth_rmconf)->pass = NULL;
954 if ((*xauth_rmconf)->pass != NULL)
955 vfree((*xauth_rmconf)->pass);
/macosx-10.9.5/ruby-104/ruby/test/thread/
H A Dtest_queue.rb126 Thread.pass
140 Thread.pass
/macosx-10.9.5/CPANInternal-140/Clone/
H A DClone.pm64 arrays or hashes, pass them in by reference. e.g.
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Filter/
H A DLevelMatch.pm68 is supposed to pass or block the message (C<true> or C<false>)
H A DStringMatch.pm77 is supposed to pass or block the message on a match (C<true> or C<false>).
/macosx-10.9.5/Csu-79/
H A Dstart.s98 b _exit ; pass result from main() to exit()
125 b _exit ; pass result from main() to exit()
153 movl %eax, 0(%esp) # pass result from main() to exit()
182 movl %eax,%edi # pass result from main() to exit()
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/include/private/
H A Dapr_crypto_internal.h85 * that the same pass phrase will generate the same key, regardless of the
94 * @param pass The passphrase to use.
104 * @return Returns APR_ENOKEY if the pass phrase is missing or empty, or if a backend
111 const char *pass, apr_size_t passLen, const unsigned char * salt,
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c++/
H A Dtests.hpp108 static void pass(void) ATF_DEFS_ATTRIBUTE_NORETURN;
/macosx-10.9.5/curl-78.94.1/curl/tests/certs/scripts/
H A Dgenserv.sh71 $OPENSSL req -config $PREFIX-sv.prm -newkey rsa:$KEYSIZE -keyout $PREFIX-sv.key -out $PREFIX-sv.csr -passout pass:secret
75 $OPENSSL rsa -in $PREFIX-sv.key -out $PREFIX-sv.key -passin pass:secret
/macosx-10.9.5/ruby-104/ruby/lib/irb/
H A Dworkspace.rb48 Thread.pass
/macosx-10.9.5/OpenSSH-186/osslshim/tests/
H A Dtest_bn.c497 int total = 0, pass = 0, fail = 0; local
510 pass++;
518 printf("passed: %d\n", pass);
/macosx-10.9.5/Security-55471.14.18/utilities/Regressions/
H A Dsu-40-secdb.c119 pass("got a row key: %s", key);
137 pass("got a row key: %s", key);
143 pass("got a row key: %s", key);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperGL.h74 void drawFiltered(const BitmapTexture& sourceTexture, const BitmapTexture* contentTexture, const FilterOperation&, int pass);
176 unsigned pass; member in struct:WebCore::BitmapTextureGL::FilterInfo
181 , pass(p)
/macosx-10.9.5/procmail-14/procmail/src/
H A Dprocmail.c208 ;{ auth_identity*pass,*passinvk;auth_identity*spassinvk; local
260 pass= *currcpt++;
276 flushoverread(); /* pass upwards the extra LMTP data */
309 { if(!(pass=auth_finduser(chp2,-1))) /* chp2 is the recipient */
314 dorcpt: if(enoughprivs(passinvk,euid,egid,auth_whatuid(pass),
315 auth_whatgid(pass)))
389 pass=passinvk;
394 pass=idpass;
397 if(pass) /* set preferred uid to the intended recipient */
398 Setuser: { gid=auth_whatgid(pass);ui
[all...]
/macosx-10.9.5/rsync-42/rsync/
H A Duidlist.c67 struct passwd *pass = getpwuid(uid); local
68 if (pass)
69 return strdup(pass->pw_name);

Completed in 469 milliseconds

1234567891011>>