Home
last modified time | relevance | path

Searched refs:isupper (Results 1 – 12 of 12) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dctype.h31 #define isupper(c) ((__ismask(c)&(_U)) != 0) macro
45 if (isupper(c)) in __tolower()
/openbmc/qemu/scripts/qapi/
H A Dcommon.py44 upc = value[0].isupper()
48 if ch.isupper() == upc:
62 upc = ch.isupper()
/openbmc/qemu/include/qemu/
H A Dctype.h20 #define qemu_isupper(c) isupper((unsigned char)(c))
/openbmc/qemu/target/hexagon/
H A Dgen_printinsn.py118 if m.group(1).isupper():
159 if immlett.isupper():
H A Dgen_tcg_funcs.py63 i = 1 if immlett.isupper() else 0
H A Dgen_decodetree.py150 immno = 1 if imm[0].isupper() else 0
/openbmc/u-boot/tools/
H A Dgen_ethaddr_crc.c34 if (isupper(nibble[0])) in process_mac()
/openbmc/u-boot/drivers/misc/
H A Dswap_case.c216 if (isupper(*str)) in sandbox_swap_case_do_op()
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Dloader.py319 if any(c.isupper() for c in module.__name__):
/openbmc/u-boot/common/
H A Dbedbug.c1024 if (isupper (*s)) in downstring()
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py833 root_var = "_".join([word for word in var_words if word.isupper()])
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools-update.patch1012 - even dumber than I thought. Protect call by `isupper'.
4317 - c1 = isupper (*p1) ? tolower (*p1) : *p1;
4318 - c2 = isupper (*p2) ? tolower (*p2) : *p2;