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