| /openbmc/phosphor-fan-presence/control/json/ |
| H A D | dbus_zone.cpp | 47 std::transform(value.begin(), value.end(), value.begin(), toupper); in current() 52 std::transform(s.begin(), s.end(), s.begin(), toupper); in current()
|
| /openbmc/bmcweb/src/ |
| H A D | webserver_cli.cpp | 32 std::ranges::transform(input, input.begin(), ::toupper); in validateLogLevel() 61 std::ranges::transform(loglevel, loglevel.begin(), ::toupper); in setLogLevel()
|
| /openbmc/u-boot/arch/arm/mach-tegra/ |
| H A D | sys_info.c | 13 *s = toupper(*s); in upstring()
|
| /openbmc/u-boot/lib/ |
| H A D | strto.c | 42 ? toupper(*cp) : *cp)-'A'+10) < base) { in simple_strtoul() 135 : (islower(*cp) ? toupper(*cp) : *cp) - 'A' + 10) < base) { in simple_strtoull()
|
| /openbmc/qemu/include/qemu/ |
| H A D | ctype.h | 23 #define qemu_toupper(c) toupper((unsigned char)(c))
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/files/ |
| H A D | 0001-Fix-function-protype-visibility.patch | 6 Include ctye.h for toupper 27 +#include <ctype.h> /* for toupper */
|
| /openbmc/phosphor-certificate-manager/ |
| H A D | mainapp.cpp | 38 res[0] = static_cast<char>(std::toupper(res[0])); in capitalize()
|
| /openbmc/u-boot/board/Arcturus/ucp1020/ |
| H A D | ucp1020.c | 68 char direction = toupper(val[0]); in board_gpio_init() 69 char level = toupper(val[1]); in board_gpio_init()
|
| /openbmc/u-boot/include/linux/ |
| H A D | ctype.h | 58 #define toupper(c) __toupper(c) macro
|
| /openbmc/u-boot/drivers/misc/ |
| H A D | swap_case.c | 210 *str = toupper(*str); in sandbox_swap_case_do_op() 219 *str = toupper(*str); in sandbox_swap_case_do_op()
|
| /openbmc/skeleton/libopenbmc_intf/ |
| H A D | gpio.c | 208 int port = toupper(gpio[len-2]) - 'A'; in convert_gpio_to_num() 213 port += 26 * (toupper(gpio[len-3]) - 'A' + 1); in convert_gpio_to_num()
|
| /openbmc/openbmc/meta-yadro/meta-nicole/recipes-bsp/u-boot/files/ |
| H A D | 0003-aspeed-add-gpio-support.patch | 316 + gpio = (toupper(*str) - 'A') << ASPEED_GPIO_PORT_SHIFT; 318 + if (toupper(*str) == 'A' && toupper(*(str + 1)) >= 'A' && 319 + toupper(*(str + 1)) <= 'C') 322 + gpio = (ASPEED_GPIO_PORT_AA + toupper(*str) - 'A')
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | opt.tcl | 297 set upper_parm [string toupper $parm] 440 print_option_help [string toupper $option] $help_text $data_desc\
|
| /openbmc/u-boot/arch/arm/mach-uniphier/ |
| H A D | micro-support-card.c | 214 return ledval_alpha[toupper(c) - 'A']; in char2ledval()
|
| /openbmc/phosphor-led-sysfs/ |
| H A D | physical.cpp | 140 tmp[0] = static_cast<char>(toupper(tmp[0])); in setLedColor()
|
| /openbmc/u-boot/scripts/kconfig/lxdialog/ |
| H A D | checklist.c | 200 if (toupper(key) == toupper(item_str()[0])) in dialog_checklist()
|
| /openbmc/phosphor-hwmon/ |
| H A D | targets.hpp | 110 std::transform(mode.begin(), mode.end(), mode.begin(), toupper); in addTarget()
|
| /openbmc/u-boot/cmd/ |
| H A D | binop.c | 46 value = (islower(d) ? toupper(d) : d) - 'A' + 10; in decode_hexstring()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/ |
| H A D | pxaregs.c | 1954 *p = toupper(*p); in main()
|
| /openbmc/ibm-logging/ |
| H A D | policy_find.cpp | 284 toupper); in getSearchModifier()
|
| /openbmc/phosphor-fan-presence/control/ |
| H A D | zone.cpp | 533 std::transform(value.begin(), value.end(), value.begin(), toupper); in current() 538 std::transform(s.begin(), s.end(), s.begin(), toupper); in current()
|
| /openbmc/phosphor-misc/http-redirect/ |
| H A D | http-redirect.awk | 65 header = toupper(header)
|
| /openbmc/qemu/pc-bios/s390-ccw/ |
| H A D | Makefile | 70 CTYPE_OBJS = isdigit.o isxdigit.o toupper.o
|
| /openbmc/phosphor-logging/extensions/openpower-pels/tools/ |
| H A D | peltool.cpp | 541 std::transform(pelID.begin(), pelID.end(), pelID.begin(), toupper); in callFunctionOnPEL() 610 std::transform(pelID.begin(), pelID.end(), pelID.begin(), toupper); in deletePEL()
|
| /openbmc/phosphor-fan-presence/sensor-monitor/ |
| H A D | threshold_alarm_logger.cpp | 356 type.front() = toupper(type.front()); in createEventLog()
|