Searched refs:strncmp (Results 1 - 25 of 956) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/lib/
H A Dstrncmp.c3 #define strncmp __inline_strncmp macro
5 #undef strncmp macro
7 int strncmp(const char *cs, const char *ct, size_t count) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/unit/
H A Dunit1304.c62 fail_unless(strncmp(login, "me", 2) == 0, "login should not have been changed");
71 fail_unless(strncmp(login, "me", 2) == 0, "login should not have been changed");
81 fail_unless(strncmp(login, "admi", 4) == 0, "login should not have been changed");
91 fail_unless(strncmp(login, "adminn", 6) == 0, "login should not have been changed");
100 fail_unless(strncmp(password, "passwd", 6) == 0,
102 fail_unless(strncmp(login, "admin", 5) == 0, "login should be 'admin'");
111 fail_unless(strncmp(password, "passwd", 6) == 0,
113 fail_unless(strncmp(login, "admin", 5) == 0, "login should be 'admin'");
123 fail_unless(strncmp(password, "none", 4) == 0,
125 fail_unless(strncmp(logi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/prom/
H A Dconsole.c88 if(strncmp(propb, "serial", 6))
98 if (!strncmp(propb, "keyboard", 8))
101 if (!strncmp (propb, "rsc", 3))
104 if (!strncmp (propb, "virtual-console", 3))
107 if (strncmp (propb, "tty", 3) || !propb[3])
129 strncmp("display", propb, sizeof("display")) == 0)
131 if(strncmp("serial", propb, 6))
141 if (!strncmp(propb, "screen", 6))
144 if (!strncmp (propb, "rsc", 3))
147 if (!strncmp (prop
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/lib/
H A Dstrncmp.S1 /* $Id: strncmp.S,v 1.1.1.1 2007-08-03 18:52:19 $
2 * Sparc64 optimized strncmp code.
11 .globl strncmp
12 .type strncmp,#function
13 strncmp: label
32 .size strncmp, .-strncmp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dtagutils-wav.c70 if(strncmp((char*)hdr + 0, "RIFF", 4) ||
71 strncmp((char*)hdr + 8, "WAVE", 4))
110 if(strncmp((char*)&hdr, "fmt ", 4) == 0)
133 else if(strncmp((char*)&hdr, "data", 4) == 0)
139 else if(strncmp((char*)&hdr, "LIST", 4) == 0)
156 strncmp(tags, "INFO", 4) != 0)
175 else if(strncmp(p, "INAM", 4) == 0)
177 else if(strncmp(p, "IALB", 4) == 0 ||
178 strncmp(p, "IPRD", 4) == 0)
180 else if(strncmp(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Deng_fat.c90 if (!strncmp(alg, "ALL", len))
92 else if (!strncmp(alg, "RSA", len))
94 else if (!strncmp(alg, "DSA", len))
96 else if (!strncmp(alg, "DH", len))
98 else if (!strncmp(alg, "RAND", len))
100 else if (!strncmp(alg, "CIPHERS", len))
102 else if (!strncmp(alg, "DIGESTS", len))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/mach-summit/
H A Dmach_mpparse.h29 if (!strncmp(oem, "IBM ENSW", 8) &&
30 (!strncmp(productid, "VIGIL SMP", 9)
31 || !strncmp(productid, "EXA", 3)
32 || !strncmp(productid, "RUTHLESS SMP", 12))){
44 if (!strncmp(oem_id, "IBM", 3) &&
45 (!strncmp(oem_table_id, "SERVIGIL", 8)
46 || !strncmp(oem_table_id, "EXA", 3))){
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_fat.c100 if (!strncmp(alg, "ALL", len))
102 else if (!strncmp(alg, "RSA", len))
104 else if (!strncmp(alg, "DSA", len))
106 else if (!strncmp(alg, "ECDH", len))
108 else if (!strncmp(alg, "ECDSA", len))
110 else if (!strncmp(alg, "DH", len))
112 else if (!strncmp(alg, "RAND", len))
114 else if (!strncmp(alg, "CIPHERS", len))
116 else if (!strncmp(alg, "DIGESTS", len))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dchkhostname.c42 if(strncmp(buff, argv[1], HOSTNAME_MAX)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Dunpack_ar_archive.c14 if (strncmp(magic, "!<arch>", 7) != 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dstrncmp.c39 * strncmp --
42 * PUBLIC: int strncmp __P((const char *, const char *, size_t));
46 strncmp(s1, s2, n) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dfat_free.c55 if((!strncmp(dir->name,". ",8) ||
56 !strncmp(dir->name,".. ",8)) &&
57 !strncmp(dir->ext," ",3)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dprogname.c46 if (strncmp (base, "lt-", 3) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dprogname.c46 if (strncmp (base, "lt-", 3) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dprogname.c46 if (strncmp (base, "lt-", 3) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dprogname.c50 if (strncmp (base, "lt-", 3) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/dsa/
H A Dfips_dssvs.c94 if(!strncmp(buf,"Prime= ",7))
113 if(!strncmp(buf,"[mod = ",7))
115 else if(!strncmp(buf,"N = ",4))
150 if(!strncmp(buf,"[mod = ",7))
152 else if(!strncmp(buf,"N = ",4))
185 if(!strncmp(buf,"[mod = ",7))
196 else if(!strncmp(buf,"Msg = ",6))
228 if(!strncmp(buf,"[mod = ",7))
235 else if(!strncmp(buf,"P = ",4))
237 else if(!strncmp(bu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_redistribute.c225 if (strncmp (argv[0], "sta", 3) == 0)
227 else if (strncmp (argv[0], "ker", 3) == 0)
229 else if (strncmp (argv[0], "con", 3) == 0)
231 else if (strncmp (argv[0], "rip", 3) == 0)
233 else if (strncmp (argv[0], "bgp", 3) == 0)
257 if (strncmp (argv[0], "sta", 3) == 0)
259 else if (strncmp (argv[0], "ker", 3) == 0)
261 else if (strncmp (argv[0], "con", 3) == 0)
263 else if (strncmp (argv[0], "rip", 3) == 0)
265 else if (strncmp (arg
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dxattr.c72 } else if(strncmp(ea_name,CIFS_XATTR_USER_PREFIX,5)
73 && (strncmp(ea_name,CIFS_XATTR_OS2_PREFIX,4))) {
137 } else if(strncmp(ea_name,CIFS_XATTR_USER_PREFIX,5) == 0) {
140 if(strncmp(ea_name,CIFS_XATTR_DOS_ATTRIB,14) == 0) {
147 } else if(strncmp(ea_name, CIFS_XATTR_OS2_PREFIX,4) == 0) {
157 temp = strncmp(ea_name,POSIX_ACL_XATTR_ACCESS,
171 } else if(strncmp(ea_name,POSIX_ACL_XATTR_DEFAULT,strlen(POSIX_ACL_XATTR_DEFAULT)) == 0) {
231 } else if(strncmp(ea_name,CIFS_XATTR_USER_PREFIX,5) == 0) {
235 if(strncmp(ea_name,CIFS_XATTR_DOS_ATTRIB,14) == 0) {
243 } else if(strncmp(ea_nam
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dyuv4mpeg.c208 if (strncmp(header, Y4M_MAGIC, strlen(Y4M_MAGIC))) return -1;
225 if (strncmp("420jpeg",tokstart,7)==0)
227 else if (strncmp("420mpeg2",tokstart,8)==0)
229 else if (strncmp("420paldv", tokstart, 8)==0)
231 else if (strncmp("411", tokstart, 3)==0)
233 else if (strncmp("422", tokstart, 3)==0)
235 else if (strncmp("444alpha", tokstart, 8)==0) {
238 } else if (strncmp("444", tokstart, 3)==0)
240 else if (strncmp("mono",tokstart, 4)==0) {
280 if (strncmp("YSCS
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/vtysh/
H A Dvtysh_config.c168 if (strncmp (line, " address-family vpnv4", strlen (" address-family vpnv4")) == 0)
170 else if (strncmp (line, " address-family ipv4 multicast", strlen (" address-family ipv4 multicast")) == 0)
172 else if (strncmp (line, " address-family ipv6", strlen (" address-family ipv6")) == 0)
183 if (strncmp (line, "interface", strlen ("interface")) == 0)
185 else if (strncmp (line, "router rip", strlen ("router rip")) == 0)
187 else if (strncmp (line, "router ospf", strlen ("router ospf")) == 0)
189 else if (strncmp (line, "router bgp", strlen ("router bgp")) == 0)
191 else if (strncmp (line, "router", strlen ("router")) == 0)
193 else if (strncmp (line, "route-map", strlen ("route-map")) == 0)
195 else if (strncmp (lin
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_dump.c742 if (strncmp (argv[0], "h", 1) == 0)
744 else if (strncmp (argv[0], "d", 1) == 0)
746 else if (strncmp (argv[0], "ls-r", 4) == 0)
748 else if (strncmp (argv[0], "ls-u", 4) == 0)
750 else if (strncmp (argv[0], "ls-a", 4) == 0)
752 else if (strncmp (argv[0], "a", 1) == 0)
762 if (strncmp (argv[1], "s", 1) == 0)
764 else if (strncmp (argv[1], "r", 1) == 0)
766 else if (strncmp (argv[1], "d", 1) == 0)
772 if (strncmp (arg
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dpci-dma.c238 if (!strncmp(p,"off",3))
241 if (!strncmp(p,"force",5))
243 if (!strncmp(p,"noforce",7)) {
248 if (!strncmp(p, "biomerge",8)) {
253 if (!strncmp(p, "panic",5))
255 if (!strncmp(p, "nopanic",7))
257 if (!strncmp(p, "merge",5)) {
261 if (!strncmp(p, "nomerge",7))
263 if (!strncmp(p, "forcesac",8))
265 if (!strncmp(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/printing/
H A Dprint_svid.c61 if(!strncmp("for ", ++tmp, 4)) {
75 if(!strncmp("remote to", tmp, 9))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dcompare_string_array.c45 if (strncmp(string_array[i], key, len) == 0) {
61 if (strncmp(strings, key, len) == 0) {

Completed in 275 milliseconds

1234567891011>>