Searched refs:strcasecmp (Results 226 - 250 of 369) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dnetrc.c113 else if (!strcasecmp (l->host, host))
H A Dutils.c1168 ? strcasecmp (s, *accepts) : strcmp (s, *accepts);
1225 if (!strcasecmp (suf, "html"))
1227 if (!strcasecmp (suf, "htm"))
1229 if (suf[0] && !strcasecmp (suf + 1, "html"))
H A Dhttp.c255 if (0 == strcasecmp (name, hdr->name))
308 if (0 == strcasecmp (name, hdr->name))
1191 if (0 != strcasecmp (host, pconn.host))
1886 if (0 == strcasecmp (hdrval, "Keep-Alive"))
3351 || !(0 == strcasecmp (last_period_in_local_filename, shortext)
3352 || 0 == strcasecmp (last_period_in_local_filename, ext)))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_rateest.c99 if (strcasecmp(s->name, p) == 0) {
H A Dlibxt_tcp.c91 if (strcasecmp(tcp_flag_names[i].name, ptr) == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibip6t_tcp.c94 if (strcasecmp(tcp_flag_names[i].name, ptr) == 0) {
H A Dlibipt_dccp.c105 if (!strcasecmp(dccp_pkt_types[i], ptr)) {
H A Dlibipt_tcp.c94 if (strcasecmp(tcp_flag_names[i].name, ptr) == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dtftp.c94 if (strcasecmp(buf, option) == 0) {
H A Dhttpd.c1595 if (strcasecmp(iobuf, prequest) != 0) {
1597 if (strcasecmp(iobuf, prequest) != 0)
1601 if (strcasecmp(iobuf, request_GET) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l2tpd-0.69/
H A Dl2tpd.c1111 if (!strcasecmp (lac->entname, tunstr))
1159 if (!strcasecmp (lac->entname, tunstr))
1203 if (!strcasecmp (lac->entname, tunstr))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/compat/
H A DMakefile94 strcasecmp.lo strstr.lo strdup.lo inet_aton.lo rquota_xdr.lo \
312 strcasecmp.c \
379 include ./$(DEPDIR)/strcasecmp.Plo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dupnpsoap.c608 if( strcasecmp(item, "upnp:class") == 0 )
612 else if( strcasecmp(item, "dc:title") == 0 )
617 else if( strcasecmp(item, "dc:date") == 0 )
621 else if( strcasecmp(item, "upnp:originalTrackNumber") == 0 )
625 else if( strcasecmp(item, "upnp:album") == 0 )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-linux.c1472 if (strcasecmp(q, "iface") == 0)
1474 else if (strcasecmp(q, "destination") == 0)
1476 else if (strcasecmp(q, "gateway") == 0)
1478 else if (strcasecmp(q, "flags") == 0)
1480 else if (strcasecmp(q, "mask") == 0)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-linux.c1379 if (strcasecmp(q, "iface") == 0)
1381 else if (strcasecmp(q, "destination") == 0)
1383 else if (strcasecmp(q, "gateway") == 0)
1385 else if (strcasecmp(q, "flags") == 0)
1387 else if (strcasecmp(q, "mask") == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/evhttp/
H A Dhttp.c91 #define strcasecmp _stricmp macro
407 return (connection == NULL || strcasecmp(connection, "keep-alive") != 0);
410 return (connection != NULL && strcasecmp(connection, "close") == 0);
1336 if (strcasecmp(header->key, key) == 0)
1369 if (strcasecmp(header->key, key) == 0)
1565 strcasecmp(connection, "Close") != 0) {
1603 if (xfer_enc != NULL && strcasecmp(xfer_enc, "chunked") == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Dhttp.c93 #define strcasecmp _stricmp macro
406 return (connection == NULL || strcasecmp(connection, "keep-alive") != 0);
409 return (connection != NULL && strcasecmp(connection, "close") == 0);
1330 if (strcasecmp(header->key, key) == 0)
1363 if (strcasecmp(header->key, key) == 0)
1559 strcasecmp(connection, "Close") != 0) {
1597 if (xfer_enc != NULL && strcasecmp(xfer_enc, "chunked") == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A DMakefile.in74 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 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-c-strcasecmp.Po@am__quote@
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ducc_geth.c3683 if (strcasecmp(phy_connection_type, "mii") == 0)
3685 if (strcasecmp(phy_connection_type, "gmii") == 0)
3687 if (strcasecmp(phy_connection_type, "tbi") == 0)
3689 if (strcasecmp(phy_connection_type, "rmii") == 0)
3691 if (strcasecmp(phy_connection_type, "rgmii") == 0)
3693 if (strcasecmp(phy_connection_type, "rgmii-id") == 0)
3695 if (strcasecmp(phy_connection_type, "rgmii-txid") == 0)
3697 if (strcasecmp(phy_connection_type, "rgmii-rxid") == 0)
3699 if (strcasecmp(phy_connection_type, "rtbi") == 0)
3701 if (strcasecmp(phy_connection_typ
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dgconf.c1006 if (!strcasecmp(event->string, "n"))
1008 else if (!strcasecmp(event->string, "m"))
1010 else if (!strcasecmp(event->string, "y"))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/evrtsp/
H A Drtsp.c95 #define strcasecmp _stricmp macro
909 if (strcasecmp(header->key, key) == 0)
942 if (strcasecmp(header->key, key) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/vm/
H A Dslabinfo.c601 if (strcasecmp(opt, "a") == 0) {
992 result = strcasecmp(s1->name, s2->name);
1022 if (strcasecmp(n1, n2) > 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dm_ematch.c114 if (!strcasecmp(namebuf, kind)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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/minidlna/minidlna/
H A Dupnphttp.c1430 if( strcasecmp(key, "width") == 0 )
1434 else if( strcasecmp(key, "height") == 0 )
1438 else if( strcasecmp(key, "rotation") == 0 )
1442 else if( strcasecmp(key, "pixelshape") == 0 )

Completed in 211 milliseconds

1234567891011>>