Searched refs:us1 (Results 1 – 1 of 1) sorted by relevance
437 const unsigned char *us1 = (const u_char *)s1, in strcasecmp_impl() local440 while (tolower(*us1) == tolower(*us2++)) { in strcasecmp_impl()441 if (*us1++ == '\0') { in strcasecmp_impl()445 return tolower(*us1) - tolower(*--us2); in strcasecmp_impl()