Home | History | Annotate | Download | only in citrus

Lines Matching defs:c2

54 	int c1 = 1, c2 = 1;
56 while (c1 && c2 && c1 == c2) {
58 c2 = _bcs_toupper(*str2++);
61 return ((c1 == c2) ? 0 : ((c1 > c2) ? 1 : -1));
71 int c1 = 1, c2 = 1;
73 while (c1 && c2 && c1 == c2 && sz != 0) {
75 c2 = _bcs_toupper(*str2++);
79 return ((c1 == c2) ? 0 : ((c1 > c2) ? 1 : -1));