Searched refs:islower (Results 1 – 3 of 3) sorted by relevance
27 #define islower(c) ((__ismask(c)&(_L)) != 0) macro52 if (islower(c)) in __toupper()
41 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()
1845 int islower(int c) in islower() function1878 if (islower((unsigned char)(*s))) in IsAnyLower()