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

1 2 3

  /external/chromium_org/third_party/cld/base/
string_util.h 19 return _stricmp(s1, s2);
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglstring.h 38 #define _eglstrcasecmp _stricmp
  /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/chromium_org/sdch/open-vcdiff/vsprojects/
config.h 83 #define strcasecmp _stricmp
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
Isac_test.cc 90 if (!_stricmp("isac",codec)){
130 if (_stricmp("none", chcFile)){
137 if (_stricmp("none", chcFile)){
144 if (!_stricmp("isac", codec)){ /* ISAC */
188 if(_stricmp("none", chcFile)){
250 if (_stricmp("none", chcFile)){
254 if (!_stricmp("isac", codec)){
  /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/chromium_org/third_party/libjingle/source/talk/media/base/
codec.cc 44 return _stricmp(other.id().c_str(), id().c_str()) == 0 &&
45 _stricmp(other.param().c_str(), param().c_str()) == 0;
96 (id == codec.id) : (_stricmp(name.c_str(), codec.name.c_str()) == 0);
178 if (_stricmp(payload_name, kRedCodecName) == 0) {
181 if (_stricmp(payload_name, kUlpfecCodecName) == 0) {
184 if (_stricmp(payload_name, kRtxCodecName) == 0) {
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
codec_test.cc 30 if (!_stricmp(codec_instance->plname, "ilbc")) {
40 return !_stricmp(codec_name, "CN") ||
41 !_stricmp(codec_name, "telephone-event") ||
42 !_stricmp(codec_name, "red");
136 if (_stricmp("opus", codec_instance_.plname)) {
152 if (!_stricmp("opus", codec_instance_.plname)) {
dtmf_test.cc 77 if (!_stricmp("telephone-event", codec_instance.plname)) {
  /external/chromium_org/third_party/webrtc/voice_engine/
voice_engine_defines.h 267 #define _stricmp stricmp macro
269 #define _stricmp strcasecmp
326 #define _stricmp strcasecmp macro
  /external/chromium_org/base/strings/
string_util_win.h 24 return _stricmp(s1, s2);
  /external/chromium_org/third_party/WebKit/Source/wtf/
StringExtras.h 89 return _stricmp(s1, s2);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
strcasecmp.c 53 return _stricmp(s1, s2);
  /external/chromium_org/third_party/smhasher/src/
Platform.h 90 #define _stricmp strcasecmp macro
  /external/chromium_org/third_party/boringssl/src/crypto/
mem.c 162 return _stricmp(a, b);
  /external/chromium_org/third_party/npapi/npspy/common/
plugload.cpp 169 if(0 == _stricmp(mimetype, type))
  /external/chromium_org/third_party/webrtc/base/
stringutils.h 112 inline int _stricmp(const char* s1, const char* s2) { function
239 return _stricmp(s1, s2);
httpcommon.cc 46 if (_stricmp(needle.c_str(), haystack[index]) == 0) {
202 return (_stricmp(connection.c_str(), "Keep-Alive") == 0);
756 if (_stricmp(auth_method.c_str(), "basic") == 0) {
782 if (_stricmp(auth_method.c_str(), "digest") == 0) {
857 bool want_negotiate = (_stricmp(auth_method.c_str(), "negotiate") == 0);
858 bool want_ntlm = (_stricmp(auth_method.c_str(), "ntlm") == 0);
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_common.h 49 #define safe_stricmp(str1, str2) _stricmp(((str1==NULL)?"<NULL>":str1), ((str2==NULL)?"<NULL>":str2))
  /external/chromium_org/third_party/skia/tools/
win_dbghelp.cpp 207 if (i >= 4 && _stricmp(vargs0 - 4, ".exe") == 0) {
  /external/chromium_org/third_party/yasm/source/patched-yasm/
util.h 111 # define yasm__strcasecmp(x, y) _stricmp(x, y)
  /external/skia/tools/
win_dbghelp.cpp 207 if (i >= 4 && _stricmp(vargs0 - 4, ".exe") == 0) {

Completed in 1204 milliseconds

1 2 3