Searched refs:us2 (Results 1 – 1 of 1) sorted by relevance
53 *us2 = (const unsigned char *)s2; in _strncasecmp() local56 if (tolower(*us1) != tolower(*us2++)) in _strncasecmp()57 return tolower(*us1) - tolower(*--us2); in _strncasecmp()
Completed in 4 milliseconds