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()
205 #undef islower233 #define islower(x) (sane_istest(x,GIT_ALPHA) && (x & 0x20)) macro
43 if (islower(c)) { in perf_atoll()
215 if (islower(tok[0])) {
528 #define islower(c) ('a' <= (c) && (c) <= 'z') macro529 #define toupper(c) (islower(c) ? ((c) - 'a' + 'A') : (c))
438 if (islower(tokens[tix].content[0])) { in tokenise()
90 else if (isxdigit(c) && (islower(c) || !strict)) in tcm_qla2xxx_parse_wwn()
389 if (!has_lowercase && islower(ipb->ipl_info.fcp.scp_data[i])) in reipl_append_ascii_scpdata()