HomeSort by relevance Sort by last modified time
    Searched refs:_stricmp (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium/sdch/open-vcdiff/vsprojects/
config.h 64 #define strcasecmp _stricmp
  /external/e2fsprogs/include/nonunix/
config.h 11 #define strcasecmp _stricmp
unistd.h 46 #define strcasecmp _stricmp
  /external/webkit/Source/JavaScriptCore/wtf/
StringExtras.h 81 return _stricmp(string1, string2);
98 return _stricmp(s1, s2);
  /external/chromium/base/
string_util_win.h 25 return _stricmp(s1, s2);
  /external/chromium/googleurl/base/
logging.h 312 DECLARE_DCHECK_STROP_IMPL(_stricmp, true)
313 DECLARE_DCHECK_STROP_IMPL(_stricmp, false)
333 #define DCHECK_STRCASEEQ(s1, s2) DCHECK_STROP(_stricmp, ==, true, s1, s2)
334 #define DCHECK_STRCASENE(s1, s2) DCHECK_STROP(_stricmp, !=, false, s1, s2)
  /external/icu4c/common/
cstring.h 70 # define uprv_stricmp(str1, str2) U_STANDARD_CPP_NAMESPACE _stricmp(str1, str2)
  /external/chromium/third_party/libjingle/source/talk/base/
stringutils.h 132 inline int _stricmp(const char* s1, const char* s2) { function
264 return _stricmp(s1, s2);
httpcommon.cc 63 if (_stricmp(needle.c_str(), haystack[index]) == 0) {
219 return (_stricmp(connection.c_str(), "Keep-Alive") == 0);
766 if (_stricmp(auth_method.c_str(), "basic") == 0) {
792 if (_stricmp(auth_method.c_str(), "digest") == 0) {
867 bool want_negotiate = (_stricmp(auth_method.c_str(), "negotiate") == 0);
868 bool want_ntlm = (_stricmp(auth_method.c_str(), "ntlm") == 0);
httpcommon.h 193 return (::_stricmp(lhs.c_str(), rhs.c_str()) < 0);
proxydetect.cc 345 if (_stricmp(buffer, "socks") == 0) {
347 } else if (_stricmp(buffer, "https") == 0) {
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-wince-glue.h 83 #define stricmp _stricmp
  /external/quake/quake/src/QW/client/
common.h 148 #define Q_strcasecmp(s1, s2) _stricmp((s1), (s2))
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os.h 417 #define os_strcasecmp(s1, s2) _stricmp((s1), (s2))
  /external/wpa_supplicant_8/src/utils/
os.h 447 #define os_strcasecmp(s1, s2) _stricmp((s1), (s2))
  /external/mdnsresponder/mDNSShared/
dnssd_clientlib.c 42 #define strcasecmp _stricmp
  /external/netperf/
netlib.h 566 #define strcasecmp(a,b) _stricmp(a,b)
  /external/qemu/distrib/sdl-1.2.15/
android-configure.sh 365 sdl_check_funcs strtod atoi atof strcmp strncmp _stricmp strcasecmp _strnicmp
  /external/skia/src/animator/
SkDisplayXMLParser.cpp 160 #define SK_strcasecmp _stricmp
  /hardware/ti/omap4xxx/security/tf_daemon/
smc_properties_parser.c 63 #define STRICMP _stricmp
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 856 return _stricmp(s1, s2);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 555 #define SDL_strcasecmp _stricmp
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 555 #define SDL_strcasecmp _stricmp
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 555 #define SDL_strcasecmp _stricmp
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 555 #define SDL_strcasecmp _stricmp

Completed in 2143 milliseconds

1 2