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

/darwin-on-arm/xnu/osfmk/device/
H A Dsubrs.c230 const unsigned char *us1 = (const u_char *)s1, local
233 while (tolower(*us1) == tolower(*us2++))
234 if (*us1++ == '\0')
236 return (tolower(*us1) - tolower(*--us2));
243 const unsigned char *us1 = (const u_char *)s1, local
247 if (tolower(*us1) != tolower(*us2++))
248 return (tolower(*us1) - tolower(*--us2));
249 if (*us1++ == '\0')

Completed in 12 milliseconds