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

1 2

  /external/e2fsprogs/include/nonunix/
config.h 12 #define strncasecmp _strnicmp
  /external/chromium_org/sandbox/win/src/
sandbox_nt_types.h 31 _strnicmpFunction _strnicmp; member in struct:sandbox::NtExports
policy_broker.cc 73 INIT_GLOBAL_RTL(_strnicmp);
policy_opcodes_unittest.cc 31 INIT_GLOBAL_RTL(_strnicmp);
  /external/chromium_org/third_party/libusb/src/libusb/
strerror.c 29 #define strncasecmp _strnicmp
  /external/chromium_org/base/strings/
string_util_win.h 28 return _strnicmp(s1, s2, count);
  /external/chromium_org/third_party/WebKit/Source/wtf/
StringExtras.h 84 return _strnicmp(s1, s2, len);
  /external/chromium_org/third_party/webrtc/modules/audio_device/
audio_device_utility.cc 44 return ((_strnicmp(str1, str2, length) == 0) ? true : false);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
strcasecmp.c 76 return _strnicmp(s1, s2, n);
  /external/chromium_org/third_party/webrtc/modules/video_capture/
device_info_impl.cc 57 if (_strnicmp((char*) _lastUsedDeviceName,
89 || (_strnicmp((char*) _lastUsedDeviceName,
137 || (_strnicmp((char*) _lastUsedDeviceName,
  /external/chromium_org/third_party/boringssl/src/crypto/
mem.c 166 return _strnicmp(a, b, n);
  /external/chromium_org/third_party/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 438 && (_strnicmp(data, "Proxy-Authenticate:", 19) == 0)) {
467 } else if (_strnicmp(data, "Content-Length:", 15) == 0) {
469 } else if (_strnicmp(data, "Proxy-Connection: Keep-Alive", 28) == 0) {
472 } else if (_strnicmp(data, "Connection: close", 17) == 0) {
  /external/chromium_org/third_party/yasm/source/patched-yasm/
util.h 112 # define yasm__strncasecmp(x, y, n) _strnicmp(x, y, n)
  /external/chromium_org/third_party/webrtc/video_engine/
vie_codec_impl.cc 621 if (_strnicmp(video_codec.plName, "red", 3) == 0) {
632 if (_strnicmp(video_codec.plName, "ULPFEC", 6) == 0) {
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayXMLParser.cpp 161 #define SK_strncasecmp _strnicmp
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_utility.cc 119 return (_strnicmp(str1, str2, length) == 0) ? true : false;
  /external/mdnsresponder/mDNSShared/
dnssd_clientlib.c 41 #define strncasecmp _strnicmp
  /external/chromium_org/third_party/webrtc/
common_types.h 46 #define STR_NCASE_CMP(s1, s2, n) ::_strnicmp(s1, s2, n)
  /external/chromium_org/base/win/
pe_image.cc 142 if (0 == _strnicmp(reinterpret_cast<LPCSTR>(section->Name), section_name,
  /external/openssl/
e_os.h 686 # define strncasecmp _strnicmp
  /external/chromium_org/net/tools/balsa/
balsa_frame.cc 45 #define strncasecmp _strnicmp
    [all...]
balsa_headers.cc 26 #define strncasecmp _strnicmp
    [all...]
  /external/chromium_org/v8/src/base/platform/
platform-win32.cc 36 return _strnicmp(s1, s2, n);
    [all...]

Completed in 548 milliseconds

1 2