Searched refs:s2 (Results 1 – 1 of 1) sorted by relevance
1104 static int ecc_strcmp(char *s1, char *s2) in ecc_strcmp() argument1109 while (*s2 == '0') s2++; in ecc_strcmp()1111 for ( ; *s1 || *s2; s1++, s2++) in ecc_strcmp()1118 if ((*s2 >= 'A') && (*s2 <= 'Z')) in ecc_strcmp()1119 c2 = *s2 + 32; in ecc_strcmp()1121 c2 = *s2; in ecc_strcmp()