Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/
H A Dctype.h31 #define isupper(c) ((__ismask(c)&(_U)) != 0) macro
45 if (isupper(c)) in __tolower()
/rk3399_rockchip-uboot/tools/
H A Dgen_ethaddr_crc.c35 if (isupper(nibble[0])) in process_mac()
/rk3399_rockchip-uboot/drivers/misc/
H A Dswap_case.c185 if (isupper(*str)) in sandbox_swap_case_do_op()
/rk3399_rockchip-uboot/common/
H A Dbedbug.c1024 if (isupper (*s)) in downstring()
H A Dlrz.c1851 int isupper(int c) in isupper() function
1868 if (isupper((unsigned char)(*s))) in uncaps()