Home
last modified time | relevance | path

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

/linux/include/linux/
A Dctype.h29 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
58 if (islower(c)) in __toupper()
/linux/tools/include/linux/
A Dctype.h29 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
59 if (islower(c)) in __toupper()
/linux/tools/perf/util/
A Dstring.c59 if (islower(c)) { in perf_atoll()
/linux/arch/s390/boot/
A Dipl_parm.c118 if (!has_lowercase && islower(scp_data[i])) in ipl_block_get_ascii_scpdata()
/linux/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.c297 *pnetid++ = islower(*bf) ? toupper(*bf) : *bf; in smc_pnetid_valid()
/linux/Documentation/usb/
A Dgadget_hid.rst220 if (islower(tok[0])) {
/linux/scripts/
A Dasn1_compiler.c434 if (islower(tokens[tix].content[0])) { in tokenise()
/linux/drivers/scsi/qla2xxx/
A Dtcm_qla2xxx.c74 else if (isxdigit(c) && (islower(c) || !strict)) in tcm_qla2xxx_parse_wwn()

Completed in 20 milliseconds