Lines Matching refs:str2
69 * Return TRUE iff str1 and str2 are equal.73 const char *str2)75 while (*str1 && *str2) {76 if (*str1 != uprcase(*str2))79 str2++;81 return *str1 == 0 && *str2 == 0;