Searched refs:islower (Results 1 – 4 of 4) 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()135 : (islower(*cp) ? toupper(*cp) : *cp) - 'A' + 10) < base) { in simple_strtoull()
434 if (islower(tokens[tix].content[0])) { in tokenise()
Completed in 7 milliseconds