Searched refs:us2 (Results 1 – 1 of 1) sorted by relevance
402 *us2 = (const u_char *)s2; in strcasecmp_impl() local404 while (tolower(*us1) == tolower(*us2++)) { in strcasecmp_impl()409 return tolower(*us1) - tolower(*--us2); in strcasecmp_impl()419 *us2 = (const u_char *)s2; in strncasecmp_impl() local422 if (tolower(*us1) != tolower(*us2++)) { in strncasecmp_impl()423 return tolower(*us1) - tolower(*--us2); in strncasecmp_impl()