Searched refs:islower (Results 1 – 11 of 11) sorted by relevance
50 int islower(int c) in islower() function84 return islower(c) || isupper(c); in isalpha()
29 #define islower(c) ((__ismask(c)&(_L)) != 0) macro58 if (islower(c)) in __toupper()
29 #define islower(c) ((__ismask(c)&(_L)) != 0) macro59 if (islower(c)) in __toupper()
141 if (unlikely(!islower(*isa) in riscv_fill_hwcap()165 if (unlikely(!islower(*ext))) { in riscv_fill_hwcap()
58 if (islower(c)) { in perf_atoll()
125 if (!has_lowercase && islower(scp_data[i])) in ipl_block_get_ascii_scpdata()
71 if (!isalnum(*ueid) || islower(*ueid)) in smc_clc_ueid_valid()74 if ((!isalnum(*ueid) || islower(*ueid)) && *ueid != '.' && in smc_clc_ueid_valid()
299 *pnetid++ = islower(*bf) ? toupper(*bf) : *bf; in smc_pnetid_valid()
220 if (islower(tok[0])) {
434 if (islower(tokens[tix].content[0])) { in tokenise()
74 else if (isxdigit(c) && (islower(c) || !strict)) in tcm_qla2xxx_parse_wwn()