Searched refs:us2 (Results 1 – 1 of 1) sorted by relevance
46 const u_char *us1 = (const u_char *)s1, *us2 = (const u_char *)s2; in strcasecmp() local48 while (tolower(*us1) == tolower(*us2)) { in strcasecmp()51 us2++; in strcasecmp()53 return (tolower(*us1) - tolower(*us2)); in strcasecmp()62 const u_char *us2 = (const u_char *)s2; in strncasecmp() local65 if (tolower(*us1) != tolower(*us2)) in strncasecmp()66 return (tolower(*us1) - tolower(*us2)); in strncasecmp()69 us2++; in strncasecmp()