Searched refs:p1 (Results 151 - 175 of 702) sorted by relevance

1234567891011>>

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/progs/
H A Dslapd-modrdn.c190 char *p1, *p2; local
197 p1 = strchr( entry, '=' ) + 1;
198 p2 = strchr( p1, ',' );
204 for (i = p1 - entry;p2 >= p1;)
/macosx-10.10/OpenSSL098-52/src/fips/
H A Dfips.c175 const unsigned char *p1 = FIPS_text_start(); local
185 if (p1<=p3 && p2>=p3)
186 p3=p1, p4=p2>p4?p2:p4, p1=NULL, p2=NULL;
187 else if (p3<=p1 && p4>=p1)
188 p3=p3, p4=p2>p4?p2:p4, p1=NULL, p2=NULL;
190 if (p1)
191 HMAC_Update(&c,p1,(size_t)p2-(size_t)p1);
[all...]
/macosx-10.10/OpenSSL098-52/src/test/
H A Dtcrl.com12 $ if p1 .nes. "" then t = p1
53 $ 'cmd' -in f.d -inform d -outform p -out ff.p1
64 $ backup/compare fff.p ff.p1
78 $ backup/compare f.p ff.p1
H A Dtreq.com12 $ if p1 .nes. "" then t = p1
53 $ 'cmd' -in f.d -inform d -outform p -out ff.p1
64 $ backup/compare fff.p ff.p1
78 $ backup/compare f.p ff.p1
H A Dtsid.com12 $ if p1 .nes. "" then t = p1
53 $ 'cmd' -in f.d -inform d -outform p -out ff.p1
64 $ backup/compare fff.p ff.p1
78 $ backup/compare f.p ff.p1
H A Dtx509.com12 $ if p1 .nes. "" then t = p1
53 $ 'cmd' -in f.d -inform d -outform p -out ff.p1
64 $ backup/compare fff.p ff.p1
78 $ backup/compare f.p ff.p1
H A Dfips_rsagtest.c238 else if (!strcmp(keyword, "p1"))
334 BIGNUM *p1 = NULL, *p2 = NULL; local
335 p1 = BN_new();
337 if (!p1 || !p2)
340 if (!RSA_X931_derive_ex(rsa, p1, p2, NULL, NULL, Xp1, Xp2, Xp,
344 do_bn_print_name(out, "p1", p1);
351 if (p1)
352 BN_free(p1);
/macosx-10.10/tcsh-65/tcsh/win32/
H A Ddirent.c336 char *tmp,*p1; local
350 p1 = &tmp[2];
352 for (; *p1 != '\\'; p1 ++)
353 if (Ismbyte1(*p1) && *(p1 + 1))
354 p1 ++;
356 while(*p1++ != '\\');
359 memcpy( (dir->dd_buf)->d_name, p1, lstrlen(p1)
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dcollationbasedatabuilder.cpp203 CollationBaseDataBuilder::diffTwoBytePrimaries(uint32_t p1, uint32_t p2, UBool isCompressible) { argument
204 if((p1 & 0xff000000) == (p2 & 0xff000000)) {
206 return (int32_t)(p2 - p1) >> 16;
213 linear1 = (int32_t)((p1 >> 16) & 0xff) - 4;
218 linear1 = (int32_t)((p1 >> 16) & 0xff) - 2;
222 linear1 += factor * (int32_t)((p1 >> 24) & 0xff);
229 CollationBaseDataBuilder::diffThreeBytePrimaries(uint32_t p1, uint32_t p2, UBool isCompressible) { argument
230 if((p1 & 0xffff0000) == (p2 & 0xffff0000)) {
232 return (int32_t)(p2 - p1) >> 8;
235 int32_t linear1 = (int32_t)((p1 >>
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/bio/
H A Dbf_buff.c275 char *p1,*p2; local
296 p1=ctx->ibuf;
299 if (p1[ctx->ibuf_off + i] == '\n') ret++;
321 p1=OPENSSL_malloc((int)num);
322 if (p1 == NULL) goto malloc_error;
324 ctx->ibuf=p1;
351 p1=ctx->ibuf;
355 p1=(char *)OPENSSL_malloc((int)num);
356 if (p1 == NULL) goto malloc_error;
363 if (p1 !
[all...]
/macosx-10.10/groff-38/groff/src/roff/groff/
H A Dpipeline.c118 const char *p1, *p2; local
120 p1 = path;
121 if ((p2 = strrchr(p1, '\\'))
122 || (p2 = strrchr(p1, '/'))
123 || (p2 = strrchr(p1, ':')))
124 p1 = p2 + 1;
125 if ((p2 = strrchr(p1, '.'))
130 p2 = p1 + strlen(p1);
132 base = malloc((size_t)(p2 - p1));
[all...]
/macosx-10.10/ruby-106/ruby/bootstraptest/
H A Dtest_method.rb411 def m(m1, m2, o1=:o1, o2=:o2, *r, p1, p2, &b)
413 [m1, m2, o1, o2, r, p1, p2, b.class, x, y]
418 def m(m1, m2, o1=:o1, o2=:o2, *r, p1, p2, &b)
420 [m1, m2, o1, o2, r, p1, p2, b.class, x, y]
425 def m(m1, m2, o1=:o1, o2=:o2, *r, p1, p2, &b)
427 [m1, m2, o1, o2, r, p1, p2, b.class, x, y]
432 def m(m1, m2, o1=:o1, o2=:o2, *r, p1, p2, &b)
434 [m1, m2, o1, o2, r, p1, p2, b.class, x, y]
439 def m(m1, m2, o1=:o1, o2=:o2, *r, p1, p2, &b)
441 [m1, m2, o1, o2, r, p1, p
[all...]
/macosx-10.10/CommonCrypto-60061/test/CommonCrypto/
H A DCCCryptorTestFuncs.c64 size_t p1, p2; local
73 p1 = ( dataInLength / 16 ) * 16 - 1;
74 if(p1 > 16) p1 = dataInLength;
75 p2 = dataInLength - p1;
76 // diag("Processing length %d in two parts %d and %d\n", (int) dataInLength, (int) p1, (int) p2);
80 if(p1) {
81 retval = CCCryptorUpdate(cref, dataIn, p1, dataOut, dataOutAvailable, dataOutMoved);
83 diag("P1 - Tried to move %d - failed retval = %d\n", (int) p1, (int) retval);
86 dataIn += p1;
138 size_t p1, p2; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dsdtfmtts.cpp216 UnicodeString p1("yyyy.MM.dd G 'at' hh:mm:ss z");
217 logln("Applying pattern " + p1);
219 pat.applyPattern(p1);
224 if(s2 != p1) {
228 logln("Applying pattern " + p1);
230 pat.applyLocalizedPattern(p1, status);
241 if(s3 != p1) {
/macosx-10.10/OpenSSL098-52/src/crypto/perlasm/
H A Dx86nasm.pl219 my($name,$p1,$p2)=@_;
225 $p1 =~ s/^[^\[]*\[/\[/;
228 $t=&conv($p1).",";
246 my($name,$p1)=@_;
248 push(@out,"\t$name\t".&conv($p1)."\n");
427 my($name,$p1)=@_;
430 push(@out,"\t$name\t".&conv($p1)."\n");
/macosx-10.10/OpenSSL098-52/src/fips/rsa/
H A Dfips_rsagtest.c238 else if (!strcmp(keyword, "p1"))
334 BIGNUM *p1 = NULL, *p2 = NULL; local
335 p1 = BN_new();
337 if (!p1 || !p2)
340 if (!RSA_X931_derive_ex(rsa, p1, p2, NULL, NULL, Xp1, Xp2, Xp,
344 do_bn_print_name(out, "p1", p1);
351 if (p1)
352 BN_free(p1);
/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Dst_bugs.c61 tdesc_t *p1, *p2; local
94 p1 = xcalloc(sizeof (*p1));
95 p1->t_type = POINTER;
96 p1->t_id = td->td_nextid++;
97 p1->t_tdesc = p2;
99 ml->ml_type = p1;
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dauth_rimap.c159 register const char *p1; /* scratch pointers */
166 p1 = s;
167 while ((p1 = strchr(p1, '"')) != NULL) {
168 p1++;
196 p1 = s;
199 while (*p1) {
200 if (*p1 == '"') {
203 *p2++ = *p1++;
157 register const char *p1; /* scratch pointers */ local
/macosx-10.10/shell_cmds-179/hexdump/
H A Ddisplay.c220 char *p1, *p2; local
229 for (p1 = pr->fmt; *p1 != '%'; ++p1);
230 for (p2 = ++p1; *p1 && index(spec, *p1); ++p1);
231 while ((*p2++ = *p1++));
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.dir.c873 Char *p1, *p2; /* general purpose */ local
897 p1 = varval(STRcwd);
898 if (p1 == STRNULL || !ABSOLUTEP(p1)) {
907 p1 = varval(STRcwd);
909 len = Strlen(p1);
911 (void) Strcpy(tmpdir, p1);
927 for (p1 = sp, p2 = p; (*p1++ = *p2++) != '\0';)
951 for (p1
[all...]
/macosx-10.10/apr-32/apr/apr/test/
H A Dtestglobalmutex.c78 apr_proc_t p1, p2, p3, p4; local
88 launch_child(tc, mech, &p1, p);
93 x += wait_child(tc, &p1);
/macosx-10.10/lsof-53/lsof/lib/
H A Dregex.c745 unsigned char *p1;
920 p1 = p + mcnt;
923 printf ("/succeed_n to %t, %d times", p1 - start, mcnt2);
926 (long int) (p1 - start), mcnt2);
932 p1 = p + mcnt;
934 printf ("/jump_n to %d, %d times", p1 - start, mcnt2);
939 p1 = p + mcnt;
942 printf ("/set_number_at location %t to %d", p1 - start, mcnt2);
945 (long int) (p1 - start), mcnt2);
2052 const char *p1;
739 unsigned char *p1; local
2038 const char *p1; local
4314 unsigned char *p1; local
5702 unsigned char *p1 = *p + 2; local
5810 unsigned char *p1 = p; local
5849 unsigned char *p1 = *p; local
5935 register const unsigned char *p1 = (const unsigned char *) s1; local
[all...]
/macosx-10.10/apr-32/apr/apr/strings/
H A Dapr_snprintf.c91 register char *p, *p1; local
103 p1 = &buf[NDIG];
108 p1 = &buf[NDIG];
109 while (p1 > &buf[0] && fi != 0) {
111 *--p1 = (int) ((fj + .03) * 10) + '0';
114 while (p1 < &buf[NDIG])
115 *p++ = *p1++;
123 p1 = &buf[ndigits];
125 p1 += r2;
126 if (p1 <
179 register char *p1, *p2; local
[all...]
H A Dapr_cpystrn.c286 char *p1, *p2; local
293 p1 = s1;
295 while (*++p1 == *++p2) {
296 if (*p1 == '\0') {
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOKitLibPrivate.h49 uintptr_t p1,

Completed in 631 milliseconds

1234567891011>>