HomeSort by relevance Sort by last modified time
    Searched refs:_strnicmp (Results 1 - 23 of 23) sorted by null

  /external/e2fsprogs/include/nonunix/
config.h 12 #define strncasecmp _strnicmp
  /external/webkit/Source/JavaScriptCore/wtf/
StringExtras.h 76 return _strnicmp(string1, string2, count);
93 return _strnicmp(s1, s2, len);
  /external/chromium/base/
string_util_win.h 29 return _strnicmp(s1, s2, count);
  /external/icu4c/common/
cstring.h 71 # define uprv_strnicmp(str1, str2, n) U_STANDARD_CPP_NAMESPACE _strnicmp(str1, str2, n)
  /external/chromium/third_party/libjingle/source/talk/base/
stringutils.h 135 inline int _strnicmp(const char* s1, const char* s2, size_t n) { function
270 return _strnicmp(s1, s2, n);
httpbase.cc 54 return (len == header_len) && (_strnicmp(str, header_str, header_len) == 0);
176 if ((vlen == 7) && (_strnicmp(value, "chunked", 7) == 0)) {
178 } else if ((vlen == 8) && (_strnicmp(value, "identity", 8) == 0)) {
socketadapters.cc 455 && (_strnicmp(data, "Proxy-Authenticate:", 19) == 0)) {
484 } else if (_strnicmp(data, "Content-Length:", 15) == 0) {
486 } else if (_strnicmp(data, "Proxy-Connection: Keep-Alive", 28) == 0) {
489 } else if (_strnicmp(data, "Connection: close", 17) == 0) {
  /external/dbus/dbus/
dbus-sysdeps-wince-glue.h 84 #define strnicmp _strnicmp
  /external/quake/quake/src/QW/client/
common.h 149 #define Q_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n))
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os.h 424 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n))
  /external/wpa_supplicant_8/src/utils/
os.h 454 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n))
  /external/mdnsresponder/mDNSShared/
dnssd_clientlib.c 41 #define strncasecmp _strnicmp
  /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 161 #define SK_strncasecmp _strnicmp
  /external/chromium/base/win/
pe_image.cc 141 if (0 == _strnicmp(reinterpret_cast<LPCSTR>(section->Name), section_name,
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 563 #define SDL_strncasecmp _strnicmp
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 563 #define SDL_strncasecmp _strnicmp
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 563 #define SDL_strncasecmp _strnicmp
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 563 #define SDL_strncasecmp _strnicmp
  /external/openssl/
e_os.h 670 # define strncasecmp _strnicmp
  /sdk/find_lock/
find_lock.cpp 709 if (_strnicmp(searchPath, name.cstr(), searchPathLen) == 0) {
  /external/v8/src/
platform-win32.cc 44 return _strnicmp(s1, s2, n);
    [all...]
  /external/chromium/third_party/libevent/
http.c 94 #define strncasecmp _strnicmp
    [all...]

Completed in 1480 milliseconds