Home | History | Annotate | Download | only in src

Lines Matching defs:c1

447 unsigned int c1, c2;
450 c1 = tolower(*str1++);
452 if (c1 != c2) return ((c1 > c2) << 1) - 1;