Searched refs:strcasecmp (Results 1 - 25 of 369) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_config.c86 if (strcasecmp(s, argv[0]) == 0) { \
101 if (strcasecmp(s, argv[0]) == 0) { \
143 if (strcasecmp(argv[0], "rep_set_clockskew") == 0) {
152 if (strcasecmp(argv[0], "rep_set_config") == 0) {
155 if (strcasecmp(argv[1], "db_rep_conf_bulk") == 0)
158 if (strcasecmp(argv[1], "db_rep_conf_delayclient") == 0)
161 if (strcasecmp(argv[1], "db_rep_conf_lease") == 0)
164 if (strcasecmp(argv[1], "db_rep_conf_noautoinit") == 0)
167 if (strcasecmp(argv[1], "db_rep_conf_nowait") == 0)
169 if (strcasecmp(arg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/lbl/
H A Dos-solaris2.h30 int strcasecmp(const char *, const char *);
H A Dos-ultrix4.h39 int strcasecmp(const char *, const char *);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dstrings.in.h45 extern int strcasecmp (char const *s1, char const *s2);
48 /* strcasecmp() does not work with multibyte strings:
51 # undef strcasecmp macro
52 # define strcasecmp(a,b) \ macro
53 (GL_LINK_WARNING ("strcasecmp cannot work correctly on character strings " \
59 strcasecmp (a, b))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-c-strcase.sh4 ./test-c-strcasecmp${EXEEXT} || exit 1
10 LC_ALL=$LOCALE_FR ./test-c-strcasecmp${EXEEXT} locale || exit 1
17 LC_ALL=$LOCALE_TR_UTF8 ./test-c-strcasecmp${EXEEXT} locale || exit 1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-c-strcase.sh4 ./test-c-strcasecmp${EXEEXT} || exit 1
10 LC_ALL=$LOCALE_FR ./test-c-strcasecmp${EXEEXT} locale || exit 1
17 LC_ALL=$LOCALE_TR_UTF8 ./test-c-strcasecmp${EXEEXT} locale || exit 1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/include/curl/
H A Dstdcheaders.h30 int strcasecmp(const char *, const char *);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db_codegen/
H A Dcode_parse.c80 if (strcasecmp(argv[0], "environment") == 0) {
100 if (strcasecmp(argv[0], "home") == 0) {
107 if (strcasecmp(argv[0], "cachesize") == 0) {
118 if (strcasecmp(argv[0], "private") == 0) {
128 if (strcasecmp(argv[0], "database") == 0) {
159 if (strcasecmp(argv[0], "custom") == 0) {
165 if (strcasecmp(argv[0], "dupsort") == 0) {
171 if (strcasecmp(argv[0], "extentsize") == 0) {
178 if (strcasecmp(argv[0], "key_type") == 0) {
185 if (strcasecmp(arg
[all...]
H A Ddb_codegen.c48 if (strcasecmp(optarg, "c") == 0) {
52 strcasecmp(optarg, "c++") == 0 ||
53 strcasecmp(optarg, "cxx") == 0)
55 else if (strcasecmp(optarg, "java") == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/lbl/
H A Dos-ultrix4.h39 int strcasecmp(const char *, const char *);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/compat/
H A DMakefile.am9 strcasecmp.c \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/vlan/
H A Dvconfig.c119 if (strcasecmp(cmd, "set_name_type") == 0) {
120 if (strcasecmp(argv[2], "VLAN_PLUS_VID") == 0) {
123 else if (strcasecmp(argv[2], "VLAN_PLUS_VID_NO_PAD") == 0) {
126 else if (strcasecmp(argv[2], "DEV_PLUS_VID") == 0) {
129 else if (strcasecmp(argv[2], "DEV_PLUS_VID_NO_PAD") == 0) {
185 if (strcasecmp(cmd, "add") == 0) {
192 else if (strcasecmp(cmd, "rem") == 0) {
199 else if (strcasecmp(cmd, "set_egress_map") == 0) {
206 else if (strcasecmp(cmd, "set_ingress_map") == 0) {
213 else if (strcasecmp(cm
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/intl/
H A Dos2compat.h39 #define strcasecmp stricmp macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dos2compat.h39 #define strcasecmp stricmp macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/selinux/
H A Dsetenforce.c33 if (strcasecmp(argv[1], setenforce_cmd[i]) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_RATEEST.c57 if (strcasecmp(p, "s") == 0 || strcasecmp(p, "sec")==0 ||
58 strcasecmp(p, "secs")==0)
60 else if (strcasecmp(p, "ms") == 0 || strcasecmp(p, "msec")==0 ||
61 strcasecmp(p, "msecs") == 0)
63 else if (strcasecmp(p, "us") == 0 || strcasecmp(p, "usec")==0 ||
64 strcasecmp(p, "usecs") == 0)
H A Dlibxt_AUDIT.c35 if (strcasecmp(cb->arg, "accept") == 0)
37 else if (strcasecmp(cb->arg, "drop") == 0)
39 else if (strcasecmp(cb->arg, "reject") == 0)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_RATEEST.c57 if (strcasecmp(p, "s") == 0 || strcasecmp(p, "sec")==0 ||
58 strcasecmp(p, "secs")==0)
60 else if (strcasecmp(p, "ms") == 0 || strcasecmp(p, "msec")==0 ||
61 strcasecmp(p, "msecs") == 0)
63 else if (strcasecmp(p, "us") == 0 || strcasecmp(p, "usec")==0 ||
64 strcasecmp(p, "usecs") == 0)
H A Dlibxt_AUDIT.c35 if (strcasecmp(cb->arg, "accept") == 0)
37 else if (strcasecmp(cb->arg, "drop") == 0)
39 else if (strcasecmp(cb->arg, "reject") == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dmissing-string.c46 strcasecmp( const char *a, const char *b ) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dmissing-string.c46 strcasecmp( const char *a, const char *b ) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dtc_util.c146 if (strcasecmp(s->name, p) == 0) {
222 if (strcasecmp(p, "s") == 0 || strcasecmp(p, "sec")==0 ||
223 strcasecmp(p, "secs")==0)
225 else if (strcasecmp(p, "ms") == 0 || strcasecmp(p, "msec")==0 ||
226 strcasecmp(p, "msecs") == 0)
228 else if (strcasecmp(p, "us") == 0 || strcasecmp(p, "usec")==0 ||
229 strcasecmp(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/tagutils/
H A Dtagutils-plist.c49 if(strcasecmp(type, "m3u") == 0)
51 else if(strcasecmp(type, "pls") == 0)
107 if(strcasecmp(type, "m3u") == 0)
131 if(strcasecmp(type, "pls") == 0)
150 else if(strcasecmp(type, "m3u") == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dtivo_beacon.c191 if( strcasecmp( scp, "tivoconnect" ) == 0 )
193 else if( strcasecmp( scp, "swversion" ) == 0 )
195 else if( strcasecmp( scp, "method" ) == 0 )
197 else if( strcasecmp( scp, "identity" ) == 0 )
199 else if( strcasecmp( scp, "machine" ) == 0 )
201 else if( strcasecmp( scp, "platform" ) == 0 )
203 else if( strcasecmp( scp, "services" ) == 0 )
214 if( strcasecmp( machine, b->machine ) == 0 ||
215 strcasecmp( identity, b->identity ) == 0 )
291 if( strcasecmp( metho
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dtivo_beacon.c197 if( strcasecmp(scp, "tivoconnect") == 0 )
199 else if( strcasecmp(scp, "method") == 0 )
201 else if( strcasecmp(scp, "identity") == 0 )
203 else if( strcasecmp(scp, "machine") == 0 )
205 else if( strcasecmp(scp, "platform") == 0 )
207 else if( strcasecmp(scp, "services") == 0 )
226 if( strcasecmp(machine, b->machine) == 0 ||
227 strcasecmp(identity, b->identity) == 0 )
279 if( strcasecmp(method, "broadcast") == 0 )

Completed in 167 milliseconds

1234567891011>>