Searched defs:strnicmp (Results 1 - 5 of 5) sorted by relevance
/external/webrtc/webrtc/base/ |
H A D | common.h | 47 #ifndef strnicmp 48 #define strnicmp(x, y, n) strncasecmp(x, y, n) macro
|
H A D | stringutils.h | 60 // strlen, strcmp, stricmp, strncmp, strnicmp 87 inline int strnicmp(const wchar_t* s1, const wchar_t* s2, size_t n) { function
|
/external/dbus/dbus/ |
H A D | dbus-sysdeps-wince-glue.h | 84 #define strnicmp _strnicmp macro
|
/external/sqlite/dist/orig/ |
H A D | sqlite3ext.h | 231 int (*strnicmp)(const char*,const char*,int); member in struct:sqlite3_api_routines 474 #define sqlite3_strnicmp sqlite3_api->strnicmp
|
/external/sqlite/dist/ |
H A D | sqlite3ext.h | 231 int (*strnicmp)(const char*,const char*,int); member in struct:sqlite3_api_routines 474 #define sqlite3_strnicmp sqlite3_api->strnicmp
|
Completed in 128 milliseconds