tolower           360 include/acpi/platform/acenv.h #define ACPI_TOLOWER(i)         tolower((int) (i))
tolower           230 scripts/basic/fixdep.c 			c = tolower(c);
tolower           906 scripts/kconfig/confdata.c 			c = tolower(c);
tolower           286 scripts/kconfig/lxdialog/menubox.c 			key = tolower(key);
tolower           294 scripts/kconfig/lxdialog/menubox.c 				if (key == tolower(item_str()[j]))
tolower           301 scripts/kconfig/lxdialog/menubox.c 					if (key == tolower(item_str()[j]))
tolower           537 scripts/kconfig/lxdialog/util.c 		c = tolower(string[i]);