Lines Matching refs:c2
927 char c2 = *s2++;930 if (ASCII_a <= c2 && c2 <= ASCII_z)931 c2 += ASCII_A - ASCII_a;932 if (c1 != c2)