/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/atari/ |
D | FNames.SIC | 25 if ((stricmp(suffix(file),".h")==0)|(stricmp(suffix(file),".c")==0))
|
/external/webrtc/webrtc/base/ |
D | common.h | 51 #ifndef stricmp 52 #define stricmp(x, y) strcasecmp(x, y) macro
|
D | stringutils.h | 81 inline int stricmp(const wchar_t* s1, const wchar_t* s2) { in stricmp() function
|
/external/e2fsprogs/intl/ |
D | os2compat.h | 39 #define strcasecmp stricmp
|
/external/libjpeg-turbo/ |
D | tjutil.h | 35 #define strcasecmp stricmp
|
/external/libvncserver/test/ |
D | tjutil.h | 35 #define strcasecmp stricmp
|
/external/curl/lib/ |
D | strequal.c | 41 return !(stricmp)(first, second); in curl_strequal()
|
/external/xmlrpcpp/src/ |
D | XmlRpcUtil.h | 20 # define strcasecmp stricmp
|
/external/e2fsprogs/util/ |
D | libecho.c | 29 if (!stricmp(argv[i], "-p")) in main()
|
/external/c-ares/ |
D | ares_strcasecmp.c | 27 return stricmp(a, b); in ares_strcasecmp()
|
/external/flac/include/share/ |
D | compat.h | 94 #define FLAC__STRCASECMP stricmp
|
/external/webrtc/webrtc/voice_engine/ |
D | voice_engine_defines.h | 240 #define _stricmp stricmp
|
/external/curl/docs/examples/ |
D | htmltitle.cpp | 43 #define COMPARE(a, b) (!stricmp((a), (b)))
|
/external/dbus/dbus/ |
D | dbus-sysdeps-wince-glue.h | 83 #define stricmp _stricmp macro
|
D | dbus-sysdeps-util-win.c | 371 if (lastdot && stricmp (lastdot, ".exe") == 0) in _dbus_stat()
|
/external/regex-re2/util/ |
D | pcre.cc | 908 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/ |
D | sqlite3ext.h | 247 int (*stricmp)(const char*,const char*); member 490 #define sqlite3_stricmp sqlite3_api->stricmp
|
/external/sqlite/dist/ |
D | sqlite3ext.h | 247 int (*stricmp)(const char*,const char*); member 490 #define sqlite3_stricmp sqlite3_api->stricmp
|
/external/llvm/include/llvm/Config/ |
D | config.h.cmake | 575 /* Define to a function implementing stricmp */ 576 #cmakedefine stricmp ${stricmp}
|
/external/avahi/avahi-compat-howl/include/salt/ |
D | platform.h | 165 # define sw_strcasecmp(ARG1, ARG2) stricmp(ARG1, ARG2)
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-port.h | 1280 return stricmp(s1, s2);
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-port.h | 1557 return stricmp(s1, s2);
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1567 return stricmp(s1, s2);
|
/external/curl/m4/ |
D | curl-functions.m4 | 6307 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/ |
D | mediasession.cc | 738 return stricmp(codec.name.c_str(), kRtxCodecName) == 0; in IsRtxCodec() 1008 if (stricmp(iter->name.c_str(), kComfortNoiseCodecName) == 0) { in StripCNCodecs()
|