HomeSort by relevance Sort by last modified time
    Searched defs:stricmp (Results 1 - 10 of 10) sorted by null

  /external/quake/quake/src/QW/client/
quakedef.h 150 #define stricmp strcasecmp macro
  /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/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
stringutils.h 77 // strlen, strcmp, stricmp, strncmp, strnicmp
98 inline int stricmp(const wchar_t* s1, const wchar_t* s2) { function
  /external/dbus/dbus/
dbus-sysdeps-wince-glue.h 83 #define stricmp _stricmp macro
  /external/quake/quake/src/WinQuake/
quakedef.h 349 #define stricmp strcasecmp macro
  /gdk/samples/quake/jni/
quakedef.h 349 #define stricmp strcasecmp macro
  /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...]

Completed in 971 milliseconds