Home
last modified time | relevance | path

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

123

/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_org/base/allocator/
Dallocator_shim.cc236 if (!stricmp(environment_value, "winheap")) in _heap_init()
238 else if (!stricmp(environment_value, "winlfh")) in _heap_init()
240 else if (!stricmp(environment_value, "tcmalloc")) in _heap_init()
/external/chromium_org/third_party/webrtc/base/
Dcommon.h51 #ifndef stricmp
52 #define stricmp(x, y) strcasecmp(x, y) macro
Dstringutils.h81 inline int stricmp(const wchar_t* s1, const wchar_t* s2) { in stricmp() function
/external/chromium_org/third_party/libjingle/source/talk/base/
Dcommon.h69 #ifndef stricmp
70 #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/e2fsprogs/intl/
Dos2compat.h39 #define strcasecmp stricmp
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dtransportdescription.cc43 if (stricmp(roles[i], role_str.c_str()) == 0) { in StringToConnectionRole()
/external/e2fsprogs/util/
Dlibecho.c29 if (!stricmp(argv[i], "-p")) in main()
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dstrcasecmp.c51 return stricmp(s1, s2); in yasm__strcasecmp()
/external/srec/seti/setiUtils/src/
Dplatform_utils.c93 int stricmp(const char *str1, const char *str2) in stricmp() function
/external/chromium_org/third_party/yasm/source/patched-yasm/
Dutil.h108 # define yasm__strcasecmp(x, y) stricmp(x, y)
Dconfig.h.in78 /* Define to 1 if you have the `stricmp' function. */
/external/chromium_org/third_party/webrtc/voice_engine/
Dvoice_engine_defines.h267 #define _stricmp stricmp
/external/qemu/android/utils/
Dsystem.h111 # define strcasecmp stricmp
/external/chromium_org/third_party/icu/source/common/
Dcstring.h67 # define uprv_stricmp(str1, str2) U_STANDARD_CPP_NAMESPACE stricmp(str1, str2)
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
DSDL_riscostask.c201 if (stricmp(p+1,"!RunImage") == 0) in RISCOS_GetTaskName()
/external/chromium_org/third_party/openssl/openssl/
De_os.h678 # define strcasecmp stricmp
683 # define strcasecmp stricmp
/external/openssl/
De_os.h685 # define strcasecmp stricmp
690 # define strcasecmp stricmp
/external/sqlite/dist/
Dsqlite3ext.h247 int (*stricmp)(const char*,const char*); member
464 #define sqlite3_stricmp sqlite3_api->stricmp
/external/sqlite/dist/orig/
Dsqlite3ext.h247 int (*stricmp)(const char*,const char*); member
464 #define sqlite3_stricmp sqlite3_api->stricmp
/external/chromium_org/third_party/re2/util/
Dpcre.cc913 if (0 == stricmp(i, "inf") || 0 == stricmp(i, "infinity")) { in parse_double()
917 } else if (0 == stricmp(i, "nan")) { in parse_double()
/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.cmake542 /* Define to a function implementing stricmp */
543 #cmakedefine stricmp ${stricmp}
/external/qemu/android/skin/
Dkeyset.c307 if ( !stricmp(str, keysym_names[nn]._str) ) in skin_key_symmod_from_str()

123