Home
last modified time | relevance | path

Searched refs:toupper (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dctype.h119 extern int toupper (int __c) __THROW;
197 __NTH (toupper (int __c)) in __NTH()
205 # define toupper(c) __tobody (c, toupper, *__ctype_toupper_loc (), (c)) macro
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dkallsyms.c125 else if (toupper(stype) == 'A') in read_symbol()
135 else if (toupper(stype) == 'U' || in read_symbol()
315 if (toupper(table[i].sym[0]) != 'A') { in write_src()
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dctype.h20 int _EXFUN(toupper, (int __c));
59 # define toupper(c) \ macro
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/
H A Dchecklist.c213 if (toupper(key) == toupper(item_str()[0])) in dialog_checklist()
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dfile2alias.c447 acpi_id[j] = toupper(id[j]); in do_pnp_device_entry()
503 acpi_id[k] = toupper(id[k]); in do_pnp_card_entries()
H A Dmodpost.c631 munged[1] = toupper(munged[1]); in handle_modversions()
/utopia/UTPA2-700.0.x/projects/build/scripts/selinux/genheaders/
H A Dgenheaders.c37 *p = toupper(*p); in stoupperx()