Searched refs:str1 (Results 1 – 2 of 2) sorted by relevance
158 static int mystrcmp(char* str1, char* str2) in mystrcmp() argument160 while(*str1) in mystrcmp()162 if (tolower(*str1) != tolower(*str2)) in mystrcmp()163 return (tolower(*str1) - tolower(*str2)); in mystrcmp()164 str1++; in mystrcmp()
293 static int MyStrnCmp(char* str1, char* str2, u32 maxlen) in MyStrnCmp() argument302 if (tolower(*str1) != tolower(*str2)) in MyStrnCmp()304 if (*str1 == '\0') in MyStrnCmp()306 str1++; in MyStrnCmp()