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:iscntrl
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/tools/include/nolibc/
H
A
D
ctype.h
30
int
iscntrl
(int c)
in iscntrl()
function
/kernel/linux/linux-5.10/tools/include/linux/
H
A
D
ctype.h
25
#define
iscntrl
(c) ((__ismask(c)&(_C)) != 0)
macro
/kernel/linux/linux-5.10/include/linux/
H
A
D
ctype.h
25
#define
iscntrl
(c) ((__ismask(c)&(_C)) != 0)
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
ctype.h
27
#define
iscntrl
(c) ((__ismask(c)&(_C)) != 0)
macro
/kernel/linux/linux-6.6/tools/include/linux/
H
A
D
ctype.h
27
#define
iscntrl
(c) ((__ismask(c)&(_C)) != 0)
macro
/kernel/linux/linux-6.6/drivers/accel/ivpu/
H
A
D
ivpu_fw_log.c
84
if (*buffer != '\r' && (isprint(*buffer) ||
iscntrl
(*buffer)))
in buffer_print()
/kernel/linux/linux-5.10/drivers/s390/char/
H
A
D
hmcdrv_ftp.c
137
while ((*cmd != '\0') && !
iscntrl
(*cmd))
in hmcdrv_ftp_parse()
/kernel/linux/linux-6.6/drivers/s390/char/
H
A
D
hmcdrv_ftp.c
137
while ((*cmd != '\0') && !
iscntrl
(*cmd))
in hmcdrv_ftp_parse()
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
n_tty.c
475
if (!
iscntrl
(c)) {
in do_output_char()
581
if (!
iscntrl
(c)) {
in process_output_block()
943
if (L_ECHOCTL(tty) &&
iscntrl
(c) && c != '\t')
in echo_char()
1065
} else if (
iscntrl
(c)) {
in eraser()
1074
if (
iscntrl
(c) && L_ECHOCTL(tty)) {
in eraser()
1079
if (!
iscntrl
(c) || L_ECHOCTL(tty)) {
in eraser()
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
n_tty.c
465
if (!
iscntrl
(c)) {
in do_output_char()
569
if (!
iscntrl
(c)) {
in process_output_block()
923
if (L_ECHOCTL(tty) &&
iscntrl
(c) && c != '\t')
in echo_char()
1043
} else if (
iscntrl
(c)) {
in eraser()
1052
if (
iscntrl
(c) && L_ECHOCTL(tty)) {
in eraser()
1057
if (!
iscntrl
(c) || L_ECHOCTL(tty)) {
in eraser()
/kernel/linux/linux-5.10/drivers/pci/
H
A
D
p2pdma.c
996
} else if ((page[0] == '0' || page[0] == '1') && !
iscntrl
(page[1])) {
in pci_p2pdma_enable_store()
/kernel/linux/linux-6.6/drivers/pci/
H
A
D
p2pdma.c
1074
} else if ((page[0] == '0' || page[0] == '1') && !
iscntrl
(page[1])) {
in pci_p2pdma_enable_store()
Completed in 11 milliseconds