Searched refs:strcasecmp (Results 276 - 300 of 369) sorted by relevance

<<1112131415

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dapps.c1361 if (!strcasecmp(arg, "none"))
1363 else if (!strcasecmp(arg, "copy"))
1365 else if (!strcasecmp(arg, "copyall"))
1447 if (!strcasecmp(arg, ptbl->name)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dmacio_asic.c281 if (dev->media_bay != NULL && strcasecmp(np->name, "ata4") == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dapps.c1361 if (!strcasecmp(arg, "none"))
1363 else if (!strcasecmp(arg, "copy"))
1365 else if (!strcasecmp(arg, "copyall"))
1447 if (!strcasecmp(arg, ptbl->name)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-i801.c658 if (strcasecmp(name, dmi_devices[i].name))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dmconf.c1057 if (!strcasecmp(mode, "single_menu"))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dfdisk_sun.c211 if (*sun_drives[i].vendor && strcasecmp(sun_drives[i].vendor, vendor))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_conntrack.c484 if (strcasecmp(cb->arg, "ORIGINAL") == 0) {
487 } else if (strcasecmp(cb->arg, "REPLY") == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A DMakefile.in264 strcasecmp.c \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dread_config_yy.y1175 if (strcasecmp($2, "rr") == 0) {
1177 } else if (strcasecmp($2, "fifo") == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_conntrack.c491 if (strcasecmp(cb->arg, "ORIGINAL") == 0) {
494 } else if (strcasecmp(cb->arg, "REPLY") == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A DMakefile.in609 stdio.in.h stdlib.in.h strcasecmp.c strncasecmp.c \
639 quotearg.c realloc.c stdio-write.c strcasecmp.c strncasecmp.c \
722 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcasecmp.Po@am__quote@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-ui/
H A Davahi-ui.c468 (avahi_domain_equal(d->priv->service_type, type) && strcasecmp(d->priv->service_name, name) == 0)) {
500 found = _interface == interface && _protocol == protocol && strcasecmp(_name, name) == 0 && avahi_domain_equal(_type, type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-ui/
H A Davahi-ui.c468 (avahi_domain_equal(d->priv->service_type, type) && strcasecmp(d->priv->service_name, name) == 0)) {
500 found = _interface == interface && _protocol == protocol && strcasecmp(_name, name) == 0 && avahi_domain_equal(_type, type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dgl_getline.c48 # define strcasecmp _stricmp macro
1821 return (strcasecmp(
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dwxchar.cpp131 (strcasecmp(cur_locale + strlen(cur_locale) - 4, "utf8")) ||
132 (strcasecmp(cur_locale + strlen(cur_locale) - 5, "utf-8"))) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/uvc/
H A Duvc_driver.c1928 if (strcasecmp(val, "monotonic") == 0)
1930 else if (strcasecmp(val, "realtime") == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A DMakefile.in130 c-ctype.$(OBJEXT) c-strcasecmp.$(OBJEXT) \
531 c-ctype.c c-strcase.h c-strcasecmp.c c-strncasecmp.c \
H A DMakefile130 c-ctype.$(OBJEXT) c-strcasecmp.$(OBJEXT) \
531 c-ctype.c c-strcase.h c-strcasecmp.c c-strncasecmp.c \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dftp.c2065 * and strcasecmp().) Converting to "if" changes the
2071 = opt.ignore_case ? strcasecmp : (int (*)())strcmp;
2074 = opt.ignore_case ? strcasecmp : strcmp;
H A Dcmpt.c52 /* strcasecmp and strncasecmp apparently originated with BSD 4.4.
65 strcasecmp (const char *s1, const char *s2)
64 strcasecmp (const char *s1, const char *s2) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Di7core_edac.c871 if (!strcasecmp(data, "any") || !strcasecmp(data, "any\n"))\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A DMakefile.gnulib65 libgnu_la_SOURCES += c-strcase.h c-strcasecmp.c c-strncasecmp.c
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dwxchar.h843 #define wxStricmp strcasecmp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dauth.c635 if ( 0 == (strcasecmp(obj->username, obj->options.guest)) ) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dnconf.c1508 if (!strcasecmp(mode, "single_menu"))

Completed in 217 milliseconds

<<1112131415