Searched refs:_strnicmp (Results 1 – 17 of 17) sorted by relevance
/external/webrtc/webrtc/modules/video_capture/ |
D | device_info_impl.cc | 57 if (_strnicmp((char*) _lastUsedDeviceName, in NumberOfCapabilities() 89 || (_strnicmp((char*) _lastUsedDeviceName, in GetCapability() 137 || (_strnicmp((char*) _lastUsedDeviceName, in GetBestMatchedCapability()
|
/external/e2fsprogs/include/nonunix/ |
D | config.h | 12 #define strncasecmp _strnicmp
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | vccompat.h | 45 #define strncasecmp _strnicmp
|
/external/libusb/libusb/ |
D | strerror.c | 32 #define strncasecmp _strnicmp
|
/external/webrtc/webrtc/base/ |
D | stringutils.h | 115 inline int _strnicmp(const char* s1, const char* s2, size_t n) { in _strnicmp() function 245 return _strnicmp(s1, s2, n); in ascnicmp()
|
D | httpbase.cc | 34 return (len == header_len) && (_strnicmp(str, header_str, header_len) == 0); in MatchHeader() 160 if ((vlen == 7) && (_strnicmp(value, "chunked", 7) == 0)) { in ProcessLine() 162 } else if ((vlen == 8) && (_strnicmp(value, "identity", 8) == 0)) { in ProcessLine()
|
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()
|
/external/flac/include/share/ |
D | compat.h | 92 #define FLAC__STRNCASECMP _strnicmp
|
/external/ImageMagick/MagickCore/ |
D | nt-base.h | 248 # define strncasecmp _strnicmp
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_utility.cc | 58 return _strnicmp(str1, str2, length) == 0; in StringCompare()
|
/external/mdnsresponder/mDNSShared/ |
D | dnssd_clientlib.c | 41 #define strncasecmp _strnicmp
|
/external/wpa_supplicant_8/src/utils/ |
D | os.h | 527 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n))
|
/external/webrtc/webrtc/ |
D | common_types.h | 46 #define STR_NCASE_CMP(s1, s2, n) ::_strnicmp(s1, s2, n)
|
/external/dynamic_depth/internal/base/ |
D | port.h | 981 #define strncasecmp _strnicmp
|
/external/mdnsresponder/mDNSWindows/SystemService/ |
D | Service.c | 2659 if ( _strnicmp( pPos, subString, subStringLen ) == 0 ) in strnistr()
|
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/ |
D | test_app.sym | 19601 FUNC 221eb 5c c _strnicmp
|
/external/google-breakpad/src/processor/testdata/ |
D | module0.out | 19601 FUNC 221eb 5c c _strnicmp
|