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:UTIL_NAME_SIZE
(Results
1 - 8
of
8
) sorted by relevance
/third_party/eudev/src/udev/
H
A
D
udev-builtin-usb_id.c
238
char serial_str[
UTIL_NAME_SIZE
] = "";
in builtin_usb_id()
239
char packed_if_str[
UTIL_NAME_SIZE
] = "";
in builtin_usb_id()
H
A
D
udev-rules.c
1845
char nbuf[
UTIL_NAME_SIZE
];
in match_attr()
1847
char vbuf[
UTIL_NAME_SIZE
];
in match_attr()
2299
char owner[
UTIL_NAME_SIZE
];
in udev_rules_apply_to_event()
2325
char group[
UTIL_NAME_SIZE
];
in udev_rules_apply_to_event()
2351
char mode_str[
UTIL_NAME_SIZE
];
in udev_rules_apply_to_event()
2426
char value_new[
UTIL_NAME_SIZE
];
in udev_rules_apply_to_event()
2439
char temp[
UTIL_NAME_SIZE
];
in udev_rules_apply_to_event()
2552
char value[
UTIL_NAME_SIZE
];
in udev_rules_apply_to_event()
2575
char value[
UTIL_NAME_SIZE
];
in udev_rules_apply_to_event()
H
A
D
udev-watch.c
143
char device[
UTIL_NAME_SIZE
];
in udev_watch_lookup()
H
A
D
udevadm-monitor.c
121
char subsys[
UTIL_NAME_SIZE
];
in adm_monitor()
H
A
D
udev-event.c
295
char vbuf[
UTIL_NAME_SIZE
];
in udev_event_apply_format()
H
A
D
udev-builtin-path_id.c
666
char tag[
UTIL_NAME_SIZE
];
in builtin_path_id()
/third_party/eudev/src/libudev/
H
A
D
libudev-private.h
137
#define
UTIL_NAME_SIZE
512
macro
H
A
D
libudev-device.c
211
char driver[
UTIL_NAME_SIZE
];
in udev_device_get_driver()
286
char subsystem[
UTIL_NAME_SIZE
];
in udev_device_get_subsystem()
984
char subsys[
UTIL_NAME_SIZE
];
in udev_device_new_from_subsystem_sysname()
Completed in 12 milliseconds