Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DDynamicLibrary.inc53 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/
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/libvncserver/test/
Dtjutil.h35 #define strcasecmp stricmp
/external/libjpeg-turbo/
Dtjutil.h35 #define strcasecmp stricmp
/external/curl/lib/
Dstrequal.c41 return !(stricmp)(first, second); in curl_strequal()
/external/e2fsprogs/util/
Dlibecho.c29 if (!stricmp(argv[i], "-p")) in main()
/external/xmlrpcpp/src/
DXmlRpcUtil.h20 # define strcasecmp stricmp
/external/c-ares/
Dares_strcasecmp.c27 return stricmp(a, b); in ares_strcasecmp()
/external/swiftshader/third_party/LLVM/include/llvm/Config/
Dconfig.h705 #define stricmp _stricmp macro
Dconfig.h.cmake704 /* Define to a function implementing stricmp */
705 #cmakedefine stricmp ${stricmp}
/external/flac/include/share/
Dcompat.h94 #define FLAC__STRCASECMP stricmp
/external/webrtc/webrtc/voice_engine/
Dvoice_engine_defines.h240 #define _stricmp stricmp
/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.h245 int (*stricmp)(const char*,const char*); member
509 #define sqlite3_stricmp sqlite3_api->stricmp
/external/sqlite/dist/
Dsqlite3ext.h245 int (*stricmp)(const char*,const char*); member
509 #define sqlite3_stricmp sqlite3_api->stricmp
/external/llvm/include/llvm/Config/
Dconfig.h.cmake579 /* Define to a function implementing stricmp */
580 #cmakedefine stricmp ${stricmp}
/external/swiftshader/third_party/LLVM/cmake/
Dconfig-ix.cmake356 set(stricmp "_stricmp") variable
/external/protobuf/gtest/include/gtest/internal/
Dgtest-port.h1280 return stricmp(s1, s2);
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h1570 return stricmp(s1, s2);
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h1557 return stricmp(s1, s2);
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h1562 return stricmp(s1, s2);
/external/curl/m4/
Dcurl-functions.m46317 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/
Dmediasession.cc738 return stricmp(codec.name.c_str(), kRtxCodecName) == 0; in IsRtxCodec()
1008 if (stricmp(iter->name.c_str(), kComfortNoiseCodecName) == 0) { in StripCNCodecs()

123