Searched refs:strcasecmp (Results 176 - 200 of 369) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Dss.c2412 if (strcasecmp(state, "close") == 0 ||
2413 strcasecmp(state, "closed") == 0)
2415 if (strcasecmp(state, "syn-rcv") == 0)
2417 if (strcasecmp(state, "established") == 0)
2419 if (strcasecmp(state, "all") == 0)
2421 if (strcasecmp(state, "connected") == 0)
2423 if (strcasecmp(state, "synchronized") == 0)
2425 if (strcasecmp(state, "bucket") == 0)
2427 if (strcasecmp(state, "big") == 0)
2430 if (strcasecmp(stat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dvmszip.c213 #define strcasecmp( s1, s2) strncasecmp( s1, s2, UINT_MAX) macro
621 strcasecmp((c+ 1- DIR_TYPE_VER_LEN), DIR_TYPE_VER))
1063 if (strcasecmp( (nn = n+ strlen( n)- DIR_TYPE_VER_LEN), DIR_TYPE_VER))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-howl/include/salt/
H A Dplatform.h220 # define sw_strcasecmp(ARG1, ARG2) strcasecmp(ARG1, ARG2)
246 # define sw_strcasecmp(ARG1, ARG2) strcasecmp(ARG1, ARG2)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/include/salt/
H A Dplatform.h220 # define sw_strcasecmp(ARG1, ARG2) strcasecmp(ARG1, ARG2)
246 # define sw_strcasecmp(ARG1, ARG2) strcasecmp(ARG1, ARG2)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Doptions.c166 if (!strcasecmp(str, "global{\n")) {
200 if (!strcasecmp(opt->name, name))
H A Ddirlist.c143 if (!strcasecmp(getoption_user("ALLOWCOMMAND_LIST"), "yes"))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dlogger.c154 if (strcasecmp(logtype, arr_logtype_strings[typenum]) == 0)
166 if (strcasecmp(loglevel, arr_loglevel_strings[levelnum]) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Drecur.c569 && 0 == strcasecmp (u->host, start_url_parsed->host)
620 if (!opt.spanhost && 0 != strcasecmp (parent->host, u->host))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dmisc.c339 if (strcasecmp(okv->name, name) == 0)
367 if (strcasecmp(okv->name, name) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A DMakefile.gnulib134 libgettextlib_la_SOURCES += c-strcase.h c-strcasecmp.c c-strncasecmp.c
/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/
H A Drules.c307 if (!strcasecmp(condition->value, "set"))
310 if (!strcasecmp(condition->value, "unset"))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_dccp.c90 if (!strcasecmp(dccp_pkt_types[i], ptr)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-misc.c96 if(!strcasecmp(iconv_map[cp].lang, lang))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dutils.c44 return (strcasecmp(end, needle) ? 0 : 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/tagutils/
H A Dtagutils-misc.c101 if(!strcasecmp(iconv_map[cp].lang, lang))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db_codegen/
H A Dcode_capi.c560 if (strcasecmp(t_db->key_type, cur_db->key_type) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmmove.c198 if(!strcasecmp(mp->shortname, arg->fromname)){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dsyshdrs.h49 # define strcasecmp _stricmp macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dv3nametest.c274 int samename = strcasecmp(nameincert, *pname) == 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bpalogin/
H A Dbpalogin.h93 #define strcasecmp stricmp macro
H A Dunixmain.c255 if( strcasecmp( optarg, "stdout" ) == 0 )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A Dutil.c259 v = strcasecmp(*(char **)a, b);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtriostr.c71 # define strcasecmp(x,y) stricmp(x,y) macro
77 # define strcasecmp(x,y) _stricmp(x,y) macro
79 # define strcasecmp(x,y) strcmpi(x,y) macro
405 return (0 == strcasecmp(first, second));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/pppoatm/
H A Dtext2atm.c203 if (!strcasecmp(here,text)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dv3nametest.c274 int samename = strcasecmp(nameincert, *pname) == 0;

Completed in 152 milliseconds

1234567891011>>