Searched refs:stricmp (Results 1 - 25 of 46) sorted by relevance

12

/external/llvm/lib/Support/Windows/
H A 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/e2fsprogs/intl/
H A Dos2compat.h39 #define strcasecmp stricmp
/external/chromium_org/third_party/libjpeg_turbo/
H A Dtjutil.h35 #define strcasecmp stricmp
H A Djpgtest.cxx322 if(!stricmp(argv[i], "-tile")) dotile=1;
323 if(!stricmp(argv[i], "-forcesse3"))
328 if(!stricmp(argv[i], "-forcesse2"))
333 if(!stricmp(argv[i], "-forcesse"))
338 if(!stricmp(argv[i], "-forcemmx"))
343 if(!stricmp(argv[i], "-fastupsample"))
348 if(!stricmp(argv[i], "-rgb")) pf=BMP_RGB;
349 if(!stricmp(argv[i], "-rgba")) pf=BMP_RGBA;
350 if(!stricmp(argv[i], "-bgr")) pf=BMP_BGR;
351 if(!stricmp(arg
[all...]
H A Drrutil.h25 #define stricmp strcasecmp macro
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransportdescription.cc43 if (stricmp(roles[i], role_str.c_str()) == 0) {
/external/e2fsprogs/util/
H A Dlibecho.c29 if (!stricmp(argv[i], "-p"))
/external/chromium_org/base/allocator/
H A Dallocator_shim.cc229 if (!stricmp(environment_value, "winheap"))
231 else if (!stricmp(environment_value, "winlfh"))
233 else if (!stricmp(environment_value, "tcmalloc"))
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dstrcasecmp.c2 * strcasecmp() implementation for systems that don't have it or stricmp()
51 return stricmp(s1, s2);
/external/srec/seti/setiUtils/src/
H A Dplatform_utils.c91 /* C54 and WinCE does not have strdup or stricmp */
93 int stricmp(const char *str1, const char *str2) function
97 PLogError(L("stricmp: str1 or str2 is NULL\n"));
/external/chromium_org/third_party/webrtc/base/
H A Dcommon.h51 #ifndef stricmp
52 #define stricmp(x, y) strcasecmp(x, y) macro
H A Dstringutils.h60 // strlen, strcmp, stricmp, strncmp, strnicmp
81 inline int stricmp(const wchar_t* s1, const wchar_t* s2) { function
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoice_engine_defines.h267 #define _stricmp stricmp
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dutil.h108 # define yasm__strcasecmp(x, y) stricmp(x, y)
/external/llvm/include/llvm/Config/
H A Dconfig.h.cmake542 /* Define to a function implementing stricmp */
543 #cmakedefine stricmp ${stricmp}
/external/qemu/android/utils/
H A Dsystem.h111 # define strcasecmp stricmp
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_riscostask.c201 if (stricmp(p+1,"!RunImage") == 0)
/external/chromium_org/third_party/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/
H A DCallstacker.cpp158 return stricmp(who + a - b, what) == 0; // insecure
/external/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/
H A DCallstacker.cpp158 return stricmp(who + a - b, what) == 0; // insecure
/external/openssl/
H A De_os.h694 # define strcasecmp stricmp
699 # define strcasecmp stricmp
/external/sqlite/dist/orig/
H A Dsqlite3ext.h247 int (*stricmp)(const char*,const char*); member in struct:sqlite3_api_routines
464 #define sqlite3_stricmp sqlite3_api->stricmp
/external/sqlite/dist/
H A Dsqlite3ext.h247 int (*stricmp)(const char*,const char*); member in struct:sqlite3_api_routines
464 #define sqlite3_stricmp sqlite3_api->stricmp
/external/chromium_org/third_party/re2/util/
H A Dpcre.cc913 if (0 == stricmp(i, "inf") || 0 == stricmp(i, "infinity")) {
917 } else if (0 == stricmp(i, "nan")) {
/external/regex-re2/util/
H A Dpcre.cc908 if (0 == stricmp(i, "inf") || 0 == stricmp(i, "infinity")) {
912 } else if (0 == stricmp(i, "nan")) {
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h846 return stricmp(s1, s2);

Completed in 3107 milliseconds

12