Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/device/
H A Dsubrs.c437 const unsigned char *us1 = (const u_char *)s1, in strcasecmp_impl() local
440 while (tolower(*us1) == tolower(*us2++)) { in strcasecmp_impl()
441 if (*us1++ == '\0') { in strcasecmp_impl()
445 return tolower(*us1) - tolower(*--us2); in strcasecmp_impl()