Searched refs:islower (Results 1 – 13 of 13) 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()
157 if (unlikely(!islower(*isa) in riscv_fill_hwcap()181 if (unlikely(!islower(*ext))) { in riscv_fill_hwcap()
1073 has_positive |= islower(opt); in test_enabled()1078 return islower(opt); in test_enabled()1082 return islower(opt); in test_enabled()1086 return islower(opt); in test_enabled()
58 if (islower(c)) { in perf_atoll()
42 #undef islower66 #define islower(x) sane_iscase(x, 1) macro185 #define ISLOWER(c) islower(c)
434 if (islower(tokens[tix].content[0])) { in tokenise()
133 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()
300 *pnetid++ = islower(*bf) ? toupper(*bf) : *bf; in smc_pnetid_valid()
220 if (islower(tok[0])) {
74 else if (isxdigit(c) && (islower(c) || !strict)) in tcm_qla2xxx_parse_wwn()
Completed in 25 milliseconds