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/libchrome/sandbox/win/src/
sandbox_nt_types.h 31 _strnicmpFunction _strnicmp; member in struct:sandbox::NtExports
  /external/xmlrpcpp/src/
XmlRpcUtil.h 18 # define strncasecmp _strnicmp
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pcrt32.h 28 #define _fstrnicmp _strnicmp
string.h 77 _CRTIMP int __cdecl _strnicmp(const char *_Str1,const char *_Str2,size_t _MaxCount);
102 __CRT_INLINE int __cdecl strncasecmp (const char *__sz1, const char *__sz2, size_t __sizeMaxCompare) { return _strnicmp (__sz1, __sz2, __sizeMaxCompare); }
105 #define strncasecmp _strnicmp
tchar.h 984 #define _tcsncicmp _strnicmp
986 #define _tcsnicmp _strnicmp
windowsx.h     [all...]
  /external/webrtc/webrtc/modules/video_capture/
device_info_impl.cc 57 if (_strnicmp((char*) _lastUsedDeviceName,
89 || (_strnicmp((char*) _lastUsedDeviceName,
137 || (_strnicmp((char*) _lastUsedDeviceName,
  /external/boringssl/src/crypto/
mem.c 171 return _strnicmp(a, b, n);
  /external/flac/include/share/
compat.h 92 #define FLAC__STRNCASECMP _strnicmp
  /external/webrtc/webrtc/base/
stringutils.h 115 inline int _strnicmp(const char* s1, const char* s2, size_t n) { function
245 return _strnicmp(s1, s2, n);
httpbase.cc 34 return (len == header_len) && (_strnicmp(str, header_str, header_len) == 0);
160 if ((vlen == 7) && (_strnicmp(value, "chunked", 7) == 0)) {
162 } 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/ImageMagick/MagickCore/
nt-base.h 245 # define strncasecmp _strnicmp
  /external/dbus/dbus/
dbus-sysdeps-wince-glue.h 84 #define strnicmp _strnicmp
  /external/libmicrohttpd/src/include/
platform_interface.h 72 #define MHD_str_equal_caseless_n_(a,b,n) (0==_strnicmp((a),(b),(n)))
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_utility.cc 58 return _strnicmp(str1, str2, length) == 0;
  /external/mdnsresponder/mDNSShared/
dnssd_clientlib.c 41 #define strncasecmp _strnicmp
  /external/skia/src/animator/
SkDisplayXMLParser.cpp 161 #define SK_strncasecmp _strnicmp
  /external/wpa_supplicant_8/src/utils/
os.h 527 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n))
  /external/libvncserver/rfb/
rfbproto.h 92 #define strncasecmp _strnicmp
    [all...]
  /external/webrtc/webrtc/
common_types.h 46 #define STR_NCASE_CMP(s1, s2, n) ::_strnicmp(s1, s2, n)
  /sdk/find_lock/
find_lock.cpp 709 if (_strnicmp(searchPath, name.cstr(), searchPathLen) == 0) {

Completed in 664 milliseconds