Lines Matching refs:str1
445 strcmpic(const char *str1, const char *str2)448 while (*str1 != '\0' || *str2 != '\0')450 c1 = tolower(*str1++);