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:__actions
(Results
1 - 18
of
18
) sorted by relevance
/third_party/musl/src/process/
H
A
D
posix_spawn_file_actions_addfchdir.c
14
if ((op->next = fa->
__actions
)) op->next->prev = op;
in posix_spawn_file_actions_addfchdir_np()
16
fa->
__actions
= op;
in posix_spawn_file_actions_addfchdir_np()
H
A
D
posix_spawn_file_actions_addchdir.c
14
if ((op->next = fa->
__actions
)) op->next->prev = op;
in posix_spawn_file_actions_addchdir_np()
16
fa->
__actions
= op;
in posix_spawn_file_actions_addchdir_np()
H
A
D
posix_spawn_file_actions_addclose.c
15
if ((op->next = fa->
__actions
)) op->next->prev = op;
in posix_spawn_file_actions_addclose()
17
fa->
__actions
= op;
in posix_spawn_file_actions_addclose()
H
A
D
posix_spawn_file_actions_addopen.c
19
if ((op->next = fa->
__actions
)) op->next->prev = op;
in posix_spawn_file_actions_addopen()
21
fa->
__actions
= op;
in posix_spawn_file_actions_addopen()
H
A
D
posix_spawn_file_actions_adddup2.c
16
if ((op->next = fa->
__actions
)) op->next->prev = op;
in posix_spawn_file_actions_adddup2()
18
fa->
__actions
= op;
in posix_spawn_file_actions_adddup2()
H
A
D
posix_spawn_file_actions_init.c
5
fa->
__actions
= 0;
in posix_spawn_file_actions_init()
H
A
D
posix_spawn_file_actions_destroy.c
7
struct fdop *op = fa->
__actions
, *next;
in posix_spawn_file_actions_destroy()
H
A
D
posix_spawn.c
86
if (fa && fa->
__actions
) {
in child()
89
for (op = fa->
__actions
; op->next; op = op->next);
in child()
/third_party/musl/porting/liteos_a/user/src/process/
H
A
D
posix_spawn_file_actions_addopen.c
19
if ((op->next = fa->
__actions
)) op->next->prev = op;
in posix_spawn_file_actions_addopen()
21
fa->
__actions
= op;
in posix_spawn_file_actions_addopen()
H
A
D
posix_spawn_file_actions_adddup2.c
16
if ((op->next = fa->
__actions
)) op->next->prev = op;
in posix_spawn_file_actions_adddup2()
18
fa->
__actions
= op;
in posix_spawn_file_actions_adddup2()
H
A
D
posix_spawn_file_actions_addclose.c
15
if ((op->next = fa->
__actions
)) op->next->prev = op;
in posix_spawn_file_actions_addclose()
17
fa->
__actions
= op;
in posix_spawn_file_actions_addclose()
H
A
D
posix_spawn.c
85
if (fa && fa->
__actions
) {
in child()
88
for (op = fa->
__actions
; op->next; op = op->next);
in child()
/third_party/musl/libc-test/src/functionalext/supplement/process/
H
A
D
posix_spawn_file_actions_addopen.c
39
ptr = (struct fdop *)fa.
__actions
;
in posix_spawn_file_actions_addopen_0100()
64
ptr = (struct fdop *)fa.
__actions
;
in posix_spawn_file_actions_addopen_0200()
89
ptr = (struct fdop *)fa.
__actions
;
in posix_spawn_file_actions_addopen_0300()
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
spawn.h
38
void *
__actions
;
member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
spawn.h
38
void *
__actions
;
member
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
spawn.h
38
void *
__actions
;
member
/third_party/musl/include/
H
A
D
spawn.h
38
void *
__actions
;
member
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
462
__actions
: *mut ::c_int,
Completed in 15 milliseconds