Lines Matching refs:c2
1848 int c1 = tolower((unsigned char)*s1), c2 = tolower((unsigned char)*s2);1849 if (c1 < c2)1851 else if (c1 > c2)