Searched refs:str2 (Results 1 – 2 of 2) sorted by relevance
158 static int mystrcmp(char* str1, char* str2) in mystrcmp() argument162 if (tolower(*str1) != tolower(*str2)) in mystrcmp()163 return (tolower(*str1) - tolower(*str2)); in mystrcmp()165 str2++; in mystrcmp()
293 static int MyStrnCmp(char* str1, char* str2, u32 maxlen) in MyStrnCmp() argument302 if (tolower(*str1) != tolower(*str2)) in MyStrnCmp()307 str2++; in MyStrnCmp()