/external/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/chromium/base/allocator/ |
D | allocator_shim.cc | 235 if (!stricmp(environment_value, "jemalloc")) in _heap_init() 237 else if (!stricmp(environment_value, "winheap")) in _heap_init() 239 else if (!stricmp(environment_value, "winlfh")) in _heap_init() 241 else if (!stricmp(environment_value, "tcmalloc")) in _heap_init()
|
/external/bluetooth/glib/gmodule/ |
D | gmodule-os2.c | 136 if (suffix && (stricmp (suffix, ".dll") == 0)) in _g_module_build_path() 140 else if (suffix && (stricmp (suffix, ".dll") == 0)) in _g_module_build_path()
|
/external/e2fsprogs/intl/ |
D | os2compat.h | 39 #define strcasecmp stricmp
|
/external/e2fsprogs/util/ |
D | libecho.c | 29 if (!stricmp(argv[i], "-p")) in main()
|
/external/srec/seti/setiUtils/src/ |
D | platform_utils.c | 93 int stricmp(const char *str1, const char *str2) in stricmp() function
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | StringExtras.h | 79 inline int stricmp(const char* string1, const char* string2) in stricmp() function
|
/external/quake/quake/src/QW/client/ |
D | quakedef.h | 150 #define stricmp strcasecmp macro
|
D | gl_rmisc.c | 259 if (player->skin && !stricmp(s, player->skin->name)) in R_TranslatePlayerSkin()
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | socketaddress.cc | 166 return (0 == stricmp(hostname_.c_str(), "localhost")); in IsLoopbackIP() 179 && (0 == stricmp(hostname_.c_str(), GetHostname().c_str()))) { in IsLocalIP()
|
D | common.h | 53 #define stricmp(x,y) strcasecmp(x,y) macro
|
D | stringutils.h | 98 inline int stricmp(const wchar_t* s1, const wchar_t* s2) { in stricmp() function
|
/external/webkit/Source/WebCore/platform/graphics/gtk/ |
D | ImageGtk.cpp | 68 if (!stricmp((const char *) (p+1), "bin")) in getWebKitDataDirectory()
|
/external/qemu/android/utils/ |
D | system.h | 106 # define strcasecmp stricmp
|
/external/icu4c/common/ |
D | cstring.h | 67 # define uprv_stricmp(str1, str2) U_STANDARD_CPP_NAMESPACE stricmp(str1, str2)
|
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
D | SDL_riscostask.c | 201 if (stricmp(p+1,"!RunImage") == 0) in RISCOS_GetTaskName()
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | DumpRenderTree.cpp | 1323 if (!stricmp(argv[i], "--threaded")) { in main() 1328 if (!stricmp(argv[i], "--dump-all-pixels")) { in main() 1333 if (!stricmp(argv[i], "--pixel-tests")) { in main() 1338 if (!stricmp(argv[i], "--complex-text")) { in main() 1343 if (!stricmp(argv[i], "--print-supported-features")) { in main()
|
/external/dbus/dbus/ |
D | dbus-sysdeps-wince-glue.h | 83 #define stricmp _stricmp macro
|
/external/openssl/ |
D | e_os.h | 678 # define strcasecmp stricmp 683 # define strcasecmp stricmp
|
/external/quake/quake/src/QW/server/ |
D | sv_main.c | 557 stricmp(spectator_password.string, "none") && in SVC_DirectConnect() 572 stricmp(password.string, "none") && in SVC_DirectConnect() 1499 if (!val[0] || !stricmp(val, "console")) { in SV_ExtractFromUserinfo() 1509 if (!stricmp(client->name, val)) in SV_ExtractFromUserinfo()
|
/external/quake/quake/src/WinQuake/ |
D | quakedef.h | 349 #define stricmp strcasecmp macro
|
D | snd_gus.cpp | 278 if (stricmp(section,section_buffers[i].name)==0) in add_section() 305 if (stricmp(field_buffers[i].name,field)==0) in add_field()
|
/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/llvm/include/llvm/Config/ |
D | config.h.cmake | 704 /* Define to a function implementing stricmp */ 705 #cmakedefine stricmp ${stricmp}
|
/external/qemu/android/skin/ |
D | keyset.c | 307 if ( !stricmp(str, keysym_names[nn]._str) ) in skin_key_symmod_from_str()
|