Searched refs:str1 (Results 1 – 1 of 1) sorted by relevance
297 static int MyStrnCmp(char* str1, char* str2, u32 maxlen) in MyStrnCmp() argument306 if (tolower(*str1) != tolower(*str2)) in MyStrnCmp()308 if (*str1 == '\0') in MyStrnCmp()310 str1++; in MyStrnCmp()