us2 41 usr/lib/libc/string/strcasecmp.c *us2 = (const unsigned char *)s2; us2 43 usr/lib/libc/string/strcasecmp.c while (tolower(*us1) == tolower(*us2++)) us2 46 usr/lib/libc/string/strcasecmp.c return (tolower(*us1) - tolower(*--us2)); us2 59 usr/lib/libc/string/strcasecmp.c *us2 = (const unsigned char *)s2; us2 62 usr/lib/libc/string/strcasecmp.c if (tolower(*us1) != tolower(*us2++)) us2 63 usr/lib/libc/string/strcasecmp.c return (tolower(*us1) - tolower(*--us2));