Searched refs:us2 (Results 1 – 1 of 1) sorted by relevance
246 *us2 = (const u_char *)s2; in strcasecmp() local248 while (tolower(*us1) == tolower(*us2++)) { in strcasecmp()253 return tolower(*us1) - tolower(*--us2); in strcasecmp()261 *us2 = (const u_char *)s2; in strncasecmp() local264 if (tolower(*us1) != tolower(*us2++)) { in strncasecmp()265 return tolower(*us1) - tolower(*--us2); in strncasecmp()