Lines Matching refs:c2
1237 int c1 = tolower((unsigned char)*s1), c2 = tolower((unsigned char)*s2);1238 if (c1 < c2)1240 else if (c1 > c2)