Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/device/ !
H A Dsubrs.c246 *us2 = (const u_char *)s2; in strcasecmp() local
248 while (tolower(*us1) == tolower(*us2++)) { in strcasecmp()
253 return tolower(*us1) - tolower(*--us2); in strcasecmp()
261 *us2 = (const u_char *)s2; in strncasecmp() local
264 if (tolower(*us1) != tolower(*us2++)) { in strncasecmp()
265 return tolower(*us1) - tolower(*--us2); in strncasecmp()