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:cap_header
(Results
1 - 2
of
2
) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H
A
D
capset.c
27
struct __user_cap_header_struct
cap_header
;
in capset_0100()
local
30
cap_header
.pid = getpid();
in capset_0100()
31
cap_header
.version = _LINUX_CAPABILITY_VERSION_1;
in capset_0100()
33
if (capget(&
cap_header
, &cap_data) < 0) {
in capset_0100()
37
printf("capheader: %x %d\n",
cap_header
.version,
cap_header
.pid);
in capset_0100()
46
if (capset(&
cap_header
, &cap_data) < 0) {
in capset_0100()
49
printf("%d\n", capget(&
cap_header
, &cap_data));
in capset_0100()
50
printf("capheader: %x %d\n",
cap_header
.version,
cap_header
in capset_0100()
[all...]
H
A
D
capget.c
28
cap_user_header_t
cap_header
= &cap_header_data;
in capget_0100()
local
33
cap_header
->pid = getpid();
in capget_0100()
34
cap_header
->version = _LINUX_CAPABILITY_VERSION_1;
in capget_0100()
36
int result = capget(
cap_header
, cap_data);
in capget_0100()
Completed in 1 milliseconds