Searched refs:_strnicmp (Results 1 - 25 of 32) sorted by relevance

12

/external/e2fsprogs/include/nonunix/
H A Dconfig.h12 #define strncasecmp _strnicmp
/external/chromium_org/sandbox/win/src/
H A Dsandbox_nt_types.h31 _strnicmpFunction _strnicmp; member in struct:sandbox::NtExports
H A Dpolicy_broker.cc73 INIT_GLOBAL_RTL(_strnicmp);
H A Dpolicy_opcodes_unittest.cc31 INIT_GLOBAL_RTL(_strnicmp);
/external/chromium_org/third_party/libusb/src/libusb/
H A Dstrerror.c29 #define strncasecmp _strnicmp
/external/chromium_org/base/strings/
H A Dstring_util_win.h28 return _strnicmp(s1, s2, count);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DStringExtras.h84 return _strnicmp(s1, s2, len);
/external/chromium_org/third_party/webrtc/modules/audio_device/
H A Daudio_device_utility.cc44 return ((_strnicmp(str1, str2, length) == 0) ? true : false);
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dstrcasecmp.c76 return _strnicmp(s1, s2, n);
/external/chromium_org/third_party/webrtc/modules/video_capture/
H A Ddevice_info_impl.cc57 if (_strnicmp((char*) _lastUsedDeviceName,
89 || (_strnicmp((char*) _lastUsedDeviceName,
137 || (_strnicmp((char*) _lastUsedDeviceName,
/external/chromium_org/third_party/boringssl/src/crypto/
H A Dmem.c166 return _strnicmp(a, b, n);
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dutil.h112 # define yasm__strncasecmp(x, y, n) _strnicmp(x, y, n)
/external/chromium_org/third_party/webrtc/base/
H A Dstringutils.h115 inline int _strnicmp(const char* s1, const char* s2, size_t n) { function
245 return _strnicmp(s1, s2, n);
H A Dhttpbase.cc34 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)) {
H A Dsocketadapters.cc438 && (_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/webrtc/video_engine/
H A Dvie_codec_impl.cc621 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/
H A DSkDisplayXMLParser.cpp161 #define SK_strncasecmp _strnicmp
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_utility.cc119 return (_strnicmp(str1, str2, length) == 0) ? true : false;
/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientlib.c41 #define strncasecmp _strnicmp
/external/qemu/distrib/sdl-1.2.15/
H A Dandroid-configure.sh365 sdl_check_funcs strtod atoi atof strcmp strncmp _stricmp strcasecmp _strnicmp
/external/skia/src/animator/
H A DSkDisplayXMLParser.cpp161 #define SK_strncasecmp _strnicmp
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos.h520 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n))
/external/wpa_supplicant_8/src/utils/
H A Dos.h520 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n))
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos.h520 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n))
/external/chromium_org/third_party/webrtc/
H A Dcommon_types.h46 #define STR_NCASE_CMP(s1, s2, n) ::_strnicmp(s1, s2, n)

Completed in 751 milliseconds

12