Home
last modified time | relevance | path

Searched refs:u2 (Results 1 – 1 of 1) sorted by relevance

/components/libc/compilers/common/
A Dcstring.c131 const unsigned char* u2 = (const unsigned char*)s2; in strcasecmp() local
134 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() local
151 result = tolower(*u1) - tolower(*u2); in strncasecmp()
157 u2++; in strncasecmp()

Completed in 6 milliseconds