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

  /external/webrtc/webrtc/base/
common.h 51 #ifndef stricmp
52 #define stricmp(x, y) strcasecmp(x, y) macro
stringutils.h 60 // strlen, strcmp, stricmp, strncmp, strnicmp
81 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
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 59 #define stricmp strcasecmp macro
844 if (!stricmp(argv[1], "pio")) {
847 } else if (!stricmp(argv[1], "dma")) {
849 } else if (!stricmp(argv[1], "sdma")) {
852 } else if (!stricmp(argv[1], "adma1")) {
854 } else if (!stricmp(argv[1], "adma")) {
856 } else if (!stricmp(argv[1], "adma2")) {
    [all...]
  /external/sqlite/dist/orig/
sqlite3ext.h 247 int (*stricmp)(const char*,const char*); member in struct:sqlite3_api_routines
490 #define sqlite3_stricmp sqlite3_api->stricmp
  /external/sqlite/dist/
sqlite3ext.h 247 int (*stricmp)(const char*,const char*); member in struct:sqlite3_api_routines
490 #define sqlite3_stricmp sqlite3_api->stricmp

Completed in 311 milliseconds