Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:islower
(Results
1 - 21
of
21
) sorted by relevance
/kernel/liteos_m/testsuites/unittest/posix/src/ctype/
H
A
D
islower_test.c
75
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
D
ctype.h
50
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
D
ctype.h
32
#define
islower
(c) ((__ismask(c)&(_L)) != 0)
macro
52
if (
islower
(c))
in __toupper()
/kernel/linux/linux-5.10/include/linux/
H
A
D
ctype.h
31
#define
islower
(c) ((__ismask(c)&(_L)) != 0)
macro
51
if (
islower
(c))
in __toupper()
/kernel/linux/linux-6.6/include/linux/
H
A
D
ctype.h
29
#define
islower
(c) ((__ismask(c)&(_L)) != 0)
macro
58
if (
islower
(c))
in __toupper()
/kernel/linux/linux-6.6/tools/include/linux/
H
A
D
ctype.h
29
#define
islower
(c) ((__ismask(c)&(_L)) != 0)
macro
59
if (
islower
(c))
in __toupper()
/kernel/liteos_m/testsuites/unittest/fuzz/src/ctype/
H
A
D
islower_fuzz.c
57
(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
D
kselftest_harness.h
1072
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
D
string.c
59
if (
islower
(c)) {
in perf_atoll()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
string.c
58
if (
islower
(c)) {
in perf_atoll()
/kernel/linux/linux-5.10/arch/s390/boot/
H
A
D
ipl_parm.c
105
if (!has_lowercase &&
islower
(scp_data[i]))
in ipl_block_get_ascii_scpdata()
/kernel/linux/linux-6.6/arch/s390/boot/
H
A
D
ipl_parm.c
132
if (!has_lowercase &&
islower
(scp_data[i]))
in ipl_block_get_ascii_scpdata()
/kernel/liteos_a/kernel/extended/container/
H
A
D
los_user_container.c
285
while (isxdigit(*str) && (value = isdigit(*str) ? *str - '0' : (
islower
(*str) ?
in StrToUInt()
/kernel/linux/linux-6.6/net/smc/
H
A
D
smc_clc.c
71
if (!isalnum(*ueid) ||
islower
(*ueid))
in smc_clc_ueid_valid()
74
if ((!isalnum(*ueid) ||
islower
(*ueid)) && *ueid != '.' &&
in smc_clc_ueid_valid()
H
A
D
smc_pnet.c
300
*pnetid++ =
islower
(*bf) ? toupper(*bf) : *bf;
in smc_pnetid_valid()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
prom_init.c
708
#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
D
asn1_compiler.c
434
if (
islower
(tokens[tix].content[0])) {
in tokenise()
/kernel/linux/linux-5.10/net/smc/
H
A
D
smc_pnet.c
297
*pnetid++ =
islower
(*bf) ? toupper(*bf) : *bf;
in smc_pnetid_valid()
/kernel/linux/linux-6.6/scripts/
H
A
D
asn1_compiler.c
434
if (
islower
(tokens[tix].content[0])) {
in tokenise()
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
tcm_qla2xxx.c
74
else if (isxdigit(c) && (
islower
(c) || !strict))
in tcm_qla2xxx_parse_wwn()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
tcm_qla2xxx.c
74
else if (isxdigit(c) && (
islower
(c) || !strict))
in tcm_qla2xxx_parse_wwn()
Completed in 26 milliseconds