Home
last modified time | relevance | path

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

/u-boot/lib/
A Dstrto.c42 ? 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()
/u-boot/include/linux/
A Dctype.h58 #define toupper(c) __toupper(c) macro
/u-boot/include/
A Dctype.h58 #define toupper(c) __toupper(c) macro
/u-boot/arch/arm/mach-uniphier/
A Dmicro-support-card.c167 return ledval_alpha[toupper(c) - 'A']; in char2ledval()
/u-boot/board/Arcturus/ucp1020/
A Ducp1020.c72 char direction = toupper(val[0]); in board_gpio_init()
73 char level = toupper(val[1]); in board_gpio_init()
/u-boot/drivers/misc/
A Dswap_case.c254 *str = toupper(*str); in sandbox_swap_case_do_op()
263 *str = toupper(*str); in sandbox_swap_case_do_op()
/u-boot/scripts/kconfig/lxdialog/
A Dchecklist.c200 if (toupper(key) == toupper(item_str()[0])) in dialog_checklist()
/u-boot/scripts/kconfig/
A Dconfdata.c653 fprintf(fp, "%s%s=%c\n", CONFIG_, sym->name, (char)toupper(*value)); in tristate_print_symbol()
/u-boot/drivers/usb/gadget/
A Dether.c1985 c = toupper(c); in nibble()

Completed in 17 milliseconds