Searched refs:islower (Results 1 – 9 of 9) sorted by relevance
18 #undef islower40 #define islower(x) (sane_istest(x,GIT_ALPHA) && (x & 0x20)) macro
50 if (islower(c)) { in perf_atoll()
31 #define islower(c) ((__ismask(c)&(_L)) != 0) macro51 if (islower(c)) in __toupper()
216 *pnetid++ = islower(*bf) ? toupper(*bf) : *bf; in smc_pnetid_valid()
215 if (islower(tok[0])) {
567 #define islower(c) ('a' <= (c) && (c) <= 'z') macro568 #define toupper(c) (islower(c) ? ((c) - 'a' + 'A') : (c))
438 if (islower(tokens[tix].content[0])) { in tokenise()
347 if (!has_lowercase && islower(ipb->ipl_info.fcp.scp_data[i])) in reipl_append_ascii_scpdata()
88 else if (isxdigit(c) && (islower(c) || !strict)) in tcm_qla2xxx_parse_wwn()