/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/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/chromium_org/third_party/libjingle/source/talk/base/ |
common.h | 65 #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
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
dhdu.c | 58 #define stricmp strcasecmp macro 843 if (!stricmp(argv[1], "pio")) { 846 } else if (!stricmp(argv[1], "dma")) { 848 } else if (!stricmp(argv[1], "sdma")) { 851 } else if (!stricmp(argv[1], "adma1")) { 853 } else if (!stricmp(argv[1], "adma")) { 855 } else if (!stricmp(argv[1], "adma2")) { [all...] |