Home
last modified time | relevance | path

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

12

/openbmc/phosphor-fan-presence/control/json/
H A Ddbus_zone.cpp47 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 Dwebserver_cli.cpp32 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 Dsys_info.c13 *s = toupper(*s); in upstring()
/openbmc/u-boot/lib/
H A Dstrto.c42 ? 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 Dctype.h23 #define qemu_toupper(c) toupper((unsigned char)(c))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/files/
H A D0001-Fix-function-protype-visibility.patch6 Include ctye.h for toupper
27 +#include <ctype.h> /* for toupper */
/openbmc/phosphor-certificate-manager/
H A Dmainapp.cpp38 res[0] = static_cast<char>(std::toupper(res[0])); in capitalize()
/openbmc/u-boot/board/Arcturus/ucp1020/
H A Ducp1020.c68 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 Dctype.h58 #define toupper(c) __toupper(c) macro
/openbmc/u-boot/drivers/misc/
H A Dswap_case.c210 *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 Dgpio.c208 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 D0003-aspeed-add-gpio-support.patch316 + 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 Dopt.tcl297 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 Dmicro-support-card.c214 return ledval_alpha[toupper(c) - 'A']; in char2ledval()
/openbmc/phosphor-led-sysfs/
H A Dphysical.cpp140 tmp[0] = static_cast<char>(toupper(tmp[0])); in setLedColor()
/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Dchecklist.c200 if (toupper(key) == toupper(item_str()[0])) in dialog_checklist()
/openbmc/phosphor-hwmon/
H A Dtargets.hpp110 std::transform(mode.begin(), mode.end(), mode.begin(), toupper); in addTarget()
/openbmc/u-boot/cmd/
H A Dbinop.c46 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 Dpxaregs.c1954 *p = toupper(*p); in main()
/openbmc/ibm-logging/
H A Dpolicy_find.cpp284 toupper); in getSearchModifier()
/openbmc/phosphor-fan-presence/control/
H A Dzone.cpp533 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 Dhttp-redirect.awk65 header = toupper(header)
/openbmc/qemu/pc-bios/s390-ccw/
H A DMakefile70 CTYPE_OBJS = isdigit.o isxdigit.o toupper.o
/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp541 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 Dthreshold_alarm_logger.cpp356 type.front() = toupper(type.front()); in createEventLog()

12