memcmp            532 src/dps8/dps8_crdpun.c         if (memcmp(matrix, &glyph_char_patterns[pattern], CHAR_MATRIX_BYTES) == 0)
memcmp           1025 src/dps8/dps8_crdpun.c     if (tally == WORDS_PER_CARD && memcmp (card_buffer, eodCard, sizeof (eodCard)) == 0)
memcmp           1030 src/dps8/dps8_crdpun.c     if (tally == WORDS_PER_CARD && memcmp (card_buffer, bannerCard, sizeof (bannerCard)) == 0)
memcmp            525 src/dps8/dps8_ins.c             if (memcmp (words, rewrite_table[i].was, 8*sizeof (word36)) == 0)
memcmp            626 src/dps8/udplib.c             (0 == memcmp (ai->ai_addr, ai_validate->ai_addr, ai->ai_addrlen))) {
memcmp            660 src/dps8/uthash.h # define HASH_KEYCMP(a,b,len) memcmp(a,b,len)
memcmp           6772 src/simh/scp.c if (0 == memcmp (cptr, "\xEF\xBB\xBF", 3))              /* Skip/ignore UTF8_BOM */
memcmp           9286 src/simh/scp.c                 if (memcmp (exp->buf, &ep->match[ep->size-exp->buf_ins], exp->buf_ins))
memcmp           9298 src/simh/scp.c             if (memcmp (&exp->buf[exp->buf_size-(ep->size-exp->buf_ins)], ep->match, ep->size-exp->buf_ins))
memcmp           9312 src/simh/scp.c             if (memcmp (&exp->buf[exp->buf_ins-ep->size], ep->match, ep->size))
memcmp           9475 src/simh/scp.c if (0 == memcmp("SCPE_", gbuf, 5))
memcmp           9871 src/simh/scp.c             if ((i > 0) && (0 == memcmp (&data[i], &data[i-16], 16))) {
memcmp            595 src/simh/sim_sock.c                 (0 == memcmp (ai->ai_addr, aiv->ai_addr, ai->ai_addrlen))) {
memcmp           1019 src/simh/sim_sock.c       if (0 == memcmp("::ffff:", *connectaddr, 7))      /* is this a IPv4-mapped IPv6 address? */
memcmp           1093 src/simh/sim_sock.c if (0 == memcmp("::ffff:", hostnamebuf, 7))        /* is this a IPv4-mapped IPv6 address? */