Searched refs:_strnicmp (Results 1 – 21 of 21) sorted by relevance
/external/webkit/Source/JavaScriptCore/wtf/ |
D | StringExtras.h | 76 return _strnicmp(string1, string2, count); in strnicmp() 93 return _strnicmp(s1, s2, len); in strncasecmp()
|
/external/e2fsprogs/include/nonunix/ |
D | config.h | 12 #define strncasecmp _strnicmp
|
/external/chromium/base/ |
D | string_util_win.h | 29 return _strnicmp(s1, s2, count); in strncasecmp()
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | stringutils.h | 135 inline int _strnicmp(const char* s1, const char* s2, size_t n) { in _strnicmp() function 270 return _strnicmp(s1, s2, n); in ascnicmp()
|
D | socketadapters.cc | 455 && (_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()
|
D | httpbase.cc | 54 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/ |
D | cstring.h | 71 # define uprv_strnicmp(str1, str2, n) U_STANDARD_CPP_NAMESPACE _strnicmp(str1, str2, n)
|
/external/dbus/dbus/ |
D | dbus-sysdeps-wince-glue.h | 84 #define strnicmp _strnicmp
|
/external/quake/quake/src/QW/client/ |
D | common.h | 149 #define Q_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n))
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
D | os.h | 424 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n))
|
/external/wpa_supplicant_8/src/utils/ |
D | os.h | 454 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n))
|
/external/mdnsresponder/mDNSShared/ |
D | dnssd_clientlib.c | 41 #define strncasecmp _strnicmp
|
/external/skia/src/animator/ |
D | SkDisplayXMLParser.cpp | 161 #define SK_strncasecmp _strnicmp
|
/external/qemu/distrib/sdl-1.2.15/ |
D | android-configure.sh | 365 sdl_check_funcs strtod atoi atof strcmp strncmp _stricmp strcasecmp _strnicmp
|
D | configure.in | 179 … _ui64toa strtoll strtoull atoi atof strcmp strncmp _stricmp strcasecmp _strnicmp strncasecmp ssca…
|
/external/chromium/base/win/ |
D | pe_image.cc | 141 if (0 == _strnicmp(reinterpret_cast<LPCSTR>(section->Name), section_name, in GetImageSectionHeaderByName()
|
/external/qemu/distrib/sdl-1.2.15/include/ |
D | SDL_stdinc.h | 563 #define SDL_strncasecmp _strnicmp
|
/external/openssl/ |
D | e_os.h | 670 # define strncasecmp _strnicmp
|
/external/v8/src/ |
D | platform-win32.cc | 44 return _strnicmp(s1, s2, n); in strncasecmp()
|
/external/chromium/third_party/libevent/ |
D | http.c | 94 #define strncasecmp _strnicmp
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2010-05-24 | 16221 Use _stricmp and _strnicmp instead of deprecated stricmp and strnicmp. 16225 C++ 2005. Use _stricmp and _strnicmp instead in StringExtras.h.
|