Searched refs:toupper (Results 1 – 10 of 10) sorted by relevance
14 *s = toupper(*s); in upstring()
42 ? toupper(*cp) : *cp)-'A'+10) < base) { in simple_strtoul()139 : (islower(*cp) ? toupper(*cp) : *cp) - 'A' + 10) < base) { in simple_strtoull()
58 #define toupper(c) __toupper(c) macro
179 *str = toupper(*str); in sandbox_swap_case_do_op()188 *str = toupper(*str); in sandbox_swap_case_do_op()
69 char direction = toupper(val[0]); in board_gpio_init()70 char level = toupper(val[1]); in board_gpio_init()
215 return ledval_alpha[toupper(c) - 'A']; in char2ledval()
201 if (toupper(key) == toupper(item_str()[0])) in dialog_checklist()
25 *str = toupper(*str); in uppercase()
616 fprintf(fp, "%s%s=%c\n", CONFIG_, sym->name, (char)toupper(*value)); in tristate_print_symbol()
1981 c = toupper(c); in nibble()