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

/external/srec/seti/setiUtils/src/
H A Dplatform_utils.c91 /* 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_org/third_party/libjpeg_turbo/
H A Drrutil.h25 #define stricmp strcasecmp macro
/external/chromium_org/third_party/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/sqlite/dist/orig/
H A Dsqlite3ext.h247 int (*stricmp)(const char*,const char*); member in struct:sqlite3_api_routines
464 #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
464 #define sqlite3_stricmp sqlite3_api->stricmp

Completed in 246 milliseconds