Searched refs:strcasecmp (Results 51 - 75 of 369) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/compat/avisynth/windowsPorts/
H A Dwindows2linux.h60 #define lstrcmpi strcasecmp
61 #define _stricmp strcasecmp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dconffile.c166 if (strcasecmp(value, "fatal") == 0)
168 else if (strcasecmp(value, "log") == 0)
170 else if (strcasecmp(value, "warning") == 0)
172 else if (strcasecmp(value, "info") == 0)
174 else if (strcasecmp(value, "debug") == 0)
176 else if (strcasecmp(value, "spam") == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dlogin.c256 if (strcasecmp (config_getoption ("LOG_WTMP"), "no"))
328 if (!strcasecmp (config_getoption ("DATAPORT20"), "yes"))
356 if (strcasecmp (config_getoption ("ANONYMOUS_USER"), "yes")
357 && !strcasecmp (user, "anonymous"))
379 if (!strcasecmp (anonymous, "yes"))
473 if (strcasecmp ((char *) config_getoption ("RATIO"), "none"))
489 if (!strcasecmp (config_getoption ("RESOLVE_UIDS"), "yes"))
569 if (strcasecmp (config_getoption ("DO_CHROOT"), "no"))
625 if (!strcasecmp (config_getoption ("DO_CHROOT"), "yes"))
674 if (!strcasecmp (config_getoptio
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_ipvs.c80 if (strcasecmp(cb->arg, "ORIGINAL") == 0) {
83 } else if (strcasecmp(cb->arg, "REPLY") == 0) {
92 if (strcasecmp(cb->arg, "GATE") == 0)
94 else if (strcasecmp(cb->arg, "IPIP") == 0)
96 else if (strcasecmp(cb->arg, "MASQ") == 0)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_ipvs.c80 if (strcasecmp(cb->arg, "ORIGINAL") == 0) {
83 } else if (strcasecmp(cb->arg, "REPLY") == 0) {
92 if (strcasecmp(cb->arg, "GATE") == 0)
94 else if (strcasecmp(cb->arg, "IPIP") == 0)
96 else if (strcasecmp(cb->arg, "MASQ") == 0)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dudev_utils_string.c35 if (strcasecmp(str, "true") == 0)
37 if (strcasecmp(str, "yes") == 0)
39 if (strcasecmp(str, "1") == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-common/
H A Ddomain.c246 if (strcasecmp(ca, cb))
299 if (strcasecmp(label, "_tcp") && strcasecmp(label, "_udp"))
332 if (strcasecmp(label, "_sub"))
356 if (strcasecmp(label, "_tcp") && strcasecmp(label, "_udp"))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Ddomain.c246 if (strcasecmp(ca, cb))
299 if (strcasecmp(label, "_tcp") && strcasecmp(label, "_udp"))
332 if (strcasecmp(label, "_sub"))
356 if (strcasecmp(label, "_tcp") && strcasecmp(label, "_udp"))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwinbind_nss_irix.c514 if (strcasecmp(map,"passwd.byuid") == 0) {
517 } else if (strcasecmp(map,"passwd.byname") == 0) {
522 } else if (strcasecmp(map,"group.byname") == 0) {
527 } else if (strcasecmp(map,"group.bygid") == 0) {
530 } else if (strcasecmp(map,"hosts.byname") == 0) {
534 } else if (strcasecmp(map,"hosts.byaddr") == 0) {
587 if (strcasecmp(map,"passwd.byname") == 0) {
605 } else if (strcasecmp(map,"group.byname") == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Db_inmem.c313 if (strcasecmp(argv[0], "read") == 0) {
320 } else if (strcasecmp(argv[0], "bulk") == 0) {
339 } else if (strcasecmp(argv[0], "write") == 0) {
346 } else if (strcasecmp(argv[0], "txn-read") == 0) {
353 } else if (strcasecmp(argv[0], "txn-write") == 0) {
368 } else if (strcasecmp(argv[0], "txn-nosync") == 0) {
375 } else if (strcasecmp(argv[0], "txn-write-nosync") == 0) {
386 } else if (strcasecmp(argv[0], "txn-sync") == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_inmem.c312 if (strcasecmp(argv[0], "read") == 0) {
319 } else if (strcasecmp(argv[0], "bulk") == 0) {
338 } else if (strcasecmp(argv[0], "write") == 0) {
345 } else if (strcasecmp(argv[0], "txn-read") == 0) {
352 } else if (strcasecmp(argv[0], "txn-write") == 0) {
367 } else if (strcasecmp(argv[0], "txn-nosync") == 0) {
374 } else if (strcasecmp(argv[0], "txn-write-nosync") == 0) {
385 } else if (strcasecmp(argv[0], "txn-sync") == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dcharset.c180 if ( strcasecmp(_(charset_title),_(charset_trans_array[i].charset_title)) == 0 )
195 if ( strcasecmp(charset_name,charset_trans_array[i].charset_name) == 0 )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/fsl/
H A Dmpc8610_hpcd.c250 if (strcasecmp(sprop, "i2s-slave") == 0) {
268 } else if (strcasecmp(sprop, "i2s-master") == 0) {
272 } else if (strcasecmp(sprop, "lj-slave") == 0) {
276 } else if (strcasecmp(sprop, "lj-master") == 0) {
280 } else if (strcasecmp(sprop, "rj-slave") == 0) {
284 } else if (strcasecmp(sprop, "rj-master") == 0) {
288 } else if (strcasecmp(sprop, "ac97-slave") == 0) {
292 } else if (strcasecmp(sprop, "ac97-master") == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dclib_ext.h68 int strcasecmp __P((const char *, const char *));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Du_decodeurl.c186 if (strcasecmp(semi, ";type=i") == 0) {
190 } else if (strcasecmp(semi, ";type=a") == 0) {
194 } else if (strcasecmp(semi, ";type=b") == 0) {
198 } else if (strcasecmp(semi, ";type=d") == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/win/bmed/
H A Dsyshdrs.h45 # define strcasecmp _stricmp macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/netkit-ftp-0.18-pre1/ftp/
H A Druserpass.c117 if (strcasecmp(host, tokval) == 0)
119 if (strcasecmp(hostname, tokval) == 0)
122 strcasecmp(tmp, mydomain) == 0 &&
127 strcasecmp(tmp, mydomain) == 0 &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/
H A Dconfig-msvc.h90 #define strcasecmp _stricmp macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstring.in.h111 extern int strcasecmp (char const *s1, char const *s2);
114 /* strcasecmp() does not work with multibyte strings:
117 # undef strcasecmp macro
118 # define strcasecmp(a,b) \ macro
119 (GL_LINK_WARNING ("strcasecmp cannot work correctly on character strings " \
125 strcasecmp (a, b))
438 Unlike strcasecmp(), this function works correctly in multibyte locales. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstring.in.h111 extern int strcasecmp (char const *s1, char const *s2);
114 /* strcasecmp() does not work with multibyte strings:
117 # undef strcasecmp macro
118 # define strcasecmp(a,b) \ macro
119 (GL_LINK_WARNING ("strcasecmp cannot work correctly on character strings " \
125 strcasecmp (a, b))
438 Unlike strcasecmp(), this function works correctly in multibyte locales. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A Dcode.c192 if (strcasecmp(p, "double") == 0)
194 else if (strcasecmp(p, "index") == 0)
196 else if (strcasecmp(p, "string") == 0)
198 else if (strcasecmp(p, "unsigned_long") == 0)
H A Dload_main.c57 if (strcasecmp(optarg, "excel") == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/msdos/
H A Dconfig.h126 #define strcasecmp stricmp macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dprom.h29 #define of_prop_cmp(s1, s2) strcasecmp((s1), (s2))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstring.in.h111 extern int strcasecmp (char const *s1, char const *s2);
114 /* strcasecmp() does not work with multibyte strings:
117 # undef strcasecmp macro
118 # define strcasecmp(a,b) \ macro
119 (GL_LINK_WARNING ("strcasecmp cannot work correctly on character strings " \
125 strcasecmp (a, b))
438 Unlike strcasecmp(), this function works correctly in multibyte locales. */

Completed in 149 milliseconds

1234567891011>>