Searched refs:strcasecmp (Results 251 - 275 of 369) sorted by relevance

<<1112131415

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dupnphttp.c1611 if( strcasecmp(key, "width") == 0 )
1615 else if( strcasecmp(key, "height") == 0 )
1619 else if( strcasecmp(key, "rotation") == 0 )
1624 else if( strcasecmp(key, "pixelshape") == 0 )
H A Dminidlna.c471 return ((strcasecmp(str, "yes") == 0) ||
472 (strcasecmp(str, "true") == 0) ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Dstrlst.c387 if (strcasecmp((char*) l->text, key) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dprint_cups.c580 if ( strcasecmp (pr->p_name, listptr->p_name) == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dapps.c1186 if (!strcasecmp(arg, "none"))
1188 else if (!strcasecmp(arg, "copy"))
1190 else if (!strcasecmp(arg, "copyall"))
1271 if(!strcasecmp(arg, ptbl->name)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/grabbag/
H A Dcuesheet.c206 #define FLAC__STRCASECMP strcasecmp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dhash.c698 return !strcasecmp ((const char *)s1, (const char *)s2);
H A Dcookies.c516 if (0 == strcasecmp (cookie_domain, host))
855 && 0 != strcasecmp (host, cookie->domain))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/qe_lib/
H A Dqe.c240 if (strcasecmp(source, "none") == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dmconf.c817 if (!strcasecmp(mode, "single_menu"))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A DMakefile74 test-c-ctype$(EXEEXT) test-c-strcasecmp$(EXEEXT) \
288 test_c_strcasecmp_SOURCES = test-c-strcasecmp.c
289 test_c_strcasecmp_OBJECTS = test-c-strcasecmp.$(OBJEXT)
464 test-c-strcasecmp.c test-c-strcasestr.c test-c-strncasecmp.c \
479 test-c-strcasecmp.c test-c-strcasestr.c test-c-strncasecmp.c \
976 test-c-strcase.sh test-c-strcasecmp.c test-c-strncasecmp.c \
1108 test-c-strcasecmp$(EXEEXT): $(test_c_strcasecmp_OBJECTS) $(test_c_strcasecmp_DEPENDENCIES)
1109 @rm -f test-c-strcasecmp$(EXEEXT)
1251 include ./$(DEPDIR)/test-c-strcasecmp.Po
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/applets/
H A Dapplets.c209 * resort to cascading ifs with multiple strcasecmp calls.
213 if (strcasecmp(s, "SUID") == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dmconf.c640 if (!strcasecmp(mode, "single_menu"))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/
H A Dconfmisc.c105 if (strcasecmp(b[k].str, ascii) == 0)
162 if (strcasecmp(snd_ctl_elem_iface_name(idx), ascii) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/
H A Dpcm.c832 if (!strcasecmp(transfer_methods[method].name, optarg))
841 if (!strcasecmp(format_name, optarg))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Diface.c661 if (strcasecmp((char*) l->text, i->hardware->name) == 0)
667 if (strcasecmp((char*) l->text, i->hardware->name) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Diface.c655 if (strcasecmp((char*) l->text, i->hardware->name) == 0)
661 if (strcasecmp((char*) l->text, i->hardware->name) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dncftp.h118 # ifndef strcasecmp
119 # define strcasecmp _stricmp macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dlistbox.cpp260 int ret = strcasecmp(gtk_tree_entry_get_collate_key(entry),
290 int ret = strcasecmp(keycollatekey,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/
H A Dcharcnv.c143 if (ret && strcasecmp(ret, "LOCALE") == 0) {
203 if ( strcasecmp(name, charset_name(c1)) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dhttp.c628 if (temp && (!strcasecmp(temp, ".fla") || !strcasecmp(temp, ".flac")))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A DMakefile609 stdio.in.h stdlib.in.h strcasecmp.c strncasecmp.c \
639 quotearg.c realloc.c stdio-write.c strcasecmp.c strncasecmp.c \
722 include ./$(DEPDIR)/strcasecmp.Po
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dgconf.c1084 if (!strcasecmp(event->string, "n"))
1086 else if (!strcasecmp(event->string, "m"))
1088 else if (!strcasecmp(event->string, "y"))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-utils/
H A Davahi-browse.c134 strcasecmp(i->name, name) == 0 &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A Davahi-browse.c134 strcasecmp(i->name, name) == 0 &&

Completed in 319 milliseconds

<<1112131415