Home
last modified time | relevance | path

Searched refs:islower (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/linux/
H A Dctype.h27 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
52 if (islower(c)) in __toupper()
/rk3399_rockchip-uboot/lib/
H A Dstrto.c41 while (isxdigit(*cp) && (value = isdigit(*cp) ? *cp-'0' : (islower(*cp) in simple_strtoul()
139 : (islower(*cp) ? toupper(*cp) : *cp) - 'A' + 10) < base) { in simple_strtoull()
/rk3399_rockchip-uboot/common/
H A Dlrz.c1845 int islower(int c) in islower() function
1878 if (islower((unsigned char)(*s))) in IsAnyLower()