Home
last modified time | relevance | path

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

12

/external/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/chromium/base/allocator/
Dallocator_shim.cc235 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/
Dgmodule-os2.c136 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/
Dos2compat.h39 #define strcasecmp stricmp
/external/e2fsprogs/util/
Dlibecho.c29 if (!stricmp(argv[i], "-p")) in main()
/external/srec/seti/setiUtils/src/
Dplatform_utils.c93 int stricmp(const char *str1, const char *str2) in stricmp() function
/external/webkit/Source/JavaScriptCore/wtf/
DStringExtras.h79 inline int stricmp(const char* string1, const char* string2) in stricmp() function
/external/quake/quake/src/QW/client/
Dquakedef.h150 #define stricmp strcasecmp macro
Dgl_rmisc.c259 if (player->skin && !stricmp(s, player->skin->name)) in R_TranslatePlayerSkin()
/external/chromium/third_party/libjingle/source/talk/base/
Dsocketaddress.cc166 return (0 == stricmp(hostname_.c_str(), "localhost")); in IsLoopbackIP()
179 && (0 == stricmp(hostname_.c_str(), GetHostname().c_str()))) { in IsLocalIP()
Dcommon.h53 #define stricmp(x,y) strcasecmp(x,y) macro
Dstringutils.h98 inline int stricmp(const wchar_t* s1, const wchar_t* s2) { in stricmp() function
/external/webkit/Source/WebCore/platform/graphics/gtk/
DImageGtk.cpp68 if (!stricmp((const char *) (p+1), "bin")) in getWebKitDataDirectory()
/external/qemu/android/utils/
Dsystem.h106 # define strcasecmp stricmp
/external/icu4c/common/
Dcstring.h67 # define uprv_stricmp(str1, str2) U_STANDARD_CPP_NAMESPACE stricmp(str1, str2)
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
DSDL_riscostask.c201 if (stricmp(p+1,"!RunImage") == 0) in RISCOS_GetTaskName()
/external/webkit/Tools/DumpRenderTree/win/
DDumpRenderTree.cpp1323 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/
Ddbus-sysdeps-wince-glue.h83 #define stricmp _stricmp macro
/external/openssl/
De_os.h678 # define strcasecmp stricmp
683 # define strcasecmp stricmp
/external/quake/quake/src/QW/server/
Dsv_main.c557 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/
Dquakedef.h349 #define stricmp strcasecmp macro
Dsnd_gus.cpp278 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/
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/llvm/include/llvm/Config/
Dconfig.h.cmake704 /* Define to a function implementing stricmp */
705 #cmakedefine stricmp ${stricmp}
/external/qemu/android/skin/
Dkeyset.c307 if ( !stricmp(str, keysym_names[nn]._str) ) in skin_key_symmod_from_str()

12