Searched refs:us2 (Results 1 – 1 of 1) sorted by relevance
247 *us2 = (const u_char *)s2; in strcasecmp() local249 while (tolower(*us1) == tolower(*us2++)) { in strcasecmp()254 return tolower(*us1) - tolower(*--us2); in strcasecmp()262 *us2 = (const u_char *)s2; in strncasecmp() local265 if (tolower(*us1) != tolower(*us2++)) { in strncasecmp()266 return tolower(*us1) - tolower(*--us2); in strncasecmp()