/external/llvm/lib/Support/Windows/ |
H A 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/e2fsprogs/intl/ |
H A D | os2compat.h | 39 #define strcasecmp stricmp
|
/external/bluetooth/glib/gmodule/ |
H A D | gmodule-os2.c | 136 if (suffix && (stricmp (suffix, ".dll") == 0)) 140 else if (suffix && (stricmp (suffix, ".dll") == 0))
|
/external/chromium/base/allocator/ |
H A D | allocator_shim.cc | 235 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 D | libecho.c | 29 if (!stricmp(argv[i], "-p"))
|
/external/srec/seti/setiUtils/src/ |
H A D | platform_utils.c | 91 /* 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 D | quakedef.h | 150 #define stricmp strcasecmp macro
|
H A D | gl_rmisc.c | 259 if (player->skin && !stricmp(s, player->skin->name))
|
/external/webkit/Source/JavaScriptCore/wtf/ |
H A D | StringExtras.h | 79 inline int stricmp(const char* string1, const char* string2) function
|
/external/chromium/third_party/libjingle/source/talk/base/ |
H A D | common.h | 53 #define stricmp(x,y) strcasecmp(x,y) macro
|
H A D | socketaddress.cc | 166 return (0 == stricmp(hostname_.c_str(), "localhost")); 179 && (0 == stricmp(hostname_.c_str(), GetHostname().c_str()))) {
|
H A D | stringutils.h | 77 // 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 D | ImageGtk.cpp | 68 if (!stricmp((const char *) (p+1), "bin"))
|
/external/icu4c/common/ |
H A D | cstring.h | 67 # define uprv_stricmp(str1, str2) U_STANDARD_CPP_NAMESPACE stricmp(str1, str2)
|
/external/llvm/include/llvm/Config/ |
H A D | config.h.cmake | 704 /* Define to a function implementing stricmp */ 705 #cmakedefine stricmp ${stricmp}
|
/external/qemu/android/utils/ |
H A D | system.h | 106 # define strcasecmp stricmp
|
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
H A D | SDL_riscostask.c | 201 if (stricmp(p+1,"!RunImage") == 0)
|
/external/dbus/dbus/ |
H A D | dbus-sysdeps-wince-glue.h | 83 #define stricmp _stricmp macro
|
/external/quake/quake/src/QW/server/ |
H A D | sv_main.c | 557 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 D | quakedef.h | 349 #define stricmp strcasecmp macro
|
/external/webkit/Tools/DumpRenderTree/win/ |
H A D | DumpRenderTree.cpp | 1323 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 D | e_os.h | 678 # define strcasecmp stricmp 683 # define strcasecmp stricmp
|
/external/regex-re2/util/ |
H A D | pcre.cc | 908 if (0 == stricmp(i, "inf") || 0 == stricmp(i, "infinity")) { 912 } else if (0 == stricmp(i, "nan")) {
|
/external/protobuf/gtest/include/gtest/internal/ |
H A D | gtest-port.h | 846 return stricmp(s1, s2);
|
/external/qemu/android/skin/ |
H A D | keyset.c | 307 if ( !stricmp(str, keysym_names[nn]._str) )
|