Searched refs:islower (Results 1 – 9 of 9) sorted by relevance
32 #define islower(c) ((__ismask(c)&(_L)) != 0) macro52 if (islower(c)) in __toupper()
31 #define islower(c) ((__ismask(c)&(_L)) != 0) macro51 if (islower(c)) in __toupper()
59 if (islower(c)) { in perf_atoll()
87 if (!has_lowercase && islower(ipb->fcp.scp_data[i])) in ipl_block_get_ascii_scpdata()
282 *pnetid++ = islower(*bf) ? toupper(*bf) : *bf; in smc_pnetid_valid()
220 if (islower(tok[0])) {
699 #define islower(c) ('a' <= (c) && (c) <= 'z') macro700 #define toupper(c) (islower(c) ? ((c) - 'a' + 'A') : (c))
434 if (islower(tokens[tix].content[0])) { in tokenise()
74 else if (isxdigit(c) && (islower(c) || !strict)) in tcm_qla2xxx_parse_wwn()