Home
last modified time | relevance | path

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

/Linux-v5.4/tools/include/linux/
Dctype.h32 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
52 if (islower(c)) in __toupper()
/Linux-v5.4/include/linux/
Dctype.h31 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
51 if (islower(c)) in __toupper()
/Linux-v5.4/tools/perf/util/
Dstring.c59 if (islower(c)) { in perf_atoll()
/Linux-v5.4/arch/s390/boot/
Dipl_parm.c87 if (!has_lowercase && islower(ipb->fcp.scp_data[i])) in ipl_block_get_ascii_scpdata()
/Linux-v5.4/net/smc/
Dsmc_pnet.c282 *pnetid++ = islower(*bf) ? toupper(*bf) : *bf; in smc_pnetid_valid()
/Linux-v5.4/Documentation/usb/
Dgadget_hid.rst220 if (islower(tok[0])) {
/Linux-v5.4/arch/powerpc/kernel/
Dprom_init.c699 #define islower(c) ('a' <= (c) && (c) <= 'z') macro
700 #define toupper(c) (islower(c) ? ((c) - 'a' + 'A') : (c))
/Linux-v5.4/scripts/
Dasn1_compiler.c434 if (islower(tokens[tix].content[0])) { in tokenise()
/Linux-v5.4/drivers/scsi/qla2xxx/
Dtcm_qla2xxx.c74 else if (isxdigit(c) && (islower(c) || !strict)) in tcm_qla2xxx_parse_wwn()