Searched refs:u2 (Results 1 – 1 of 1) sorted by relevance
131 const unsigned char* u2 = (const unsigned char*)s2; in strcasecmp() local134 while ((result = tolower(*u1) - tolower(*u2)) == 0 && *u1 != 0) in strcasecmp()137 u2++; in strcasecmp()146 const unsigned char* u2 = (const unsigned char*)s2; in strncasecmp() local151 result = tolower(*u1) - tolower(*u2); in strncasecmp()157 u2++; in strncasecmp()
Completed in 6 milliseconds