Searched refs:us2 (Results 1 – 1 of 1) sorted by relevance
45 const u_char *us2 = (const u_char *)s2; in strcasecmp() local47 while (tolower(*us1) == tolower(*us2++)) { in strcasecmp()52 return tolower(*us1) - tolower(*--us2); in strcasecmp()61 const u_char *us2 = (const u_char *)s2; in strncasecmp() local64 if (tolower(*us1) != tolower(*us2++)) in strncasecmp()65 return tolower(*us1) - tolower(*--us2); in strncasecmp()79 *us2 = (const u_char *)s2; in strcasecmp_l() local81 while (tolower_l(*us1, locale) == tolower_l(*us2++, locale)) in strcasecmp_l()84 return (tolower_l(*us1, locale) - tolower_l(*--us2, locale)); in strcasecmp_l()94 *us2 = (const u_char *)s2; in strncasecmp_l() local[all …]