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

1 2

  /external/e2fsprogs/include/nonunix/
config.h 11 #define strcasecmp _stricmp
unistd.h 46 #define strcasecmp _stricmp
  /external/chromium/base/
string_util_win.h 25 return _stricmp(s1, s2);
  /external/webkit/Source/JavaScriptCore/wtf/
StringExtras.h 81 return _stricmp(string1, string2);
98 return _stricmp(s1, s2);
  /external/chromium/sdch/open-vcdiff/vsprojects/
config.h 64 #define strcasecmp _stricmp
  /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/
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);
stringutils.h 132 inline int _stricmp(const char* s1, const char* s2) { function
264 return _stricmp(s1, s2);
httpcommon.h 193 return (::_stricmp(lhs.c_str(), rhs.c_str()) < 0);
  /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/dbus/dbus/
dbus-sysdeps-wince-glue.h 83 #define stricmp _stricmp
  /external/skia/src/animator/
SkDisplayXMLParser.cpp 160 #define SK_strcasecmp _stricmp
  /external/bluetooth/glib/glib/
gfileutils.c 224 if (_stricmp (lastdot, ".exe") == 0 ||
225 _stricmp (lastdot, ".cmd") == 0 ||
226 _stricmp (lastdot, ".bat") == 0 ||
227 _stricmp (lastdot, ".com") == 0)
    [all...]
  /external/llvm/cmake/
config-ix.cmake 368 set(stricmp "_stricmp")
  /external/mdnsresponder/mDNSShared/
dnssd_clientlib.c 42 #define strcasecmp _stricmp
  /external/quake/quake/src/QW/client/
common.h 148 #define Q_strcasecmp(s1, s2) _stricmp((s1), (s2))
  /external/netperf/
netlib.h 566 #define strcasecmp(a,b) _stricmp(a,b)
  /external/qemu/distrib/sdl-1.2.12/
android-configure.sh 365 sdl_check_funcs strtod atoi atof strcmp strncmp _stricmp strcasecmp _strnicmp
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 533 #define SDL_strcasecmp _stricmp
  /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 428 #define os_strcasecmp(s1, s2) _stricmp((s1), (s2))
  /hardware/ti/omap4xxx/security/tf_daemon/
smc_properties_parser.c 63 #define STRICMP _stricmp
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 533 #define SDL_strcasecmp _stricmp
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 533 #define SDL_strcasecmp _stricmp
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 533 #define SDL_strcasecmp _stricmp

Completed in 683 milliseconds

1 2