Searched refs:toupper (Results 1 – 7 of 7) sorted by relevance
119 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
125 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()
20 int _EXFUN(toupper, (int __c));59 # define toupper(c) \ macro
213 if (toupper(key) == toupper(item_str()[0])) in dialog_checklist()
447 acpi_id[j] = toupper(id[j]); in do_pnp_device_entry()503 acpi_id[k] = toupper(id[k]); in do_pnp_card_entries()
631 munged[1] = toupper(munged[1]); in handle_modversions()
37 *p = toupper(*p); in stoupperx()