Searched refs:memcmp (Results 76 - 100 of 206) sorted by relevance

123456789

/barrelfish-2018-10-04/lib/libc/gen/
H A Dpututxline.c97 if (memcmp(fu->fu_id, fe.fu_id, sizeof(fe.fu_id)) ==
159 if (memcmp(fu->fu_id, fe.fu_id, sizeof(fe.fu_id)) != 0)
H A Dfmtmsg.c215 if (len1 == len2 && memcmp(msgcomp, p, len1) == 0)
H A Dgetutxent.c186 if (memcmp(fu.fu_id, id->ut_id,
H A Dreadpassphrase.c149 if (memcmp(&term, &oterm, sizeof(term)) != 0) {
/barrelfish-2018-10-04/lib/libc/iconv/
H A Dbsd_iconv.c230 for (; (i < sz) && (memcmp(curkey, list[i], strlen(curkey)) == 0); i++) {
289 *i = (srclen == strlen(dst)) && !memcmp(convname, dst, srclen);
/barrelfish-2018-10-04/lib/lua/src/
H A Dlstring.c38 (memcmp(getstr(a), getstr(b), len) == 0)); /* equal contents */
143 (memcmp(str, getstr(ts), l * sizeof(char)) == 0)) {
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rsa/
H A Drsa_sign.c188 if((i != SSL_SIG_LENGTH) || memcmp(s, m, SSL_SIG_LENGTH))
256 (memcmp(m,sig->digest->data,m_len) != 0))
/barrelfish-2018-10-04/lib/acpica/source/components/utilities/
H A Dutclib.c143 * FUNCTION: memcmp
171 * FUNCTION: memcmp
184 memcmp ( function
598 if (memcmp (String1, String2, Length) == 0)
/barrelfish-2018-10-04/usr/tests/multihoptest/
H A Dmultihoptest.c193 if (memcmp(s, longstr, strlen(longstr)) || (arg != 42)) {
225 if (memcmp(buf, longstr, strlen(longstr)) || (buflen != strlen(longstr))) {
/barrelfish-2018-10-04/lib/openssl-1.0.0d/test/
H A Digetest.c212 if(memcmp(v->out, buf, v->length))
229 if(memcmp(v->out, buf, v->length))
266 if(memcmp(v->out, buf, v->length))
317 if(memcmp(checktext, plaintext, TEST_SIZE))
339 if(memcmp(checktext, plaintext, TEST_SIZE))
364 if(memcmp(checktext, plaintext, TEST_SIZE))
420 if(memcmp(checktext, plaintext, TEST_SIZE))
H A Ddhtest.c189 if ((aout < 4) || (bout != aout) || (memcmp(abuf,bbuf,aout) != 0))
/barrelfish-2018-10-04/lib/libc/tests/locale/
H A Dwcsrtombs_test.c78 ATF_REQUIRE(memcmp(dstbuf, "hell", 4) == 0);
/barrelfish-2018-10-04/lib/libc/tests/stdio/
H A Dopen_memstream2_test.c125 else if (memcmp(buf, zerobuf, sizeof(zerobuf)) != 0)
/barrelfish-2018-10-04/lib/lwip2/src/apps/socket_examples/
H A Dsocket_examples.c56 LWIP_ASSERT("buf1 fail", !memcmp((sets)->buf1, cmpbuf, 8)); \
57 LWIP_ASSERT("buf2 fail", !memcmp((sets)->buf2, cmpbuf, 8)); \
58 LWIP_ASSERT("buf3 fail", !memcmp((sets)->buf3, cmpbuf, 8)); \
59 LWIP_ASSERT("buf4 fail", !memcmp((sets)->buf4, cmpbuf, 8)); \
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/dh/
H A Ddhtest.c189 if ((aout < 4) || (bout != aout) || (memcmp(abuf,bbuf,aout) != 0))
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/pkcs12/
H A Dp12_mutl.c122 || memcmp (mac, p12->mac->dinfo->digest->data, maclen)) return 0;
/barrelfish-2018-10-04/lib/acpica/source/components/executer/
H A Dexmisc.c511 * memcmp to handle nulls in buffers.
518 Compare = memcmp (Operand0->Buffer.Pointer,
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Dd1_enc.c255 if ((memcmp(s->s3->read_sequence,
/barrelfish-2018-10-04/usr/drivers/ioat_dma/
H A Dmain.c49 assert(memcmp(arg, arg + BUFFER_SIZE, BUFFER_SIZE) == 0);
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/rxspencer/
H A Dregexec.c76 #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0)
/barrelfish-2018-10-04/usr/pci/
H A Dpci_msix.c39 if (!memcmp(addr, &ctx->addr, sizeof(*addr))) {
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Dmulticast.c137 ret = memcmp(mgid->raw, group->rec.mgid.raw, sizeof *mgid);
162 ret = memcmp(group->rec.mgid.raw, cur_group->rec.mgid.raw,
259 memcmp(&src->port_gid, &dst->port_gid, sizeof src->port_gid))
506 if (!memcmp(&mgid0, &group->rec.mgid, sizeof mgid0)) {
534 is_mgid0 = !memcmp(&mgid0, mgid, sizeof mgid0);
/barrelfish-2018-10-04/usr/drivers/solarflair/sfxge/common/
H A Defx_nic.c580 if (memcmp(&reg, &buf, sizeof (reg))) {
595 if (memcmp(&reg, &buf, sizeof (reg))) {
658 if (memcmp(&reg, &buf, sizeof (reg))) {
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mlx4/
H A Dmcg.c165 ret = memcmp(mgid->raw, group->rec.mgid.raw, sizeof *mgid);
189 ret = memcmp(group->rec.mgid.raw, cur_group->rec.mgid.raw,
447 nzgroup = memcmp(&group->rec.mgid, &mgid0, sizeof mgid0);
548 if (memcmp(&group->rec.mgid, &mgid0, sizeof mgid0)) {
752 if (memcmp(new_mgid, &mgid0, sizeof mgid0)) {
813 is_mgid0 = !memcmp(&mgid0, mgid, sizeof mgid0);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/evp/
H A Dbio_ok.c503 ret= memcmp(&(ctx->buf[ctx->buf_off]), tmp, md->digest->md_size) == 0;
561 if(memcmp(&(ctx->buf[tl+ OK_BLOCK_BLOCK]), tmp, md->digest->md_size) == 0)

Completed in 154 milliseconds

123456789