Searched refs:s1 (Results 1 – 1 of 1) sorted by relevance
1104 static int ecc_strcmp(char *s1, char *s2) in ecc_strcmp() argument1108 while (*s1 == '0') s1++; in ecc_strcmp()1111 for ( ; *s1 || *s2; s1++, s2++) in ecc_strcmp()1113 if ((*s1 >= 'A') && (*s1 <= 'Z')) in ecc_strcmp()1114 c1 = *s1 + 32; in ecc_strcmp()1116 c1 = *s1; in ecc_strcmp()