Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/device/ !
H A Dsubrs.c402 *us2 = (const u_char *)s2; in strcasecmp_impl() local
404 while (tolower(*us1) == tolower(*us2++)) { in strcasecmp_impl()
409 return tolower(*us1) - tolower(*--us2); in strcasecmp_impl()
419 *us2 = (const u_char *)s2; in strncasecmp_impl() local
422 if (tolower(*us1) != tolower(*us2++)) { in strncasecmp_impl()
423 return tolower(*us1) - tolower(*--us2); in strncasecmp_impl()