Searched refs:p2 (Results 101 - 125 of 1562) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/testsuite/sim/cris/c/
H A Dmapbrk.c9 void *p1, *p2, *p3, *p4, *p5, *p6; local
12 || (p2 = malloc (16300)) == NULL
23 free (p2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/testsuite/sim/cris/c/
H A Dmapbrk.c9 void *p1, *p2, *p3, *p4, *p5, *p6; local
12 || (p2 = malloc (16300)) == NULL
23 free (p2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/
H A Do_str.h67 int OPENSSL_memcmp(const void *p1, const void *p2, size_t n);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/
H A Do_str.h66 int OPENSSL_memcmp(const void *p1,const void *p2,size_t n);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dinfo_msg.c21 va_list p2; local
24 va_copy(p2, p);
31 vsyslog(LOG_INFO, s, p2);
33 va_end(p2);
H A Dobscure.c44 static int string_checker_helper(const char *p1, const char *p2) __attribute__ ((__pure__));
46 static int string_checker_helper(const char *p1, const char *p2) argument
49 if (strcasecmp(p1, p2) == 0
51 || strcasestr(p2, p1) != NULL
53 || strcasestr(p1, p2) != NULL)
58 static int string_checker(const char *p1, const char *p2) argument
62 int ret = string_checker_helper(p1, p2);
75 ret |= string_checker_helper(p, p2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dinfo_msg.c21 va_list p2; local
24 va_copy(p2, p);
31 vsyslog(LOG_INFO, s, p2);
33 va_end(p2);
H A Dobscure.c44 static int string_checker_helper(const char *p1, const char *p2) __attribute__ ((__pure__));
46 static int string_checker_helper(const char *p1, const char *p2) argument
49 if (strcasecmp(p1, p2) == 0
51 || strcasestr(p2, p1) != NULL
53 || strcasestr(p1, p2) != NULL)
58 static int string_checker(const char *p1, const char *p2) argument
62 int ret = string_checker_helper(p1, p2);
75 ret |= string_checker_helper(p, p2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dinfo_msg.c21 va_list p2; local
24 va_copy(p2, p);
31 vsyslog(LOG_INFO, s, p2);
33 va_end(p2);
H A Dobscure.c44 static int string_checker_helper(const char *p1, const char *p2) __attribute__ ((__pure__));
46 static int string_checker_helper(const char *p1, const char *p2) argument
49 if (strcasecmp(p1, p2) == 0
51 || strcasestr(p2, p1) != NULL
53 || strcasestr(p1, p2) != NULL)
58 static int string_checker(const char *p1, const char *p2) argument
62 int ret = string_checker_helper(p1, p2);
75 ret |= string_checker_helper(p, p2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/
H A Do_str.h67 int OPENSSL_memcmp(const void *p1, const void *p2, size_t n);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/
H A Do_str.h66 int OPENSSL_memcmp(const void *p1,const void *p2,size_t n);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/
H A Do_str.h67 int OPENSSL_memcmp(const void *p1, const void *p2, size_t n);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/
H A Do_str.h66 int OPENSSL_memcmp(const void *p1,const void *p2,size_t n);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/script/
H A Dinstallmodules.sh23 p2=`basename $p`
24 echo Installing $p as $DESTDIR/$LIBDIR/$p2
26 chmod $INSTALLPERMS $DESTDIR/$LIBDIR/$p2
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/objects/
H A Dobjxref.pl31 my ($xr, $p1, $p2) = /^(\S+)\s+(\S+)\s+(\S+)/;
34 check_oid($p2);
35 $xref_tbl{$xr} = [$p1, $p2, $ln];
79 my ($p1, $p2) = @{$xref_tbl{$_}};
80 print "\t{NID_$xr, NID_$p1, NID_$p2},\n";
93 my ($p1, $p2, $x) = @{$xref_tbl{$_}};
96 next if $p1 eq "undef" || $p2 eq "undef";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/script/
H A Dinstallmodules.sh23 p2=`basename $p`
24 echo Installing $p as $DESTDIR/$LIBDIR/$p2
26 chmod $INSTALLPERMS $DESTDIR/$LIBDIR/$p2
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/torture/rpc/
H A Dalter_context.c32 struct dcerpc_pipe *p, *p2, *p3; local
48 status = dcerpc_secondary_context(p, &p2, &ndr_table_dssetup);
59 ret &= test_DsRoleGetPrimaryDomainInformation(torture, p2);
69 status = dcerpc_alter_context(p, torture, &p2->syntax, &p2->transfer_syntax);
83 ret &= test_DsRoleGetPrimaryDomainInformation(torture, p2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/objects/
H A Dobjxref.pl31 my ($xr, $p1, $p2) = /^(\S+)\s+(\S+)\s+(\S+)/;
34 check_oid($p2);
35 $xref_tbl{$xr} = [$p1, $p2, $ln];
79 my ($p1, $p2) = @{$xref_tbl{$_}};
80 print "\t{NID_$xr, NID_$p1, NID_$p2},\n";
93 my ($p1, $p2, $x) = @{$xref_tbl{$_}};
96 next if $p1 eq "undef" || $p2 eq "undef";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/torture/rpc/
H A Dalter_context.c32 struct dcerpc_pipe *p, *p2, *p3; local
48 status = dcerpc_secondary_context(p, &p2, &ndr_table_dssetup);
59 ret &= test_DsRoleGetPrimaryDomainInformation(torture, p2);
69 status = dcerpc_alter_context(p, torture, &p2->syntax, &p2->transfer_syntax);
83 ret &= test_DsRoleGetPrimaryDomainInformation(torture, p2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/torture/rpc/
H A Dalter_context.c32 struct dcerpc_pipe *p, *p2, *p3; local
48 status = dcerpc_secondary_context(p, &p2, &ndr_table_dssetup);
59 ret &= test_DsRoleGetPrimaryDomainInformation(torture, p2);
69 status = dcerpc_alter_context(p, torture, &p2->syntax, &p2->transfer_syntax);
83 ret &= test_DsRoleGetPrimaryDomainInformation(torture, p2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/script/
H A Dinstallmodules.sh23 p2=`basename $p`
24 echo Installing $p as $DESTDIR/$LIBDIR/$p2
26 chmod $INSTALLPERMS $DESTDIR/$LIBDIR/$p2
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/objects/
H A Dobjxref.pl31 my ($xr, $p1, $p2) = /^(\S+)\s+(\S+)\s+(\S+)/;
34 check_oid($p2);
35 $xref_tbl{$xr} = [$p1, $p2, $ln];
79 my ($p1, $p2) = @{$xref_tbl{$_}};
80 print "\t{NID_$xr, NID_$p1, NID_$p2},\n";
93 my ($p1, $p2, $x) = @{$xref_tbl{$_}};
96 next if $p1 eq "undef" || $p2 eq "undef";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/talloc/
H A Dtestsuite.c132 void *root, *p1, *p2, *ref, *r1; local
138 p2 = talloc_named_const(p1, 1, "p2");
144 ref = talloc_reference(r1, p2);
148 CHECK_BLOCKS("ref1", p2, 1);
151 fprintf(stderr, "Freeing p2\n");
152 talloc_unlink(r1, p2);
156 CHECK_BLOCKS("ref1", p2, 1);
188 void *root, *p1, *p2, *ref, *r1; local
196 p2
243 void *root, *p1, *p2, *ref, *r1; local
282 void *root, *p1, *p2, *ref, *r1; local
332 void *root, *p1, *p2, *ref, *r1; local
382 char *p2; local
536 void *root, *p1, *p2; local
677 void *root, *p1, *p2; local
788 void *root, *p1, *p2, *c1; local
832 void *p1, *p2, *p3; local
851 void *p1, *p2, *p3; local
868 void *p1, *p2, *p3; local
1121 void *p1, *p2, *p3, *p4; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/easycap/
H A Deasycap_testcard.c41 unsigned char bfbar[TESTCARD_BYTESPERLINE / 8], *p1, *p2; local
107 p2 = pfield_buffer->pgo + n;
108 memcpy(p2, p1, much);
375 unsigned char *p2; local
382 p2 = (unsigned char *)(paudio_buffer->pgo);
383 for (i1 = 0; i1 < PAGE_SIZE; i1 += 4, p2 += 4) {
384 *p2 = (unsigned char) (0x00FF & tones[i1/2]);
385 *(p2 + 1) = (unsigned char)((0xFF00 & tones[i1/2]) >> 8);
386 *(p2 + 2) = (unsigned char) (0x00FF & tones[i1/2 + 1]);
387 *(p2
[all...]

Completed in 238 milliseconds

1234567891011>>