Searched refs:islower (Results 1 - 10 of 10) sorted by relevance

/linux-master/tools/include/nolibc/
H A Dctype.h50 int islower(int c) function
84 return islower(c) || isupper(c);
/linux-master/include/linux/
H A Dctype.h29 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
58 if (islower(c))
/linux-master/tools/include/linux/
H A Dctype.h29 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
59 if (islower(c))
/linux-master/tools/perf/util/
H A Dstring.c58 if (islower(c)) {
/linux-master/arch/s390/boot/
H A Dipl_parm.c134 if (!has_lowercase && islower(scp_data[i]))
/linux-master/tools/testing/selftests/
H A Dkselftest_harness.h1119 has_positive |= islower(opt);
1124 return islower(opt);
1128 return islower(opt);
1132 return islower(opt);
/linux-master/net/smc/
H A Dsmc_clc.c71 if (!isalnum(*ueid) || islower(*ueid))
74 if ((!isalnum(*ueid) || islower(*ueid)) && *ueid != '.' &&
H A Dsmc_pnet.c300 *pnetid++ = islower(*bf) ? toupper(*bf) : *bf;
/linux-master/scripts/
H A Dasn1_compiler.c434 if (islower(tokens[tix].content[0])) {
/linux-master/drivers/scsi/qla2xxx/
H A Dtcm_qla2xxx.c74 else if (isxdigit(c) && (islower(c) || !strict))

Completed in 747 milliseconds