us1                40 usr/lib/libc/string/strcasecmp.c 	const unsigned char *us1 = (const unsigned char *)s1,
us1                43 usr/lib/libc/string/strcasecmp.c 	while (tolower(*us1) == tolower(*us2++))
us1                44 usr/lib/libc/string/strcasecmp.c 		if (*us1++ == '\0')
us1                46 usr/lib/libc/string/strcasecmp.c 	return (tolower(*us1) - tolower(*--us2));
us1                58 usr/lib/libc/string/strcasecmp.c 		const unsigned char *us1 = (const unsigned char *)s1,
us1                62 usr/lib/libc/string/strcasecmp.c 			if (tolower(*us1) != tolower(*us2++))
us1                63 usr/lib/libc/string/strcasecmp.c 				return (tolower(*us1) - tolower(*--us2));
us1                64 usr/lib/libc/string/strcasecmp.c 			if (*us1++ == '\0')