Home
last modified time | relevance | path

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

/linux-6.15/tools/include/nolibc/
H A Dctype.h50 int islower(int c) in islower() function
84 return islower(c) || isupper(c); in isalpha()
/linux-6.15/include/linux/
H A Dctype.h29 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
58 if (islower(c)) in __toupper()
/linux-6.15/tools/include/linux/
H A Dctype.h29 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
59 if (islower(c)) in __toupper()
/linux-6.15/tools/testing/selftests/
H A Dkselftest_harness.h1171 has_positive |= islower(opt); in test_enabled()
1176 return islower(opt); in test_enabled()
1180 return islower(opt); in test_enabled()
1184 return islower(opt); in test_enabled()
/linux-6.15/arch/s390/boot/
H A Dipl_parm.c121 if (!has_lowercase && islower(scp_data[i])) in ipl_block_get_ascii_scpdata()
/linux-6.15/tools/perf/util/
H A Dstring.c58 if (islower(c)) { in perf_atoll()
/linux-6.15/tools/perf/tests/
H A Dpmu.c266 if (islower(c)) { in permitted_event_name()
/linux-6.15/net/smc/
H 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()
H A Dsmc_pnet.c300 *pnetid++ = islower(*bf) ? toupper(*bf) : *bf; in smc_pnetid_valid()
/linux-6.15/Documentation/usb/
H A Dgadget_hid.rst220 if (islower(tok[0])) {
/linux-6.15/scripts/
H A Dasn1_compiler.c434 if (islower(tokens[tix].content[0])) { in tokenise()
/linux-6.15/drivers/scsi/qla2xxx/
H A Dtcm_qla2xxx.c74 else if (isxdigit(c) && (islower(c) || !strict)) in tcm_qla2xxx_parse_wwn()