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
defs:__nonstring
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_mon.h
59
char name[8]
__nonstring
;
member
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_mon.h
59
char name[8]
__nonstring
;
member
/kernel/linux/linux-5.10/include/linux/
H
A
D
compiler_attributes.h
242
# define
__nonstring
__attribute__((__nonstring__))
macro
244
# define
__nonstring
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
compiler_attributes.h
253
# define
__nonstring
__attribute__((__nonstring__))
macro
255
# define
__nonstring
macro
/kernel/linux/linux-6.6/drivers/soc/qcom/
H
A
D
cmd-db.c
144
u8 query[sizeof(ent->id)]
__nonstring
;
in cmd_db_get_header()
local
/kernel/linux/linux-6.6/lib/
H
A
D
memcpy_kunit.c
505
unsigned char output[sizeof(unsigned long)]
__nonstring
;
in strtomem_test()
member
/kernel/linux/linux-6.6/arch/um/drivers/
H
A
D
mconsole_kern.c
557
static char console_buf[MCONSOLE_MAX_DATA]
__nonstring
;
variable
/kernel/linux/linux-6.6/drivers/s390/char/
H
A
D
sclp.c
31
char id[4]
__nonstring
;
member
/kernel/linux/linux-5.10/drivers/auxdisplay/
H
A
D
panel.c
156
char press_str[sizeof(void *) + sizeof(int)]
__nonstring
;
member
157
char repeat_str[sizeof(void *) + sizeof(int)]
__nonstring
;
member
158
char release_str[sizeof(void *) + sizeof(int)]
__nonstring
;
member
/kernel/linux/linux-6.6/drivers/auxdisplay/
H
A
D
panel.c
157
char press_str[sizeof(void *) + sizeof(int)]
__nonstring
;
member
158
char repeat_str[sizeof(void *) + sizeof(int)]
__nonstring
;
member
159
char release_str[sizeof(void *) + sizeof(int)]
__nonstring
;
member
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
ext4.h
1337
/*88*/ char s_last_mounted[64]
__nonstring
; /* directory where last mounted */
member
1388
__u8 s_first_error_func[32]
__nonstring
; /* function where the error happened */
member
1394
__u8 s_last_error_func[32]
__nonstring
; /* function where the error happened */
member
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
ext4.h
1336
/*88*/ char s_last_mounted[64]
__nonstring
; /* directory where last mounted */
member
1387
__u8 s_first_error_func[32]
__nonstring
; /* function where the error happened */
member
1393
__u8 s_last_error_func[32]
__nonstring
; /* function where the error happened */
member
Completed in 29 milliseconds