Searched refs:islower (Results 1 – 8 of 8) sorted by relevance
27 #define islower(c) ((__ismask(c)&(_L)) != 0) macro47 if (islower(c)) in __toupper()
211 #undef islower239 #define islower(x) (sane_istest(x,GIT_ALPHA) && (x & 0x20)) macro
43 if (islower(c)) { in perf_atoll()
215 if (islower(tok[0])) {
529 #define islower(c) ('a' <= (c) && (c) <= 'z') macro530 #define toupper(c) (islower(c) ? ((c) - 'a' + 'A') : (c))
429 if (islower(tokens[tix].value[0])) { in tokenise()
354 if (!has_lowercase && islower(ipb->ipl_info.fcp.scp_data[i])) in reipl_append_ascii_scpdata()
95 else if (isxdigit(c) && (islower(c) || !strict)) in tcm_qla2xxx_parse_wwn()