Searched refs:strcasecmp (Results 101 - 125 of 369) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dvconfig.c58 while (strcasecmp(str, table+1) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/sysklogd/
H A Dlogger.c46 if (!strcasecmp(name, c->c_name)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dsysincludes.h57 * for strcasecmp. On most other architectures, it's string.h which seems
304 # define wcscasecmp strcasecmp
447 int strcasecmp(const char *s1, const char *s2);
521 int strcasecmp();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Ddict.c340 if (strcasecmp (attr->name, attrname) == 0)
352 if (strcasecmp (attr->name, attrname) == 0) {
378 if (strcasecmp (val->name, valname) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Diri.c135 if (!opt.locale || !strcasecmp (opt.locale, "utf-8"))
336 if (charset && !strcasecmp (i->uri_encoding, charset))
353 if (charset && !strcasecmp (i->content_encoding, charset))
H A Dmswindows.h73 /* We have strcasecmp and strncasecmp, just under different names. */
75 # define strcasecmp stricmp macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dcbe_regs.c56 if (strcasecmp(np->type, "spe")) {
73 } while (strcasecmp(tmp_np->type, "cpu") &&
74 strcasecmp(tmp_np->type, "be"));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dcolor.c135 if (!strcasecmp(value, "never"))
137 if (!strcasecmp(value, "always"))
139 if (!strcasecmp(value, "auto"))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/
H A Dwinbind.c404 } else if (strcasecmp(message, "Authenticated") == 0) {
405 if (strcasecmp(parameter, "Yes") == 0) {
411 } else if (strcasecmp(message, "User-session-key") == 0) {
420 } else if (strcasecmp(message, "Error") == 0) {
424 } else if (strcasecmp(message, "Authentication-Error") == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dscan-wma.c635 if(strcasecmp(descriptor_name,"wm/genre")==0) {
639 } else if(strcasecmp(descriptor_name,"wm/albumtitle")==0) {
643 } else if(strcasecmp(descriptor_name,"wm/track")==0) {
645 } else if(strcasecmp(descriptor_name,"wm/shareduserrating")==0) {
655 } else if(strcasecmp(descriptor_name,"wm/tracknumber")==0) {
657 } else if(strcasecmp(descriptor_name,"wm/year")==0) {
659 } else if(strcasecmp(descriptor_name,"wm/composer")==0) {
674 } else if(strcasecmp(descriptor_name,"wm/albumartist")==0) {
680 } else if(strcasecmp(descriptor_name,"author") == 0) {
686 } else if(strcasecmp(descriptor_nam
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dtcpdump.c53 extern int strcasecmp (const char *__s1, const char *__s2);
992 if (strcasecmp(optarg, "vat") == 0)
994 else if (strcasecmp(optarg, "wb") == 0)
996 else if (strcasecmp(optarg, "rpc") == 0)
998 else if (strcasecmp(optarg, "rtp") == 0)
1000 else if (strcasecmp(optarg, "rtcp") == 0)
1002 else if (strcasecmp(optarg, "snmp") == 0)
1004 else if (strcasecmp(optarg, "cnfp") == 0)
1006 else if (strcasecmp(optarg, "tftp") == 0)
1008 else if (strcasecmp(optar
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dpf.c237 if (!strcasecmp (line, "[clients accept]"))
242 else if (!strcasecmp (line, "[clients drop]"))
247 else if (!strcasecmp (line, "[subnets accept]"))
252 else if (!strcasecmp (line, "[subnets drop]"))
257 else if (!strcasecmp (line, "[end]"))
259 else if (allow_kill && !strcasecmp (line, "[kill]"))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dsafe_string.h51 * strcasecmp/strncasecmp aren't an error, but it means you're not thinking about
54 #ifdef strcasecmp
55 #undef strcasecmp macro
57 #define strcasecmp __ERROR__XX__NEVER_USE_STRCASECMP__; macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Dfiles.c83 if (!strcasecmp("yes", line))
85 else if (!strcasecmp("no", line))
231 if (!strcasecmp(token, keywords[i].keyword))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Dfiles.c62 if (!strcasecmp("yes", line))
64 else if (!strcasecmp("no", line))
210 if (!strcasecmp(token, keywords[i].keyword))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_pkttype.c68 if(strcasecmp(pkttype, supported_types[i].name)==0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l2tpd-0.69/
H A Daaa.c201 if ((!strcasecmp (u, us) || !strcasecmp (u, "*")) &&
202 (!strcasecmp (t, them) || !strcasecmp (t, "*")))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dwin_db.h68 #define strcasecmp _stricmp macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dutil.h23 # define ISTRCMP strcasecmp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dbftpdutmp.c24 if ((!strcasecmp(filename, "none")) || (!filename[0]))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dmachvec.c34 if (strcasecmp(name, mv->mv_name) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dstring.h51 extern int strcasecmp(const char *s1, const char *s2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/xz/
H A Dsuffix.c17 # define strcmp strcasecmp
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_pkttype.c68 if(strcasecmp(pkttype, supported_types[i].name)==0)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibipt_pkttype.c78 if(strcasecmp(pkttype, supported_types[i].name)==0)

Completed in 190 milliseconds

1234567891011>>