Searched refs:memcmp (Results 1 - 25 of 1295) sorted by relevance

1234567891011>>

/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dbcmp.c20 extern int memcmp(const void *, const void *, size_t);
25 return memcmp (s1, s2, count);
H A Dmemcmp.c0 /* memcmp -- compare two memory regions.
6 @deftypefn Supplemental int memcmp (const void *@var{x}, const void *@var{y}, size_t @var{count})
22 memcmp (const PTR str1, const PTR str2, size_t count) function
H A Dvsnprintf.c113 VERIFY (status==8 && memcmp (buf, "foobar:9\0XXXXX\0", 15) == 0);
117 VERIFY (status==8 && memcmp (buf, "foobar:9\0XXXXX\0", 15) == 0);
121 VERIFY (status==8 && memcmp (buf, "foobar:\0XXXXXX\0", 15) == 0);
125 VERIFY (status==8 && memcmp (buf, "foobar\0XXXXXXX\0", 15) == 0);
129 VERIFY (status==8 && memcmp (buf, "fooba\0XXXXXXXX\0", 15) == 0);
133 VERIFY (status==8 && memcmp (buf, "f\0XXXXXXXXXXXX\0", 15) == 0);
137 VERIFY (status==8 && memcmp (buf, "\0XXXXXXXXXXXXX\0", 15) == 0);
141 VERIFY (status==8 && memcmp (buf, "XXXXXXXXXXXXXX\0", 15) == 0);
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dmemcmp.c28 NoN(memcmp)
33 memcmp(const void* ab1, const void* ab2, size_t n)
/macosx-10.10/BerkeleyDB-21/db/clib/
H A Dmemcmp.c34 * $Id: memcmp.c,v 12.7 2008/01/08 20:58:08 bostic Exp $
42 * memcmp --
45 * PUBLIC: int memcmp __P((const void *, const void *, size_t));
49 memcmp(s1, s2, n) function
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Regressions/otr/
H A Dotr-otrdh.c55 ok(0 == memcmp(aliceMessageKeys[0], bobMessageKeys[1], sizeof(aliceMessageKeys[0])), "Mac Keys don't match!!");
56 ok(0 == memcmp(aliceMessageKeys[1], bobMessageKeys[0], sizeof(aliceMessageKeys[1])), "Mac Keys don't match!!");
57 ok(0 == memcmp(aliceMacKeys[0], bobMacKeys[1], sizeof(aliceMacKeys[0])), "Mac Keys don't match!!");
58 ok(0 == memcmp(aliceMacKeys[1], bobMacKeys[0], sizeof(aliceMacKeys[1])), "Mac Keys don't match!!");
/macosx-10.10/ruby-106/ruby/missing/
H A Dmemcmp.c1 /* public domain rewrite of memcmp(3) */
7 memcmp(const void *s1, const void *s2, size_t len) function
H A Disinf.c65 return memcmp(&n, &pinf, sizeof n) == 0
66 || memcmp(&n, &ninf, sizeof n) == 0;
/macosx-10.10/tcl-105/tcl/tcl/compat/
H A Dmemcmp.c2 * memcmp.c --
4 * Source code for the "memcmp" library routine.
11 * RCS: @(#) $Id: memcmp.c,v 1.4 2007/01/22 09:15:50 dkf Exp $
20 int memcmp(CONST VOID *s1, CONST VOID *s2, size_t n);
26 * memcmp --
43 memcmp(
42 memcmp( function
/macosx-10.10/tcl-105/tcl84/tcl/compat/
H A Dmemcmp.c2 * memcmp.c --
4 * Source code for the "memcmp" library routine.
11 * SCCS: @(#) memcmp.c 1.2 98/01/19 10:48:58
22 int memcmp _ANSI_ARGS_((CONST VOID *s1,
29 * memcmp --
47 memcmp(s1, s2, n)
46 memcmp(s1, s2, n) function
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Drc2test.c135 if (memcmp(t, tests[i].cipher, 8) != 0) {
140 if (memcmp(t, tests[i].plain, 8) != 0) {
152 if (memcmp(out_iv, t, 8) != 0)
155 if (memcmp(out, cbc_out_data, 32) != 0) {
163 if (memcmp(cbc_in_data, out, 32) != 0) {
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/ccOpensslCompat/
H A DccOpensslCompat.cpp60 if(memcmp(digestOS, digestCC, 16)) {
77 if(memcmp(digestOS, digestCC, 16)) {
94 if(memcmp(digestOS, digestCC, 16)) {
111 if(memcmp(digestOS, digestCC, 20)) {
128 if(memcmp(digestOS, digestCC, 28)) {
145 if(memcmp(digestOS, digestCC, 32)) {
162 if(memcmp(digestOS, digestCC, 48)) {
179 if(memcmp(digestOS, digestCC, 64)) {
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/mech/
H A Dgss_oid_equal.c57 return memcmp(a->elements, b->elements, a->length) == 0;
/macosx-10.10/libiconv-42/libiconv/srclib/
H A Dprogname.c48 if (base - argv0 >= 7 && memcmp (base - 7, "/.libs/", 7) == 0)
/macosx-10.10/uucp-11/uucp/lib/
H A Dmemcmp.c0 /* memcmp.c
7 memcmp (p1arg, p2arg, c) function
/macosx-10.10/CommonCrypto-60061/test/CommonCrypto/
H A DCommonRandom.c118 ok(memcmp(buf1, buf2, len), "Buffers aren't the same");
119 ok(memcmp(buf3, buf4, len), "Buffers aren't the same");
120 ok(memcmp(buf2, buf3, len), "Buffers aren't the same");
121 ok(memcmp(buf5, buf6, len), "Buffers aren't the same");
122 ok(memcmp(buf5, buf2, len), "Buffers aren't the same");
123 ok(memcmp(buf6, buf1, len), "Buffers aren't the same");
124 ok(memcmp(buf7, buf1, len), "Buffers aren't the same");
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dder_cmp.c41 return memcmp(p->components,
52 return memcmp(p->data, q->data, p->length);
77 i = memcmp(p->data, q->data, p->length / 8);
99 return memcmp(p->data, q->data, p->length);
107 return memcmp(p->data, q->data, q->length * sizeof(q->data[0]));
116 return memcmp(p->data, q->data, q->length * sizeof(q->data[0]));
/macosx-10.10/OpenSSH-189/osslshim/heimdal-asn1/
H A Dasn1-der_cmp.c63 return memcmp(p->components,
74 return memcmp(p->data, q->data, p->length);
98 i = memcmp(p->data, q->data, p->length / 8);
120 return memcmp(p->data, q->data, p->length);
128 return memcmp(p->data, q->data, q->length * sizeof(q->data[0]));
137 return memcmp(p->data, q->data, q->length * sizeof(q->data[0]));
/macosx-10.10/apr-32/apr-util/apr-util/test/
H A Dtestuuid.c32 memcmp(&uuid, &uuid2, sizeof(uuid)) == 0);
45 memcmp(&uuid, &uuid2, sizeof(uuid)) != 0);
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-cip.c76 if (memcmp(rfcllc, p, sizeof(rfcllc))==0 && caplen < RFC1483LLC_LEN) {
84 if (memcmp(rfcllc, p, sizeof(rfcllc)) == 0) {
/macosx-10.10/Security-57031.1.35/Security/include/securityd_client/
H A Dssblob.cpp67 return (memcmp(blobSignature, clearPubKeySig,
/macosx-10.10/Security-57031.1.35/Security/libsecurityd/lib/
H A Dssblob.cpp67 return (memcmp(blobSignature, clearPubKeySig,
/macosx-10.10/ksh-23/ksh/src/lib/libast/string/
H A Dswapop.c52 if (!memcmp(internal, swapmem(op, external, tmp, z), z))
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/library/store/XOTclSdbm/
H A Dtune.h17 #define memcmp(s1,s2,n) bcmp(s1,s2,n) macro
/macosx-10.10/diskdev_cmds-576/fstyp.tproj/
H A Dfstyp_udf.c114 int retval = memcmp(vsd->id, "BEA01", 5)==0 ||
115 memcmp(vsd->id, "BOOT2", 5)==0 ||
116 memcmp(vsd->id, "NSR02", 5)==0 ||
117 memcmp(vsd->id, "NSR03", 5)==0 ||
118 memcmp(vsd->id, "TEA01", 5)==0 ||
119 memcmp(vsd->id, "CDW02", 5)==0 ||
120 memcmp(vsd->id, "CD001", 5)==0;
168 memcmp(vsd->id, "BEA01", 5) == 0 &&
196 memcmp(vsd->id, "TEA01", 5) == 0 &&
200 } else if (memcmp(vs
[all...]

Completed in 299 milliseconds

1234567891011>>