Home
last modified time | relevance | path

Searched refs:stricmp (Results 1 – 25 of 54) sorted by relevance

123

/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/atari/
DFNames.SIC25 if ((stricmp(suffix(file),".h")==0)|(stricmp(suffix(file),".c")==0))
/external/webrtc/webrtc/base/
Dcommon.h51 #ifndef stricmp
52 #define stricmp(x, y) strcasecmp(x, y) macro
Dstringutils.h81 inline int stricmp(const wchar_t* s1, const wchar_t* s2) { in stricmp() function
/external/e2fsprogs/intl/
Dos2compat.h39 #define strcasecmp stricmp
/external/libjpeg-turbo/
Dtjutil.h35 #define strcasecmp stricmp
/external/libvncserver/test/
Dtjutil.h35 #define strcasecmp stricmp
/external/curl/lib/
Dstrequal.c41 return !(stricmp)(first, second); in curl_strequal()
/external/xmlrpcpp/src/
DXmlRpcUtil.h20 # define strcasecmp stricmp
/external/e2fsprogs/util/
Dlibecho.c29 if (!stricmp(argv[i], "-p")) in main()
/external/c-ares/
Dares_strcasecmp.c27 return stricmp(a, b); in ares_strcasecmp()
/external/flac/include/share/
Dcompat.h94 #define FLAC__STRCASECMP stricmp
/external/webrtc/webrtc/voice_engine/
Dvoice_engine_defines.h240 #define _stricmp stricmp
/external/curl/docs/examples/
Dhtmltitle.cpp43 #define COMPARE(a, b) (!stricmp((a), (b)))
/external/dbus/dbus/
Ddbus-sysdeps-wince-glue.h83 #define stricmp _stricmp macro
Ddbus-sysdeps-util-win.c371 if (lastdot && stricmp (lastdot, ".exe") == 0) in _dbus_stat()
/external/regex-re2/util/
Dpcre.cc908 if (0 == stricmp(i, "inf") || 0 == stricmp(i, "infinity")) { in parse_double()
912 } else if (0 == stricmp(i, "nan")) { in parse_double()
/external/sqlite/dist/orig/
Dsqlite3ext.h247 int (*stricmp)(const char*,const char*); member
490 #define sqlite3_stricmp sqlite3_api->stricmp
/external/sqlite/dist/
Dsqlite3ext.h247 int (*stricmp)(const char*,const char*); member
490 #define sqlite3_stricmp sqlite3_api->stricmp
/external/llvm/include/llvm/Config/
Dconfig.h.cmake575 /* Define to a function implementing stricmp */
576 #cmakedefine stricmp ${stricmp}
/external/avahi/avahi-compat-howl/include/salt/
Dplatform.h165 # define sw_strcasecmp(ARG1, ARG2) stricmp(ARG1, ARG2)
/external/protobuf/gtest/include/gtest/internal/
Dgtest-port.h1280 return stricmp(s1, s2);
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h1557 return stricmp(s1, s2);
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h1567 return stricmp(s1, s2);
/external/curl/m4/
Dcurl-functions.m46307 dnl Verify if stricmp is available, prototyped, and
6321 AC_MSG_CHECKING([if stricmp can be linked])
6323 AC_LANG_FUNC_LINK_TRY([stricmp])
6333 AC_MSG_CHECKING([if stricmp is prototyped])
6334 AC_EGREP_CPP([stricmp],[
6346 AC_MSG_CHECKING([if stricmp is compilable])
6351 if(0 != stricmp(0, 0))
6364 AC_MSG_CHECKING([if stricmp usage allowed])
6374 AC_MSG_CHECKING([if stricmp might be used])
6381 [Define to 1 if you have the stricmp function.])
/external/webrtc/talk/session/media/
Dmediasession.cc738 return stricmp(codec.name.c_str(), kRtxCodecName) == 0; in IsRtxCodec()
1008 if (stricmp(iter->name.c_str(), kComfortNoiseCodecName) == 0) { in StripCNCodecs()

123