Lines Matching refs:c2
259 int c1, c2;264 c2 = *s2++;269 if (c1 != c2)273 if (c2 >= 'a' && c2 <= 'z')274 c2 -= ('a' - 'A');275 if (c1 != c2)