Searched refs:stricmp (Results 1 - 25 of 41) 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/bluetooth/glib/gmodule/
H A Dgmodule-os2.c136 if (suffix && (stricmp (suffix, ".dll") == 0))
140 else if (suffix && (stricmp (suffix, ".dll") == 0))
/external/chromium/base/allocator/
H A Dallocator_shim.cc235 if (!stricmp(environment_value, "jemalloc"))
237 else if (!stricmp(environment_value, "winheap"))
239 else if (!stricmp(environment_value, "winlfh"))
241 else if (!stricmp(environment_value, "tcmalloc"))
/external/e2fsprogs/util/
H A Dlibecho.c29 if (!stricmp(argv[i], "-p"))
/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/quake/quake/src/QW/client/
H A Dquakedef.h150 #define stricmp strcasecmp macro
H A Dgl_rmisc.c259 if (player->skin && !stricmp(s, player->skin->name))
/external/webkit/Source/JavaScriptCore/wtf/
H A DStringExtras.h79 inline int stricmp(const char* string1, const char* string2) function
/external/chromium/third_party/libjingle/source/talk/base/
H A Dcommon.h53 #define stricmp(x,y) strcasecmp(x,y) macro
H A Dsocketaddress.cc166 return (0 == stricmp(hostname_.c_str(), "localhost"));
179 && (0 == stricmp(hostname_.c_str(), GetHostname().c_str()))) {
H A Dstringutils.h77 // strlen, strcmp, stricmp, strncmp, strnicmp
98 inline int stricmp(const wchar_t* s1, const wchar_t* s2) { function
/external/webkit/Source/WebCore/platform/graphics/gtk/
H A DImageGtk.cpp68 if (!stricmp((const char *) (p+1), "bin"))
/external/icu4c/common/
H A Dcstring.h67 # define uprv_stricmp(str1, str2) U_STANDARD_CPP_NAMESPACE stricmp(str1, str2)
/external/llvm/include/llvm/Config/
H A Dconfig.h.cmake704 /* Define to a function implementing stricmp */
705 #cmakedefine stricmp ${stricmp}
/external/qemu/android/utils/
H A Dsystem.h106 # define strcasecmp stricmp
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
H A DSDL_riscostask.c201 if (stricmp(p+1,"!RunImage") == 0)
/external/dbus/dbus/
H A Ddbus-sysdeps-wince-glue.h83 #define stricmp _stricmp macro
/external/quake/quake/src/QW/server/
H A Dsv_main.c557 stricmp(spectator_password.string, "none") &&
572 stricmp(password.string, "none") &&
1499 if (!val[0] || !stricmp(val, "console")) {
1509 if (!stricmp(client->name, val))
/external/quake/quake/src/WinQuake/
H A Dquakedef.h349 #define stricmp strcasecmp macro
/external/webkit/Tools/DumpRenderTree/win/
H A DDumpRenderTree.cpp1323 if (!stricmp(argv[i], "--threaded")) {
1328 if (!stricmp(argv[i], "--dump-all-pixels")) {
1333 if (!stricmp(argv[i], "--pixel-tests")) {
1338 if (!stricmp(argv[i], "--complex-text")) {
1343 if (!stricmp(argv[i], "--print-supported-features")) {
/external/openssl/
H A De_os.h678 # define strcasecmp stricmp
683 # define strcasecmp stricmp
/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);
/external/qemu/android/skin/
H A Dkeyset.c307 if ( !stricmp(str, keysym_names[nn]._str) )

Completed in 983 milliseconds

12