HomeSort by relevance Sort by last modified time
    Searched refs:stricmp (Results 1 - 25 of 49) sorted by null

1 2

  /external/e2fsprogs/intl/
os2compat.h 39 #define strcasecmp stricmp
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_config.h 33 #define strcasecmp stricmp
  /external/bluetooth/glib/gmodule/
gmodule-os2.c 136 if (suffix && (stricmp (suffix, ".dll") == 0))
140 else if (suffix && (stricmp (suffix, ".dll") == 0))
  /external/chromium/base/allocator/
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/
libecho.c 29 if (!stricmp(argv[i], "-p"))
  /external/srec/seti/setiUtils/src/
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/
quakedef.h 150 #define stricmp strcasecmp macro
  /external/webkit/Source/JavaScriptCore/wtf/
StringExtras.h 79 inline int stricmp(const char* string1, const char* string2) function
  /external/chromium/third_party/libjingle/source/talk/base/
common.h 53 #define stricmp(x,y) strcasecmp(x,y) macro
socketaddress.cc 166 return (0 == stricmp(hostname_.c_str(), "localhost"));
179 && (0 == stricmp(hostname_.c_str(), GetHostname().c_str()))) {
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/
ImageGtk.cpp 68 if (!stricmp((const char *) (p+1), "bin"))
  /external/icu4c/common/
cstring.h 67 # define uprv_stricmp(str1, str2) U_STANDARD_CPP_NAMESPACE stricmp(str1, str2)
  /external/llvm/include/llvm/Config/
config.h.cmake 704 /* Define to a function implementing stricmp */
705 #cmakedefine stricmp ${stricmp}
  /external/qemu/android/utils/
system.h 106 # define strcasecmp stricmp
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscostask.c 201 if (stricmp(p+1,"!RunImage") == 0)
  /external/dbus/dbus/
dbus-sysdeps-wince-glue.h 83 #define stricmp _stricmp macro
  /external/quake/quake/src/QW/server/
sv_main.c 557 stricmp(spectator_password.string, "none") &&
572 stricmp(password.string, "none") &&
    [all...]
  /external/quake/quake/src/WinQuake/
quakedef.h 349 #define stricmp strcasecmp macro
  /gdk/samples/quake/jni/
quakedef.h 349 #define stricmp strcasecmp macro
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp     [all...]
  /external/openssl/
e_os.h 678 # define strcasecmp stricmp
683 # define strcasecmp stricmp
  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu.c 53 #define stricmp strcasecmp macro
819 if (!stricmp(argv[1], "pio")) {
822 } else if (!stricmp(argv[1], "dma")) {
824 } else if (!stricmp(argv[1], "sdma")) {
827 } else if (!stricmp(argv[1], "adma1")) {
829 } else if (!stricmp(argv[1], "adma")) {
831 } else if (!stricmp(argv[1], "adma2")) {
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 53 #define stricmp strcasecmp macro
819 if (!stricmp(argv[1], "pio")) {
822 } else if (!stricmp(argv[1], "dma")) {
824 } else if (!stricmp(argv[1], "sdma")) {
827 } else if (!stricmp(argv[1], "adma1")) {
829 } else if (!stricmp(argv[1], "adma")) {
831 } else if (!stricmp(argv[1], "adma2")) {
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
smc_properties_parser.c 61 #define STRICMP strcasecmp
63 #define STRICMP _stricmp
65 #define STRICMP stricmp
130 nCmp=STRICMP(pName,pList->pName);
305 if (STRICMP(pNameZ, SYSTEM_SECTION_NAME) == 0)

Completed in 712 milliseconds

1 2