Searched defs:stricmp (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/webrtc/base/
H A Dcommon.h51 #ifndef stricmp
52 #define stricmp(x, y) strcasecmp(x, y) macro
H A Dstringutils.h60 // strlen, strcmp, stricmp, strncmp, strnicmp
81 inline int stricmp(const wchar_t* s1, const wchar_t* s2) { function
/external/dbus/dbus/
H A Ddbus-sysdeps-wince-glue.h83 #define stricmp _stricmp macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h247 int (*stricmp)(const char*,const char*); member in struct:sqlite3_api_routines
490 #define sqlite3_stricmp sqlite3_api->stricmp
/external/sqlite/dist/
H A Dsqlite3ext.h247 int (*stricmp)(const char*,const char*); member in struct:sqlite3_api_routines
490 #define sqlite3_stricmp sqlite3_api->stricmp

Completed in 280 milliseconds