toupper 359 include/acpi/platform/acenv.h #define ACPI_TOUPPER(i) toupper((int) (i)) toupper 142 scripts/kallsyms.c else if (toupper(stype) == 'A') toupper 152 scripts/kallsyms.c else if (toupper(stype) == 'U' || toupper 317 scripts/kallsyms.c return toupper(s->sym[0]) == 'A'; toupper 614 scripts/kconfig/confdata.c fprintf(fp, "%s%s=%c\n", CONFIG_, sym->name, (char)toupper(*value)); toupper 213 scripts/kconfig/lxdialog/checklist.c if (toupper(key) == toupper(item_str()[0])) toupper 544 scripts/mod/file2alias.c acpi_id[j] = toupper((*id)[j]); toupper 599 scripts/mod/file2alias.c acpi_id[k] = toupper(id[k]); toupper 652 scripts/mod/modpost.c munged[1] = toupper(munged[1]); toupper 37 scripts/selinux/genheaders/genheaders.c *p = toupper(*p);