Searched refs:_stricmp (Results 1 - 25 of 72) sorted by relevance

123

/external/chromium/sdch/open-vcdiff/vsprojects/
H A Dconfig.h64 #define strcasecmp _stricmp
/external/chromium_org/third_party/cld/base/
H A Dstring_util.h19 return _stricmp(s1, s2);
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglstring.h38 #define _eglstrcasecmp _stricmp
/external/e2fsprogs/include/nonunix/
H A Dconfig.h11 #define strcasecmp _stricmp
H A Dunistd.h46 #define strcasecmp _stricmp
/external/mesa3d/src/egl/main/
H A Deglstring.h38 #define _eglstrcasecmp _stricmp
/external/chromium_org/sdch/open-vcdiff/vsprojects/
H A Dconfig.h83 #define strcasecmp _stricmp
/external/open-vcdiff/vsprojects/
H A Dconfig.h83 #define strcasecmp _stricmp
/external/open-vcdiff/gflags/src/windows/
H A Dport.h67 #define strcasecmp _stricmp
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
H A DIsac_test.cc90 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)){
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dcodec.cc42 return _stricmp(other.id().c_str(), id().c_str()) == 0 &&
43 _stricmp(other.param().c_str(), param().c_str()) == 0;
94 (id == codec.id) : (_stricmp(name.c_str(), codec.name.c_str()) == 0);
/external/chromium/base/
H A Dstring_util_win.h25 return _stricmp(s1, s2);
/external/chromium_org/base/strings/
H A Dstring_util_win.h24 return _stricmp(s1, s2);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DStringExtras.h89 return _stricmp(s1, s2);
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dstrcasecmp.c53 return _stricmp(s1, s2);
/external/chromium/googleurl/base/
H A Dlogging.h312 DECLARE_DCHECK_STROP_IMPL(_stricmp, true)
313 DECLARE_DCHECK_STROP_IMPL(_stricmp, false)
333 #define DCHECK_STRCASEEQ(s1, s2) DCHECK_STROP(_stricmp, ==, true, s1, s2)
334 #define DCHECK_STRCASENE(s1, s2) DCHECK_STROP(_stricmp, !=, false, s1, s2)
/external/chromium_org/third_party/smhasher/src/
H A DPlatform.h90 #define _stricmp strcasecmp macro
/external/chromium_org/third_party/npapi/npspy/common/
H A Dplugload.cpp169 if(0 == _stricmp(mimetype, type))
/external/chromium_org/third_party/icu/source/common/
H A Dcstring.h70 # define uprv_stricmp(str1, str2) U_STANDARD_CPP_NAMESPACE _stricmp(str1, str2)
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_common.h49 #define safe_stricmp(str1, str2) _stricmp(((str1==NULL)?"<NULL>":str1), ((str2==NULL)?"<NULL>":str2))
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dutil.h111 # define yasm__strcasecmp(x, y) _stricmp(x, y)
/external/skia/tools/
H A Dwin_dbghelp.cpp207 if (i >= 4 && _stricmp(vargs0 - 4, ".exe") == 0) {
/external/chromium/third_party/libjingle/source/talk/base/
H A Dstringutils.h132 inline int _stricmp(const char* s1, const char* s2) { function
264 return _stricmp(s1, s2);
H A Dhttpcommon.cc63 if (_stricmp(needle.c_str(), haystack[index]) == 0) {
219 return (_stricmp(connection.c_str(), "Keep-Alive") == 0);
766 if (_stricmp(auth_method.c_str(), "basic") == 0) {
792 if (_stricmp(auth_method.c_str(), "digest") == 0) {
867 bool want_negotiate = (_stricmp(auth_method.c_str(), "negotiate") == 0);
868 bool want_ntlm = (_stricmp(auth_method.c_str(), "ntlm") == 0);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dstringutils.h129 inline int _stricmp(const char* s1, const char* s2) { function
256 return _stricmp(s1, s2);

Completed in 543 milliseconds

123