Home
last modified time | relevance | path

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

/linux/tools/include/nolibc/
H A Dctype.h53 int islower(int c) in islower() function
87 return islower(c) || isupper(c); in isalpha()
/linux/include/linux/
H A Dctype.h29 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
58 if (islower(c)) in __toupper()
/linux/tools/include/linux/
H A Dctype.h29 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
59 if (islower(c)) in __toupper()
/linux/tools/testing/selftests/
H A Dkselftest_harness.h1160 has_positive |= islower(opt); in test_enabled()
1165 return islower(opt); in test_enabled()
1169 return islower(opt); in test_enabled()
1173 return islower(opt); in test_enabled()
/linux/arch/s390/boot/
H A Dipl_parm.c122 if (!has_lowercase && islower(scp_data[i])) in ipl_block_get_ascii_scpdata()
/linux/tools/perf/util/
H A Dstring.c58 if (islower(c)) { in perf_atoll()
/linux/tools/perf/tests/
H A Dpmu.c355 if (islower(c)) { in permitted_event_name()
/linux/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/Documentation/usb/
H A Dgadget_hid.rst220 if (islower(tok[0])) {
/linux/scripts/
H A Dasn1_compiler.c434 if (islower(tokens[tix].content[0])) { in tokenise()
/linux/drivers/scsi/qla2xxx/
H A Dtcm_qla2xxx.c75 else if (isxdigit(c) && (islower(c) || !strict)) in tcm_qla2xxx_parse_wwn()