Home | History | Annotate | Download | only in libiberty

Lines Matching refs:c1

64       int c1 = *s1;
68 c1 = TOLOWER (c1);
74 if (c1 == '/')
75 c1 = '\\';
80 if (c1 != c2)
81 return (c1 - c2);
83 if (c1 == '\0')
124 int c1 = *s1;
128 c1 = TOLOWER (c1);
134 if (c1 == '/')
135 c1 = '\\';
140 if (c1 == '\0' || c1 != c2)
141 return (c1 - c2);