Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dsane_ctype.h18 #undef islower
40 #define islower(x) (sane_istest(x,GIT_ALPHA) && (x & 0x20)) macro
Dstring.c50 if (islower(c)) { in perf_atoll()
/Linux-v4.19/include/linux/
Dctype.h31 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
51 if (islower(c)) in __toupper()
/Linux-v4.19/net/smc/
Dsmc_pnet.c216 *pnetid++ = islower(*bf) ? toupper(*bf) : *bf; in smc_pnetid_valid()
/Linux-v4.19/Documentation/usb/
Dgadget_hid.txt215 if (islower(tok[0])) {
/Linux-v4.19/arch/powerpc/kernel/
Dprom_init.c567 #define islower(c) ('a' <= (c) && (c) <= 'z') macro
568 #define toupper(c) (islower(c) ? ((c) - 'a' + 'A') : (c))
/Linux-v4.19/scripts/
Dasn1_compiler.c438 if (islower(tokens[tix].content[0])) { in tokenise()
/Linux-v4.19/arch/s390/kernel/
Dipl.c347 if (!has_lowercase && islower(ipb->ipl_info.fcp.scp_data[i])) in reipl_append_ascii_scpdata()
/Linux-v4.19/drivers/scsi/qla2xxx/
Dtcm_qla2xxx.c88 else if (isxdigit(c) && (islower(c) || !strict)) in tcm_qla2xxx_parse_wwn()