Search | Google it | Results 1 - 2 of 2 for funcall:memcmp (0.00 seconds) |
318: readMem(stepPt.addr, &code, n, 2); 319: if (memcmp(&code, &sbpCode.b[n], n) == 0) { 320: if (pc == stepPt.addr) bpflg = 0x100;
240: #define IN6_ARE_ADDR_EQUAL(a, b) \ 241: (memcmp(&(a)->s6_addr[0], &(b)->s6_addr[0], sizeof(struct in6_addr)) == 0) 242: #endif