Lines Matching defs:c2
149 unsigned char c1 = *cp, c2 = *p;158 if (c2 >= 'A' && c2 <= 'Z')159 c2 += 'a' - 'A';161 if (c1 != c2)