/external/e2fsprogs/include/nonunix/ |
config.h | 11 #define strcasecmp _stricmp
|
unistd.h | 46 #define strcasecmp _stricmp
|
/external/mesa3d/src/egl/main/ |
eglstring.h | 38 #define _eglstrcasecmp _stricmp
|
/external/webrtc/webrtc/p2p/base/ |
transportdescription.cc | 28 if (_stricmp(roles[i], role_str.c_str()) == 0) {
|
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
codec_test.cc | 36 if (!_stricmp(codec_instance->plname, "ilbc")) { 46 return !_stricmp(codec_name, "CN") || 47 !_stricmp(codec_name, "telephone-event") || 48 !_stricmp(codec_name, "red"); 143 if (_stricmp("opus", codec_instance_.plname)) { 159 if (_stricmp("opus", codec_instance_.plname)) { 171 if (!_stricmp("opus", codec_instance_.plname)) {
|
dtmf_test.cc | 65 if (!_stricmp("telephone-event", codec_instance.plname)) {
|
/external/xmlrpcpp/src/ |
XmlRpcUtil.h | 17 # define strcasecmp _stricmp
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
pcrt32.h | 22 #define _fstricmp _stricmp
|
string.h | 59 _CRTIMP int __cdecl _stricmp(const char *_Str1,const char *_Str2); 103 __CRT_INLINE int __cdecl strcasecmp (const char *__sz1, const char *__sz2) { return _stricmp (__sz1, __sz2); } 106 #define strcasecmp _stricmp
|
/external/webrtc/talk/media/base/ |
codec.cc | 43 return _stricmp(other.id().c_str(), id().c_str()) == 0 && 44 _stricmp(other.param().c_str(), param().c_str()) == 0; 124 (id == codec.id) : (_stricmp(name.c_str(), codec.name.c_str()) == 0); 271 if (_stricmp(payload_name, kRedCodecName) == 0) { 274 if (_stricmp(payload_name, kUlpfecCodecName) == 0) { 277 if (_stricmp(payload_name, kRtxCodecName) == 0) { 345 return _stricmp(name1.c_str(), name2.c_str()) == 0;
|
/external/webrtc/webrtc/voice_engine/ |
voice_engine_defines.h | 240 #define _stricmp stricmp macro 242 #define _stricmp strcasecmp 299 #define _stricmp strcasecmp macro
|
/external/boringssl/src/crypto/ |
mem.c | 167 return _stricmp(a, b);
|
/external/flac/include/share/ |
compat.h | 91 #define FLAC__STRCASECMP _stricmp
|
/external/netperf/src/ |
dscp.c | 45 #define strcasecmp(a,b) _stricmp(a,b)
|
/external/webrtc/talk/media/webrtc/ |
fakewebrtcvoiceengine.h | 404 if (_stricmp(codec.plname, "telephone-event") == 0 || 405 _stricmp(codec.plname, "audio/telephone-event") == 0 || 406 _stricmp(codec.plname, "CN") == 0 || 407 _stricmp(codec.plname, "red") == 0 ) { 432 _stricmp(it->plname, codec.plname) != 0) { 490 if (_stricmp(channels_[channel]->send_codec.plname, "opus") != 0) { 506 if (_stricmp(channels_[channel]->send_codec.plname, "opus") != 0) { 525 if (_stricmp(channels_[channel]->send_codec.plname, "opus") != 0) {
|
/external/webrtc/webrtc/base/ |
stringutils.h | 112 inline int _stricmp(const char* s1, const char* s2) { function 239 return _stricmp(s1, s2);
|
httpcommon.cc | 48 if (_stricmp(needle.c_str(), haystack[index]) == 0) { 204 return (_stricmp(connection.c_str(), "Keep-Alive") == 0); 764 if (_stricmp(auth_method.c_str(), "basic") == 0) { 790 if (_stricmp(auth_method.c_str(), "digest") == 0) { 865 bool want_negotiate = (_stricmp(auth_method.c_str(), "negotiate") == 0); 866 bool want_ntlm = (_stricmp(auth_method.c_str(), "ntlm") == 0);
|
/external/skia/tools/ |
win_dbghelp.cpp | 207 if (i >= 4 && _stricmp(vargs0 - 4, ".exe") == 0) {
|
/external/ImageMagick/MagickCore/ |
nt-base.h | 242 # define strcasecmp _stricmp
|
/external/dbus/dbus/ |
dbus-sysdeps-wince-glue.h | 83 #define stricmp _stricmp
|
/external/libmicrohttpd/src/include/ |
platform_interface.h | 52 #define MHD_str_equal_caseless_(a,b) (0==_stricmp((a),(b)))
|
/external/google-breakpad/src/tools/windows/converter/ |
ms_symbol_server_converter.cc | 479 // strcasecmp is called _stricmp here. 480 if (_stricmp(pdb_extension.c_str(), ".pdb") != 0) {
|
/external/mdnsresponder/mDNSShared/ |
dnssd_clientlib.c | 42 #define strcasecmp _stricmp
|
/external/pdfium/core/include/fxcrt/ |
fx_system.h | 191 #define FXSYS_stricmp _stricmp
|
/external/skia/src/animator/ |
SkDisplayXMLParser.cpp | 160 #define SK_strcasecmp _stricmp
|