HomeSort by relevance Sort by last modified time
    Searched refs:_stricmp (Results 26 - 50 of 54) sorted by null

12 3

  /external/wpa_supplicant_8/src/utils/
os.h 520 #define os_strcasecmp(s1, s2) _stricmp((s1), (s2))
  /hardware/ti/omap4xxx/security/tf_daemon/
smc_properties_parser.c 63 #define STRICMP _stricmp
  /external/netperf/src/
netlib.h 685 #define strcasecmp(a,b) _stricmp(a,b)
  /external/webrtc/webrtc/base/
httpcommon.h 186 return (::_stricmp(lhs.c_str(), rhs.c_str()) < 0);
proxydetect.cc 336 if (_stricmp(buffer, "socks") == 0) {
338 } else if (_stricmp(buffer, "https") == 0) {
    [all...]
openssladapter.cc 807 if (_stricmp(data, host) == 0)
  /hardware/ti/omap4-aah/security/tf_daemon/
smc_properties_parser.c 64 #define STRICMP _stricmp
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/webrtc/talk/session/media/
channelmanager.cc 168 if (!enable_rtx_ && _stricmp(kRtxCodecName, it->name.c_str()) == 0) {
  /external/webrtc/webrtc/
common_types.h 44 #define STR_CASE_CMP(s1, s2) ::_stricmp(s1, s2)
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/libxml2/
triostr.c 79 # define strcasecmp(x,y) _stricmp(x,y)
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h     [all...]
  /external/webrtc/talk/media/base/
fakemediaengine.h 315 if (_stricmp(it->name.c_str(), "telephone-event") == 0) {
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine.cc 163 return (_stricmp(codec.name.c_str(), ref_name) == 0);
167 return (_stricmp(codec.plname, ref_name) == 0);
    [all...]
  /external/mdnsresponder/Clients/
dns-sd.c 96 #define strcasecmp _stricmp
    [all...]
  /external/webrtc/webrtc/p2p/base/
port.cc 103 if (_stricmp(PROTO_NAMES[i], value) == 0) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tchar.h 980 #define _tcsicmp _stricmp
windowsx.h     [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsdp.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 607 milliseconds

12 3