Searched refs:strcasecmp (Results 151 - 175 of 369) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Dclib_port.h236 #define strcasecmp __db_Cstrcasecmp macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Dclib_port.h236 #define strcasecmp __db_Cstrcasecmp macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Dclib_port.h238 #define strcasecmp __db_Cstrcasecmp macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Dclib_port.h238 #define strcasecmp __db_Cstrcasecmp macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/lbl/
H A Dos-sunos4.h171 int strcasecmp(const char *, const char *);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Dclib_port.h238 #define strcasecmp __db_Cstrcasecmp macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Dclib_port.h238 #define strcasecmp __db_Cstrcasecmp macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dutil.h30 # define ISTRCMP strcasecmp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/
H A De_os.h701 # define strcasecmp _stricmp macro
704 /* VMS below version 7.0 doesn't have strcasecmp() */
706 # define strcasecmp OPENSSL_strcasecmp macro
710 # define strcasecmp stricmp macro
715 # define strcasecmp stricmp macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dhtmltitle.cpp45 #define COMPARE(a, b) (!strcasecmp((a), (b)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/
H A De_os.h701 # define strcasecmp _stricmp macro
704 /* VMS below version 7.0 doesn't have strcasecmp() */
706 # define strcasecmp OPENSSL_strcasecmp macro
710 # define strcasecmp stricmp macro
715 # define strcasecmp stricmp macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Dcm109.c856 if (!strcasecmp(phone, "kip1000")) {
860 } else if (!strcasecmp(phone, "gtalk")) {
864 } else if (!strcasecmp(phone, "usbph01")) {
868 } else if (!strcasecmp(phone, "atcom")) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dprogress.c422 if (!strcasecmp (params, "default"))
430 else if (!strcasecmp (params, "binary"))
438 else if (!strcasecmp (params, "mega"))
446 else if (!strcasecmp (params, "giga"))
H A Dftp-basic.c1052 else if (!strcasecmp (request, "VMS"))
1054 else if (!strcasecmp (request, "UNIX"))
1056 else if (!strcasecmp (request, "WINDOWS_NT")
1057 || !strcasecmp (request, "WINDOWS2000"))
1059 else if (!strcasecmp (request, "MACOS"))
1061 else if (!strcasecmp (request, "OS/400"))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dlpar.c630 if (strcasecmp(parm, "no") == 0 || strcasecmp(parm, "off") == 0) {
639 if (strcasecmp(parm, "yes") == 0 || strcasecmp(parm, "on") == 0)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dtune2fs.c713 if ((strcasecmp(new_UUID, "null") == 0) ||
714 (strcasecmp(new_UUID, "clear") == 0)) {
716 } else if (strcasecmp(new_UUID, "time") == 0) {
718 } else if (strcasecmp(new_UUID, "random") == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/loginutils/
H A Dpasswd.c110 if (strcasecmp(opt_a, "des") != 0) /* -a */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dcommands.c166 if (!strcasecmp(config_getoption("DATAPORT20"), "yes")) {
175 if (!strcasecmp(config_getoption("DATAPORT20"), "yes"))
325 if (all_no_password && (strcasecmp(config_getoption("ADMIN_PROTECT"), "yes")))
367 if (!strcasecmp(config_getoption("ANONYMOUS_USER"), "yes") && (strcasecmp(config_getoption("ADMIN_PROTECT"), "yes")))
833 if ( !strcasecmp( config_getoption("ALLOWCOMMAND_DELE"), "no") )
1230 if ( ( strlen(my_temp) == 3) && (! strcasecmp(zip_option, "yes") ) )
1985 if (!strcasecmp(config_getoption("ENABLE_SITE"), "no")) {
2007 if (strcasecmp(params, "utf8 on") == 0)
2082 if (!strcasecmp(param
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A DDbRecord.c214 if (strcasecmp(field, f->name) == 0)
218 if (strcasecmp(field, "id") == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dstring.c63 int strcasecmp(const char *s1, const char *s2) function
73 EXPORT_SYMBOL(strcasecmp); variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dg10lib.h206 int strcasecmp (const char *a, const char *b) _GCRY_GCC_ATTR_PURE;
220 #define stricmp(a,b) strcasecmp( (a), (b) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dg10lib.h206 int strcasecmp (const char *a, const char *b) _GCRY_GCC_ATTR_PURE;
220 #define stricmp(a,b) strcasecmp( (a), (b) )
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Dchecklist.c129 status[i] = !strcasecmp(items[i * 3 + 2], "on");
131 || !strcasecmp(items[i * 3 + 2], "selected"))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/common/tuners/
H A Dtuner-xc2028.c227 if (strcasecmp(audio_std, "A2") == 0)
229 if (strcasecmp(audio_std, "A2/A") == 0)
231 if (strcasecmp(audio_std, "A2/B") == 0)
233 if (strcasecmp(audio_std, "NICAM") == 0)
235 if (strcasecmp(audio_std, "NICAM/A") == 0)
237 if (strcasecmp(audio_std, "NICAM/B") == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dpam_winbind.c274 else if (!strcasecmp(*v, "debug_state"))
276 else if (!strcasecmp(*v, "use_authtok"))
278 else if (!strcasecmp(*v, "use_first_pass"))
280 else if (!strcasecmp(*v, "try_first_pass"))
282 else if (!strcasecmp(*v, "unknown_ok"))
288 else if (!strcasecmp(*v, "krb5_auth"))
292 else if (!strcasecmp(*v, "cached_login"))
351 if (!strcasecmp(ntstatus_errors[i].ntstatus_string, nt_status_string)) {
1202 if (!strcasecmp(response.data.auth.nt_status_string, "NT_STATUS_PASSWORD_RESTRICTION")) {

Completed in 329 milliseconds

1234567891011>>