Searched refs:memcmp (Results 1 - 25 of 1338) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dmemcmp.c34 * $Id: memcmp.c,v 12.7 2008/01/08 20:58:08 bostic Exp $
42 * memcmp --
45 * PUBLIC: int memcmp __P((const void *, const void *, size_t));
49 memcmp(s1, s2, n) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-snprintf.c55 ASSERT (memcmp (buf, "12345", size - 1) == 0);
61 ASSERT (memcmp (buf + size, "DEADBEEF" + size, 8 - size) == 0);
66 ASSERT (memcmp (buf, "12345\0EF", 8) == 0);
H A Dtest-gettimeofday.c36 if (memcmp (lt, &saved_lt, sizeof (struct tm)) != 0)
H A Dtest-vsnprintf.c68 ASSERT (memcmp (buf, "12345", size - 1) == 0);
74 ASSERT (memcmp (buf + size, "DEADBEEF" + size, 8 - size) == 0);
79 ASSERT (memcmp (buf, "12345\0EF", 8) == 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/mod/
H A Dmk_elfconfig.c19 if (memcmp(ei, ELFMAG, SELFMAG) != 0) {
51 if (memcmp(endian_test.c, "\x01\x02", 2) == 0)
53 else if (memcmp(endian_test.c, "\x02\x01", 2) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Dmemcmp.S3 .global __memcmp, memcmp
5 memcmp: label
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dacl.h22 !memcmp(GFS2_POSIX_ACL_ACCESS, (name), (len)))
26 !memcmp(GFS2_POSIX_ACL_DEFAULT, (name), (len)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dprogname.c44 if (base - argv0 >= 7 && memcmp (base - 7, "/.libs/", 7) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/cio/
H A Dschid.h23 return !memcmp(schid1, schid2, sizeof(struct subchannel_id));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dstring.h25 extern int memcmp(const void *,const void *,__kernel_size_t);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dprogname.c44 if (base - argv0 >= 7 && memcmp (base - 7, "/.libs/", 7) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dprogname.c44 if (base - argv0 >= 7 && memcmp (base - 7, "/.libs/", 7) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Dlinux_swap.c54 if (memcmp(buf, "SWAP-SPACE", 10) == 0) {
59 if (memcmp(buf, "SWAPSPACE2", 10) == 0) {
65 if (memcmp(buf, "S1SUSPEND", 9) == 0) {
71 if (memcmp(buf, "ULSUSPEND", 9) == 0) {
H A Dudf.c81 if (memcmp(vsd->id, "NSR02", 5) == 0)
83 if (memcmp(vsd->id, "NSR03", 5) == 0)
85 if (memcmp(vsd->id, "BEA01", 5) == 0)
87 if (memcmp(vsd->id, "BOOT2", 5) == 0)
89 if (memcmp(vsd->id, "CD001", 5) == 0)
91 if (memcmp(vsd->id, "CDW02", 5) == 0)
93 if (memcmp(vsd->id, "TEA03", 5) == 0)
121 if (memcmp(vsd->id, "NSR02", 5) == 0)
123 if (memcmp(vsd->id, "NSR03", 5) == 0)
H A Diso9660.c70 if (memcmp(is->id, "CD001", 5) == 0) {
90 if (memcmp(is->escape_sequences, "%/@", 3) == 0||
91 memcmp(is->escape_sequences, "%/C", 3) == 0||
92 memcmp(is->escape_sequences, "%/E", 3) == 0) {
95 if (memcmp(id->label, svd_label, 16) == 0) {
112 if (memcmp(hs->id, "CDROM", 5) == 0) {
H A Dcramfs.c54 if (memcmp(cs->magic, "\x45\x3d\xcd\x28", 4) == 0 || memcmp(cs->magic, "\x28\xcd\x3d\x45", 4) == 0) {
H A Dreiserfs.c70 if (memcmp(rs->magic, "ReIsErFs", 8) == 0) {
75 if (memcmp(rs->magic, "ReIsEr2Fs", 9) == 0) {
80 if (memcmp(rs->magic, "ReIsEr3Fs", 9) == 0) {
87 if (memcmp(rs4->magic, "ReIsEr4", 7) == 0) {
101 if (memcmp(rs->magic, "ReIsErFs", 8) == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dprogname.c48 if (base - argv0 >= 7 && memcmp (base - 7, "/.libs/", 7) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/partitions/
H A Datari.c28 return memcmp (s, "GEM", 3) == 0 || memcmp (s, "BGM", 3) == 0 ||
29 memcmp (s, "LNX", 3) == 0 || memcmp (s, "SWP", 3) == 0 ||
30 memcmp (s, "RAW", 3) == 0 ;
74 if (memcmp (pi->id, "XGM", 3) != 0) {
110 if (memcmp( xrs->part[1].id, "XGM", 3 ) != 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/rsa/
H A Dfips_rsa_selftest.c189 if(i != clen || memcmp(ctext,expected_ctext,i))
194 if(!memcmp(ctext,original_ptext,i))
203 if(i != 128 || memcmp(ptext,original_ptext,i))
223 if(memcmp(md,mdkat,SHA_DIGEST_LENGTH))
232 if(i != clen || memcmp(ctextkat,ctext,i))
241 if(i != sizeof(md) || memcmp(mdkat,md,i))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/lib/
H A Dmemcmp.S1 /* $Id: memcmp.S,v 1.1.1.1 2007-08-03 18:52:19 $
2 * Sparc64 optimized memcmp code.
10 .globl __memcmp, memcmp
12 memcmp: label
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dosport.h25 # define bcmp(S1,S2,LEN) ((memcmp(S2, S1, LEN)==0)?0:1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-aac.c126 if(!memcmp(current_atom, "\xA9" "nam", 4))
128 else if(!memcmp(current_atom, "\xA9" "ART", 4) ||
129 !memcmp(current_atom, "\xA9" "art", 4))
131 else if(!memcmp(current_atom, "\xA9" "alb", 4))
133 else if(!memcmp(current_atom, "\xA9" "cmt", 4))
135 else if(!memcmp(current_atom, "\xA9" "dir", 4))
137 else if(!memcmp(current_atom, "\xA9" "wrt", 4))
139 else if(!memcmp(current_atom, "\xA9" "grp", 4))
141 else if(!memcmp(current_atom, "\xA9" "gen", 4))
143 else if(!memcmp(current_ato
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dtagutils-aac.c125 if(!memcmp(current_atom, "\xA9" "nam", 4))
127 else if(!memcmp(current_atom, "\xA9" "ART", 4) ||
128 !memcmp(current_atom, "\xA9" "art", 4))
130 else if(!memcmp(current_atom, "\xA9" "alb", 4))
132 else if(!memcmp(current_atom, "\xA9" "cmt", 4))
134 else if(!memcmp(current_atom, "\xA9" "dir", 4))
136 else if(!memcmp(current_atom, "\xA9" "wrt", 4))
138 else if(!memcmp(current_atom, "\xA9" "grp", 4))
140 else if(!memcmp(current_atom, "\xA9" "gen", 4))
142 else if(!memcmp(current_ato
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dtagutils-aac.c126 if(!memcmp(current_atom, "\xA9" "nam", 4))
128 else if(!memcmp(current_atom, "\xA9" "ART", 4) ||
129 !memcmp(current_atom, "\xA9" "art", 4))
131 else if(!memcmp(current_atom, "\xA9" "alb", 4))
133 else if(!memcmp(current_atom, "\xA9" "cmt", 4))
135 else if(!memcmp(current_atom, "\xA9" "dir", 4))
137 else if(!memcmp(current_atom, "\xA9" "wrt", 4))
139 else if(!memcmp(current_atom, "\xA9" "grp", 4))
141 else if(!memcmp(current_atom, "\xA9" "gen", 4))
143 else if(!memcmp(current_ato
[all...]

Completed in 126 milliseconds

1234567891011>>