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:printable
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
exec.c
1704
#define
printable
(c) (((c)=='\t') || ((c)=='\n') || (0x20<=(c) && (c)<=0x7e))
macro
1742
if (
printable
(bprm->buf[0]) &&
printable
(bprm->buf[1]) &&
in search_binary_handler()
1743
printable
(bprm->buf[2]) &&
printable
(bprm->buf[3]))
in search_binary_handler()
/kernel/linux/linux-6.6/fs/
H
A
D
exec.c
1717
#define
printable
(c) (((c)=='\t') || ((c)=='\n') || (0x20<=(c) && (c)<=0x7e))
macro
1755
if (
printable
(bprm->buf[0]) &&
printable
(bprm->buf[1]) &&
in search_binary_handler()
1756
printable
(bprm->buf[2]) &&
printable
(bprm->buf[3]))
in search_binary_handler()
/kernel/linux/linux-5.10/sound/pci/ac97/
H
A
D
ac97_codec.c
1144
static inline int
printable
(unsigned int x)
in printable()
function
1788
printable
(id >> 24),
in snd_ac97_get_name()
1789
printable
(id >> 16),
in snd_ac97_get_name()
1790
printable
(id >> 8));
in snd_ac97_get_name()
/kernel/linux/linux-6.6/sound/pci/ac97/
H
A
D
ac97_codec.c
1143
static inline int
printable
(unsigned int x)
in printable()
function
1848
printable
(id >> 24),
in snd_ac97_get_name()
1849
printable
(id >> 16),
in snd_ac97_get_name()
1850
printable
(id >> 8));
in snd_ac97_get_name()
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H
A
D
task-analyzer.py
404
"""calculates the stats of every task and constructs the
printable
summary"""
578
if char not in string.
printable
:
/kernel/linux/linux-5.10/drivers/tty/vt/
H
A
D
vt.c
160
static int
printable
; /* Is console ready for printing? */
variable
3089
if (!
printable
)
in vt_console_print()
3548
printable
= 1;
in con_init()
Completed in 19 milliseconds