Home
last modified time | relevance | path

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

/u-boot/include/linux/
A Dctype.h27 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
52 if (islower(c)) in __toupper()
/u-boot/include/
A Dctype.h27 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
52 if (islower(c)) in __toupper()
/u-boot/lib/
A Dstrto.c41 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()
/u-boot/tools/
A Dasn1_compiler.c434 if (islower(tokens[tix].content[0])) { in tokenise()

Completed in 7 milliseconds