Searched refs:s1 (Results 1 – 2 of 2) sorted by relevance
211 static int strcmp_prefix(const char *s1, const char *s2) in strcmp_prefix() argument215 n = min(strlen(s1), strlen(s2)); in strcmp_prefix()216 return strncmp(s1, s2, n); in strcmp_prefix()
28 static int fact_match(unsigned char *eeprom_buf, uchar *s1, int i2) in fact_match() argument30 if (s1 == NULL) in fact_match()33 while (*s1 == fact_get_char(i2++)) in fact_match()34 if (*s1++ == '=') in fact_match()37 if (*s1 == '\0' && fact_get_char(i2-1) == '=') in fact_match()
Completed in 6 milliseconds