Searched refs:toupper (Results 1 – 9 of 9) sorted by relevance
42 ? toupper(*cp) : *cp)-'A'+10) < base) { in simple_strtoul()135 : (islower(*cp) ? toupper(*cp) : *cp) - 'A' + 10) < base) { in simple_strtoull()170 *out++ = toupper(*in++); in str_to_upper()
58 #define toupper(c) __toupper(c) macro
167 return ledval_alpha[toupper(c) - 'A']; in char2ledval()
72 char direction = toupper(val[0]); in board_gpio_init()73 char level = toupper(val[1]); in board_gpio_init()
254 *str = toupper(*str); in sandbox_swap_case_do_op()263 *str = toupper(*str); in sandbox_swap_case_do_op()
200 if (toupper(key) == toupper(item_str()[0])) in dialog_checklist()
653 fprintf(fp, "%s%s=%c\n", CONFIG_, sym->name, (char)toupper(*value)); in tristate_print_symbol()
1985 c = toupper(c); in nibble()
Completed in 17 milliseconds