Home
last modified time | relevance | path

Searched refs:_stricmp (Results 1 – 25 of 36) sorted by relevance

12

/external/webkit/Source/JavaScriptCore/wtf/
DStringExtras.h81 return _stricmp(string1, string2); in stricmp()
98 return _stricmp(s1, s2); in strcasecmp()
/external/chromium/googleurl/base/
Dlogging.h312 DECLARE_DCHECK_STROP_IMPL(_stricmp, true) in DECLARE_DCHECK_STROP_IMPL()
313 DECLARE_DCHECK_STROP_IMPL(_stricmp, false) in DECLARE_DCHECK_STROP_IMPL()
333 #define DCHECK_STRCASEEQ(s1, s2) DCHECK_STROP(_stricmp, ==, true, s1, s2) in DECLARE_DCHECK_STROP_IMPL()
334 #define DCHECK_STRCASENE(s1, s2) DCHECK_STROP(_stricmp, !=, false, s1, s2) in DECLARE_DCHECK_STROP_IMPL()
/external/e2fsprogs/include/nonunix/
Dconfig.h11 #define strcasecmp _stricmp
Dunistd.h46 #define strcasecmp _stricmp
/external/chromium/sdch/open-vcdiff/vsprojects/
Dconfig.h64 #define strcasecmp _stricmp
/external/chromium/base/
Dstring_util_win.h25 return _stricmp(s1, s2); in strcasecmp()
/external/chromium/third_party/libjingle/source/talk/base/
Dhttpcommon.cc63 if (_stricmp(needle.c_str(), haystack[index]) == 0) { in find_string()
219 return (_stricmp(connection.c_str(), "Keep-Alive") == 0); in HttpShouldKeepAlive()
766 if (_stricmp(auth_method.c_str(), "basic") == 0) { in HttpAuthenticate()
792 if (_stricmp(auth_method.c_str(), "digest") == 0) { in HttpAuthenticate()
867 bool want_negotiate = (_stricmp(auth_method.c_str(), "negotiate") == 0); in HttpAuthenticate()
868 bool want_ntlm = (_stricmp(auth_method.c_str(), "ntlm") == 0); in HttpAuthenticate()
Dstringutils.h132 inline int _stricmp(const char* s1, const char* s2) { in _stricmp() function
264 return _stricmp(s1, s2); in ascicmp()
Dhttpcommon.h193 return (::_stricmp(lhs.c_str(), rhs.c_str()) < 0); in operator()
Dproxydetect.cc345 if (_stricmp(buffer, "socks") == 0) { in ParseProxy()
347 } else if (_stricmp(buffer, "https") == 0) { in ParseProxy()
Dopenssladapter.cc717 if (_stricmp(data, host) == 0) in VerifyServerName()
/external/icu4c/common/
Dcstring.h70 # define uprv_stricmp(str1, str2) U_STANDARD_CPP_NAMESPACE _stricmp(str1, str2)
/external/bluetooth/glib/glib/
Dgfileutils.c224 if (_stricmp (lastdot, ".exe") == 0 || in g_file_test()
225 _stricmp (lastdot, ".cmd") == 0 || in g_file_test()
226 _stricmp (lastdot, ".bat") == 0 || in g_file_test()
227 _stricmp (lastdot, ".com") == 0) in g_file_test()
/external/dbus/dbus/
Ddbus-sysdeps-wince-glue.h83 #define stricmp _stricmp
/external/quake/quake/src/QW/client/
Dcommon.h148 #define Q_strcasecmp(s1, s2) _stricmp((s1), (s2))
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
Dos.h417 #define os_strcasecmp(s1, s2) _stricmp((s1), (s2))
/external/wpa_supplicant_8/src/utils/
Dos.h428 #define os_strcasecmp(s1, s2) _stricmp((s1), (s2))
/external/mdnsresponder/mDNSShared/
Ddnssd_clientlib.c42 #define strcasecmp _stricmp
/external/skia/src/animator/
DSkDisplayXMLParser.cpp160 #define SK_strcasecmp _stricmp
/external/netperf/
Dnetlib.h566 #define strcasecmp(a,b) _stricmp(a,b)
/external/qemu/distrib/sdl-1.2.12/
Dandroid-configure.sh365 sdl_check_funcs strtod atoi atof strcmp strncmp _stricmp strcasecmp _strnicmp
/external/qemu/distrib/sdl-1.2.12/include/
DSDL_stdinc.h533 #define SDL_strcasecmp _stricmp
/external/protobuf/gtest/include/gtest/internal/
Dgtest-port.h856 return _stricmp(s1, s2);
/external/openssl/
De_os.h669 # define strcasecmp _stricmp
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
Dmain.cpp55 return _stricmp(s1, s2); in strcasecmp()

12