HomeSort by: relevance | last modified time | path
    Searched defs:us2 (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libc/string/
strcasecmp.c 63 *us2 = (const unsigned char *)s2; local in function:__weak_alias
68 while (tolower(*us1) == tolower(*us2++))
71 return (tolower(*us1) - tolower(*--us2));
strncasecmp.c 68 *us2 = (const unsigned char *)s2; local in function:__weak_alias
71 if (tolower(*us1) != tolower(*us2++))
72 return (tolower(*us1) - tolower(*--us2));

Completed in 12 milliseconds