Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/nolibc/
H A Dctype.h70 int isupper(int c) in isupper() function
84 return islower(c) || isupper(c); in isalpha()
/openbmc/u-boot/include/linux/
H A Dctype.h31 #define isupper(c) ((__ismask(c)&(_U)) != 0) macro
45 if (isupper(c)) in __tolower()
/openbmc/linux/include/linux/
H A Dctype.h34 #define isupper(c) ((__ismask(c)&(_U)) != 0) macro
51 if (isupper(c)) in __tolower()
/openbmc/linux/tools/include/linux/
H A Dctype.h34 #define isupper(c) ((__ismask(c)&(_U)) != 0) macro
52 if (isupper(c)) in __tolower()
/openbmc/linux/tools/lib/symbol/
H A Dkallsyms.h18 return isupper(type) ? STB_GLOBAL : STB_LOCAL; in kallsyms2elf_binding()
/openbmc/qemu/target/hexagon/
H A Dgen_printinsn.py111 if m.group(1).isupper():
152 if immlett.isupper():
H A Dgen_tcg_funcs.py63 i = 1 if immlett.isupper() else 0
H A Dgen_decodetree.py149 immno = 1 if imm[0].isupper() else 0
/openbmc/qemu/scripts/qapi/
H A Dcommon.py44 if value.isupper():
52 if char.isupper() and (i > 0) and c_fun_str[i - 1] != '_':
/openbmc/qemu/include/qemu/
H A Dctype.h20 #define qemu_isupper(c) isupper((unsigned char)(c))
/openbmc/linux/tools/perf/util/
H A Ddemangle-ocaml.c18 && isupper(sym[caml_prefix_len]); in ocaml_is_mangled()
H A Dauxtrace.c2352 ((args->global && isupper(type)) || in kern_sym_match()
/openbmc/u-boot/tools/
H A Dgen_ethaddr_crc.c34 if (isupper(nibble[0])) in process_mac()
/openbmc/linux/drivers/accessibility/speakup/
H A Dutils.h62 if (isupper(*pn)) in hash_name()
/openbmc/u-boot/drivers/misc/
H A Dswap_case.c216 if (isupper(*str)) in sandbox_swap_case_do_op()
/openbmc/linux/certs/
H A Dblacklist.c73 if (!isxdigit(*desc) || isupper(*desc)) in blacklist_vet_description()
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Dloader.py319 if any(c.isupper() for c in module.__name__):
/openbmc/linux/drivers/target/tcm_fc/
H A Dtfc_conf.c78 if (val < 0 || (strict && isupper(c))) in ft_parse_wwn()
/openbmc/u-boot/common/
H A Dbedbug.c1024 if (isupper (*s)) in downstring()
/openbmc/linux/drivers/net/can/
H A Dcan327.c421 !isupper(elm->rxbuf[hexlen]) && '<' != elm->rxbuf[hexlen] && in can327_parse_frame()
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_nego.c1096 if (!isupper(*c)) in iscsi_initiatorname_tolower()
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c1204 return isupper(ext_name[0]); in cpu_ext_is_deprecated()
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py830 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;