Home | History | Annotate | Download | only in citrus

Lines Matching defs:c1

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