islower 700 arch/powerpc/kernel/prom_init.c #define toupper(c) (islower(c) ? ((c) - 'a' + 'A') : (c)) islower 87 arch/s390/boot/ipl_parm.c if (!has_lowercase && islower(ipb->fcp.scp_data[i])) islower 74 drivers/scsi/qla2xxx/tcm_qla2xxx.c else if (isxdigit(c) && (islower(c) || !strict)) islower 51 include/linux/ctype.h if (islower(c)) islower 282 net/smc/smc_pnet.c *pnetid++ = islower(*bf) ? toupper(*bf) : *bf; islower 434 scripts/asn1_compiler.c if (islower(tokens[tix].content[0])) { islower 52 tools/include/linux/ctype.h if (islower(c)) islower 59 tools/perf/util/string.c if (islower(c)) {