/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | DynamicLibrary.inc | 53 if (stricmp(ModuleName, "msvci70") != 0 && 54 stricmp(ModuleName, "msvcirt") != 0 && 55 stricmp(ModuleName, "msvcp50") != 0 && 56 stricmp(ModuleName, "msvcp60") != 0 && 57 stricmp(ModuleName, "msvcp70") != 0 && 58 stricmp(ModuleName, "msvcr70") != 0 && 62 stricmp(ModuleName, "msvcrt") != 0 && 64 stricmp(ModuleName, "msvcrt20") != 0 && 65 stricmp(ModuleName, "msvcrt40") != 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/libvncserver/test/ |
D | tjutil.h | 35 #define strcasecmp stricmp
|
/external/libjpeg-turbo/ |
D | tjutil.h | 35 #define strcasecmp stricmp
|
/external/curl/lib/ |
D | strequal.c | 41 return !(stricmp)(first, second); in curl_strequal()
|
/external/e2fsprogs/util/ |
D | libecho.c | 29 if (!stricmp(argv[i], "-p")) in main()
|
/external/xmlrpcpp/src/ |
D | XmlRpcUtil.h | 20 # define strcasecmp stricmp
|
/external/c-ares/ |
D | ares_strcasecmp.c | 27 return stricmp(a, b); in ares_strcasecmp()
|
/external/swiftshader/third_party/LLVM/include/llvm/Config/ |
D | config.h | 705 #define stricmp _stricmp macro
|
D | config.h.cmake | 704 /* Define to a function implementing stricmp */ 705 #cmakedefine stricmp ${stricmp}
|
/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/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 | 245 int (*stricmp)(const char*,const char*); member 509 #define sqlite3_stricmp sqlite3_api->stricmp
|
/external/sqlite/dist/ |
D | sqlite3ext.h | 245 int (*stricmp)(const char*,const char*); member 509 #define sqlite3_stricmp sqlite3_api->stricmp
|
/external/llvm/include/llvm/Config/ |
D | config.h.cmake | 579 /* Define to a function implementing stricmp */ 580 #cmakedefine stricmp ${stricmp}
|
/external/swiftshader/third_party/LLVM/cmake/ |
D | config-ix.cmake | 356 set(stricmp "_stricmp") variable
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-port.h | 1280 return stricmp(s1, s2);
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1570 return stricmp(s1, s2);
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-port.h | 1557 return stricmp(s1, s2);
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1562 return stricmp(s1, s2);
|
/external/curl/m4/ |
D | curl-functions.m4 | 6317 dnl Verify if stricmp is available, prototyped, and 6331 AC_MSG_CHECKING([if stricmp can be linked]) 6333 AC_LANG_FUNC_LINK_TRY([stricmp]) 6343 AC_MSG_CHECKING([if stricmp is prototyped]) 6344 AC_EGREP_CPP([stricmp],[ 6356 AC_MSG_CHECKING([if stricmp is compilable]) 6361 if(0 != stricmp(0, 0)) 6374 AC_MSG_CHECKING([if stricmp usage allowed]) 6384 AC_MSG_CHECKING([if stricmp might be used]) 6391 [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()
|