Searched refs:memcmp (Results 1 – 8 of 8) sorted by relevance
| /include/ |
| D | string.h | 7 int memcmp(const void *b1, const void *b2, size_t len);
|
| /tests/ |
| D | writetest.c | 77 if (memcmp(inbuf, outbuf, sizeof(inbuf)) != 0) { in read()
|
| /sys/kern/ |
| D | libc.c | 149 memcmp(const void *b1, const void *b2, size_t length) in memcmp() function
|
| /lib/libc/ |
| D | string.c | 192 memcmp(const void *b1, const void *b2, size_t length) in memcmp() function
|
| /lib/liblwip/src/include/netif/ |
| D | etharp.h | 212 #define eth_addr_cmp(addr1, addr2) (memcmp((addr1)->addr, (addr2)->addr, ETHARP_HWADDR_LEN) == 0)
|
| /sys/fs/o2fs/ |
| D | o2fs.c | 62 if (memcmp(sb->magic, SUPERBLOCK_MAGIC, 8) != 0) { in O2FS_Mount() 224 if (memcmp(&bn->magic, BNODE_MAGIC, 8) != 0) { in O2FSLoadVNode() 373 if (memcmp(&bn->magic, BNODE_MAGIC, 8) != 0) { in O2FS_GetRoot()
|
| /lib/liblwip/src/netif/ppp/ |
| D | ppp_impl.h | 212 #define BCMP(s0, s1, l) memcmp((u_char *)(s0), (u_char *)(s1), (l))
|
| D | chap.c | 607 if (memcmp (hash, remmd, MD5_SIGNATURE_SIZE) == 0) { in ChapReceiveResponse()
|