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

  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
cu_cmd.h 46 #define stricmp strcasecmp macro
  /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/JavaScriptCore/wtf/
StringExtras.h 65 inline int stricmp(const char* string1, const char* string2) function
  /external/quake/quake/src/WinQuake/
quakedef.h 348 #define stricmp strcasecmp macro
  /hardware/broadcom/wlan/bcm4329/src/dhd/exe/
dhdu.c 57 #define stricmp strcasecmp macro
782 if (!stricmp(argv[1], "pio")) {
785 } else if (!stricmp(argv[1], "dma")) {
787 } else if (!stricmp(argv[1], "sdma")) {
790 } else if (!stricmp(argv[1], "adma1")) {
792 } else if (!stricmp(argv[1], "adma")) {
794 } else if (!stricmp(argv[1], "adma2")) {
    [all...]

Completed in 1411 milliseconds