Home
last modified time | relevance | path

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

/kernel/liteos_m/testsuites/unittest/posix/src/ctype/
H A Dislower_test.c75 int ret = islower(a);
77 LOG("[DEMO] posix ctype test case 1:islower(%c) ok.\n", a);
79 LOG("[DEMO] posix ctype test case 1:islower(%c) fail.\n", a);
93 int ret = islower(a);
95 LOG("[DEMO] posix ctype test case 2:islower(%c) ok.\n", a);
97 LOG("[DEMO] posix ctype test case 2:islower(%c) fail.\n", a);
111 int ret = islower(a);
113 LOG("[DEMO] posix ctype test case 3:islower(%c) ok.\n", a);
115 LOG("[DEMO] posix ctype test case 3:islower(%c) fail.\n", a);
129 int ret = islower(
[all...]
/kernel/linux/linux-6.6/tools/include/nolibc/
H A Dctype.h50 int islower(int c) in islower() function
84 return islower(c) || isupper(c); in isalpha()
/kernel/linux/linux-5.10/tools/include/linux/
H A Dctype.h32 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
52 if (islower(c)) in __toupper()
/kernel/linux/linux-5.10/include/linux/
H A Dctype.h31 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
51 if (islower(c)) in __toupper()
/kernel/linux/linux-6.6/include/linux/
H A Dctype.h29 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
58 if (islower(c)) in __toupper()
/kernel/linux/linux-6.6/tools/include/linux/
H A Dctype.h29 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
59 if (islower(c)) in __toupper()
/kernel/liteos_m/testsuites/unittest/fuzz/src/ctype/
H A Dislower_fuzz.c57 (void)islower(c); in IslowerFuzzTest()
60 printf("Fuzz test in line [%d] islower ok\n", __LINE__); in IslowerFuzzTest()
/kernel/linux/linux-6.6/tools/testing/selftests/
H A Dkselftest_harness.h1072 has_positive |= islower(opt); in test_enabled()
1077 return islower(opt); in test_enabled()
1081 return islower(opt); in test_enabled()
1085 return islower(opt); in test_enabled()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dstring.c59 if (islower(c)) { in perf_atoll()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dstring.c58 if (islower(c)) { in perf_atoll()
/kernel/linux/linux-5.10/arch/s390/boot/
H A Dipl_parm.c105 if (!has_lowercase && islower(scp_data[i])) in ipl_block_get_ascii_scpdata()
/kernel/linux/linux-6.6/arch/s390/boot/
H A Dipl_parm.c132 if (!has_lowercase && islower(scp_data[i])) in ipl_block_get_ascii_scpdata()
/kernel/liteos_a/kernel/extended/container/
H A Dlos_user_container.c285 while (isxdigit(*str) && (value = isdigit(*str) ? *str - '0' : (islower(*str) ? in StrToUInt()
/kernel/linux/linux-6.6/net/smc/
H 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()
H A Dsmc_pnet.c300 *pnetid++ = islower(*bf) ? toupper(*bf) : *bf; in smc_pnetid_valid()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dprom_init.c708 #define islower(c) ('a' <= (c) && (c) <= 'z') macro
709 #define toupper(c) (islower(c) ? ((c) - 'a' + 'A') : (c))
/kernel/linux/linux-5.10/scripts/
H A Dasn1_compiler.c434 if (islower(tokens[tix].content[0])) { in tokenise()
/kernel/linux/linux-5.10/net/smc/
H A Dsmc_pnet.c297 *pnetid++ = islower(*bf) ? toupper(*bf) : *bf; in smc_pnetid_valid()
/kernel/linux/linux-6.6/scripts/
H A Dasn1_compiler.c434 if (islower(tokens[tix].content[0])) { in tokenise()
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dtcm_qla2xxx.c74 else if (isxdigit(c) && (islower(c) || !strict)) in tcm_qla2xxx_parse_wwn()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dtcm_qla2xxx.c74 else if (isxdigit(c) && (islower(c) || !strict)) in tcm_qla2xxx_parse_wwn()

Completed in 30 milliseconds