Searched defs:stricmp (Results 1 - 5 of 5) 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/third_party/libjingle/source/talk/base/
H A Dcommon.h53 #define stricmp(x,y) strcasecmp(x,y) macro
H A Dstringutils.h77 // 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/
H A Dcommon.h65 #define stricmp(x, y) strcasecmp(x, y) macro
H A Dstringutils.h77 // strlen, strcmp, stricmp, strncmp, strnicmp
98 inline int stricmp(const wchar_t* s1, const wchar_t* s2) { function

Completed in 318 milliseconds