Home
last modified time | relevance | path

Searched refs:islower (Results 1 – 13 of 13) sorted by relevance

/linux-6.3-rc2/tools/include/nolibc/
A Dctype.h50 int islower(int c) in islower() function
84 return islower(c) || isupper(c); in isalpha()
/linux-6.3-rc2/include/linux/
A Dctype.h29 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
58 if (islower(c)) in __toupper()
/linux-6.3-rc2/tools/include/linux/
A Dctype.h29 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
59 if (islower(c)) in __toupper()
/linux-6.3-rc2/arch/riscv/kernel/
A Dcpufeature.c157 if (unlikely(!islower(*isa) in riscv_fill_hwcap()
181 if (unlikely(!islower(*ext))) { in riscv_fill_hwcap()
/linux-6.3-rc2/tools/testing/selftests/
A Dkselftest_harness.h1073 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()
/linux-6.3-rc2/tools/perf/util/
A Dstring.c58 if (islower(c)) { in perf_atoll()
/linux-6.3-rc2/scripts/
A Dlist-gitignored.c42 #undef islower
66 #define islower(x) sane_iscase(x, 1) macro
185 #define ISLOWER(c) islower(c)
A Dasn1_compiler.c434 if (islower(tokens[tix].content[0])) { in tokenise()
/linux-6.3-rc2/arch/s390/boot/
A Dipl_parm.c133 if (!has_lowercase && islower(scp_data[i])) in ipl_block_get_ascii_scpdata()
/linux-6.3-rc2/net/smc/
A Dsmc_clc.c71 if (!isalnum(*ueid) || islower(*ueid)) in smc_clc_ueid_valid()
74 if ((!isalnum(*ueid) || islower(*ueid)) && *ueid != '.' && in smc_clc_ueid_valid()
A Dsmc_pnet.c300 *pnetid++ = islower(*bf) ? toupper(*bf) : *bf; in smc_pnetid_valid()
/linux-6.3-rc2/Documentation/usb/
A Dgadget_hid.rst220 if (islower(tok[0])) {
/linux-6.3-rc2/drivers/scsi/qla2xxx/
A Dtcm_qla2xxx.c74 else if (isxdigit(c) && (islower(c) || !strict)) in tcm_qla2xxx_parse_wwn()

Completed in 26 milliseconds