Lines Matching defs:c2
1022 char c2 = *s2++;1025 if (ASCII_a <= c2 && c2 <= ASCII_z)1026 c2 += ASCII_A - ASCII_a;1027 if (c1 != c2)