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

/darwin-on-arm/xnu/osfmk/device/
H A Dsubrs.c231 *us2 = (const u_char *)s2; local
233 while (tolower(*us1) == tolower(*us2++))
236 return (tolower(*us1) - tolower(*--us2));
244 *us2 = (const u_char *)s2; local
247 if (tolower(*us1) != tolower(*us2++))
248 return (tolower(*us1) - tolower(*--us2));

Completed in 19 milliseconds