Searched refs:us1 (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()49 if (*us1++ == '\0') in strcasecmp()53 return (tolower(*us1) - tolower(*us2)); in strcasecmp()61 const u_char *us1 = (const u_char *)s1; in strncasecmp() local65 if (tolower(*us1) != tolower(*us2)) in strncasecmp()66 return (tolower(*us1) - tolower(*us2)); in strncasecmp()67 if (*us1++ == '\0') in strncasecmp()