Searched refs:memcmp (Results 26 - 50 of 1338) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dutil.c57 if ( !memcmp(&rdnss->AdvRDNSSAddr1, addr, sizeof(struct in6_addr))
58 || !memcmp(&rdnss->AdvRDNSSAddr2, addr, sizeof(struct in6_addr))
59 || !memcmp(&rdnss->AdvRDNSSAddr3, addr, sizeof(struct in6_addr)) )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Dstring.h15 extern int memcmp(const void *s1, const void *s2, size_t n);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/lib/
H A DMakefile8 checksum.o memcpy.o memset.o memcmp.o memchr.o memmove.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dprefix.h97 #define IPV4_ADDR_CMP(D,S) memcmp ((D), (S), IPV4_MAX_BYTELEN)
98 #define IPV4_ADDR_SAME(D,S) (memcmp ((D), (S), IPV4_MAX_BYTELEN) == 0)
108 #define IPV6_ADDR_CMP(D,S) memcmp ((D), (S), IPV6_MAX_BYTELEN)
109 #define IPV6_ADDR_SAME(D,S) (memcmp ((D), (S), IPV6_MAX_BYTELEN) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dnamei.h55 return !memcmp(name, de->name, len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/uuid/
H A Dcompare.c54 return memcmp(uuid1.node, uuid2.node, 6);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dfgets_str.c44 && memcmp(&linebuf[end_string_offset], terminating_string, term_length) == 0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/smbd/
H A Dsec_ctx_utils.c63 return memcmp(actual_groups, groups, actual_ngroups *
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dmbchar.h190 ? memcmp ((mbc1).ptr, (mbc2).ptr, (mbc1).bytes) \
192 ? (memcmp ((mbc1).ptr, (mbc2).ptr, (mbc1).bytes) > 0 ? 1 : -1) \
193 : (memcmp ((mbc1).ptr, (mbc2).ptr, (mbc2).bytes) >= 0 ? 1 : -1)))
202 ? memcmp ((mbc1).ptr, (mbc2).ptr, (mbc1).bytes) \
204 ? (memcmp ((mbc1).ptr, (mbc2).ptr, (mbc1).bytes) > 0 ? 1 : -1) \
205 : (memcmp ((mbc1).ptr, (mbc2).ptr, (mbc2).bytes) >= 0 ? 1 : -1)))
210 && memcmp ((mbc1).ptr, (mbc2).ptr, (mbc1).bytes) == 0)
215 && memcmp ((mbc1).ptr, (mbc2).ptr, (mbc1).bytes) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dformat-c-3-prg.c65 && memcmp (s, c1, strlen (c1)) == 0
66 && memcmp (s + strlen (s) - strlen (c2), c2, strlen (c2)) == 0))
H A Dformat-c-4-prg.c65 && memcmp (s, c1, strlen (c1)) == 0
66 && memcmp (s + strlen (s) - strlen (c2), c2, strlen (c2)) == 0))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/aes/
H A Dfips_aes_selftest.c90 if(memcmp(buf,tests[n].ciphertext,sizeof buf))
104 if(memcmp(buf,tests[n].plaintext,sizeof buf))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dcmp_bitmaps.c40 (memcmp(bm1->bitmap, bm2->bitmap,
62 (memcmp(bm1->bitmap, bm2->bitmap,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dmbchar.h190 ? memcmp ((mbc1).ptr, (mbc2).ptr, (mbc1).bytes) \
192 ? (memcmp ((mbc1).ptr, (mbc2).ptr, (mbc1).bytes) > 0 ? 1 : -1) \
193 : (memcmp ((mbc1).ptr, (mbc2).ptr, (mbc2).bytes) >= 0 ? 1 : -1)))
202 ? memcmp ((mbc1).ptr, (mbc2).ptr, (mbc1).bytes) \
204 ? (memcmp ((mbc1).ptr, (mbc2).ptr, (mbc1).bytes) > 0 ? 1 : -1) \
205 : (memcmp ((mbc1).ptr, (mbc2).ptr, (mbc2).bytes) >= 0 ? 1 : -1)))
210 && memcmp ((mbc1).ptr, (mbc2).ptr, (mbc1).bytes) == 0)
215 && memcmp ((mbc1).ptr, (mbc2).ptr, (mbc1).bytes) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Dlvm.c57 if (memcmp(lvm->id, LVM1_MAGIC, 2) != 0)
85 if (memcmp(lvm->id, LVM2_LABEL_ID, 8) == 0)
H A Dfat.c284 if (memcmp(vs->sysid, "NTFS", 4) == 0)
288 if (memcmp(vs->type.fat32.magic, "MSWIN", 5) == 0)
291 if (memcmp(vs->type.fat32.magic, "FAT32 ", 8) == 0)
294 if (memcmp(vs->type.fat.magic, "FAT16 ", 8) == 0)
297 if (memcmp(vs->type.fat.magic, "MSDOS", 5) == 0)
300 if (memcmp(vs->type.fat.magic, "FAT12 ", 8) == 0)
396 if (fnlen > 0 && memcmp(filename, "NO NAME ", 11) != 0) {
399 } else if (memcmp(vs->type.fat.label, "NO NAME ", 11) != 0) {
413 if (memcmp(fsinfo->signature1, "\x52\x52\x61\x41", 4) != 0)
415 if (memcmp(fsinf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/share/grabbag/
H A Dpicture.c118 if(obj->data.picture.data_length >= 8 && 0 == memcmp(obj->data.picture.data, "\x89PNG\x0d\x0a\x1a\x0a", 8))
120 else if(obj->data.picture.data_length >= 6 && (0 == memcmp(obj->data.picture.data, "GIF87a", 6) || 0 == memcmp(obj->data.picture.data, "GIF89a", 6)))
122 else if(obj->data.picture.data_length >= 2 && 0 == memcmp(obj->data.picture.data, "\xff\xd8", 2))
135 if(len < 8 || memcmp(data, "\x89PNG\x0d\x0a\x1a\x0a", 8))
142 if(0 == memcmp(data+4, "IHDR", 4) && clen == 13) {
169 else if(need_palette && 0 == memcmp(data+4, "PLTE", 4)) {
183 if(len < 2 || memcmp(data, "\xff\xd8", 2))
240 if(memcmp(data, "GIF87a", 6) && memcmp(dat
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dforeign_metadata.c32 #include <string.h> /* for memcmp() etc. */
97 if(fread(buffer, 1, 12, f) < 12 || memcmp(buffer, "FORM", 4) || (memcmp(buffer+8, "AIFF", 4) && memcmp(buffer+8, "AIFC", 4))) {
120 if(!memcmp(buffer, "COMM", 4)) {
131 else if(!memcmp(buffer, "SSND", 4)) {
152 if(!append_block_(fm, offset, 8 + (memcmp(buffer, "SSND", 4)? size : 8 + fm->ssnd_offset_size), error))
182 if(fread(buffer, 1, 12, f) < 12 || memcmp(buffer, "RIFF", 4) || memcmp(buffer+8, "WAVE", 4)) {
205 if(!memcmp(buffe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Damr.c71 if(memcmp(p->buf,AMR_header,5)==0)
92 if(memcmp(header,AMR_header,6)!=0)
95 if(memcmp(header,AMRWB_header,9)!=0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dhash-common.c86 if ( memcmp (digest, expect, expectlen) )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rsa/
H A Drsa_test.c256 if (num != plen || memcmp(ptext, ptext_ex, num) != 0)
282 if (num != plen || memcmp(ptext, ptext_ex, num) != 0)
287 else if (memcmp(ctext, ctext_ex, num) == 0)
299 if (num != plen || memcmp(ptext, ptext_ex, num) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Drsa_test.c256 if (num != plen || memcmp(ptext, ptext_ex, num) != 0)
282 if (num != plen || memcmp(ptext, ptext_ex, num) != 0)
287 else if (memcmp(ctext, ctext_ex, num) == 0)
299 if (num != plen || memcmp(ptext, ptext_ex, num) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A Drsa_test.c258 if (num != plen || memcmp(ptext, ptext_ex, num) != 0)
284 if (num != plen || memcmp(ptext, ptext_ex, num) != 0)
289 else if (memcmp(ctext, ctext_ex, num) == 0)
301 if (num != plen || memcmp(ptext, ptext_ex, num) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A DMakefile8 strlen.o checksum.o blockops.o memscan.o memcmp.o strncmp.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Drsa_test.c258 if (num != plen || memcmp(ptext, ptext_ex, num) != 0)
284 if (num != plen || memcmp(ptext, ptext_ex, num) != 0)
289 else if (memcmp(ctext, ctext_ex, num) == 0)
301 if (num != plen || memcmp(ptext, ptext_ex, num) != 0)

Completed in 310 milliseconds

1234567891011>>