Home
last modified time | relevance | path

Searched refs:_strnicmp (Results 1 – 21 of 21) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DStringExtras.h76 return _strnicmp(string1, string2, count); in strnicmp()
93 return _strnicmp(s1, s2, len); in strncasecmp()
/external/e2fsprogs/include/nonunix/
Dconfig.h12 #define strncasecmp _strnicmp
/external/chromium/base/
Dstring_util_win.h29 return _strnicmp(s1, s2, count); in strncasecmp()
/external/chromium/third_party/libjingle/source/talk/base/
Dstringutils.h135 inline int _strnicmp(const char* s1, const char* s2, size_t n) { in _strnicmp() function
270 return _strnicmp(s1, s2, n); in ascnicmp()
Dsocketadapters.cc455 && (_strnicmp(data, "Proxy-Authenticate:", 19) == 0)) { in ProcessLine()
484 } else if (_strnicmp(data, "Content-Length:", 15) == 0) { in ProcessLine()
486 } else if (_strnicmp(data, "Proxy-Connection: Keep-Alive", 28) == 0) { in ProcessLine()
Dhttpbase.cc54 return (len == header_len) && (_strnicmp(str, header_str, header_len) == 0); in MatchHeader()
176 if ((vlen == 7) && (_strnicmp(value, "chunked", 7) == 0)) { in ProcessLine()
178 } else if ((vlen == 8) && (_strnicmp(value, "identity", 8) == 0)) { in ProcessLine()
/external/icu4c/common/
Dcstring.h71 # define uprv_strnicmp(str1, str2, n) U_STANDARD_CPP_NAMESPACE _strnicmp(str1, str2, n)
/external/dbus/dbus/
Ddbus-sysdeps-wince-glue.h84 #define strnicmp _strnicmp
/external/quake/quake/src/QW/client/
Dcommon.h149 #define Q_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n))
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
Dos.h424 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n))
/external/wpa_supplicant_8/src/utils/
Dos.h454 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n))
/external/mdnsresponder/mDNSShared/
Ddnssd_clientlib.c41 #define strncasecmp _strnicmp
/external/skia/src/animator/
DSkDisplayXMLParser.cpp161 #define SK_strncasecmp _strnicmp
/external/qemu/distrib/sdl-1.2.15/
Dandroid-configure.sh365 sdl_check_funcs strtod atoi atof strcmp strncmp _stricmp strcasecmp _strnicmp
Dconfigure.in179 … _ui64toa strtoll strtoull atoi atof strcmp strncmp _stricmp strcasecmp _strnicmp strncasecmp ssca…
/external/chromium/base/win/
Dpe_image.cc141 if (0 == _strnicmp(reinterpret_cast<LPCSTR>(section->Name), section_name, in GetImageSectionHeaderByName()
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_stdinc.h563 #define SDL_strncasecmp _strnicmp
/external/openssl/
De_os.h670 # define strncasecmp _strnicmp
/external/v8/src/
Dplatform-win32.cc44 return _strnicmp(s1, s2, n); in strncasecmp()
/external/chromium/third_party/libevent/
Dhttp.c94 #define strncasecmp _strnicmp
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-2416221 Use _stricmp and _strnicmp instead of deprecated stricmp and strnicmp.
16225 C++ 2005. Use _stricmp and _strnicmp instead in StringExtras.h.