Home
last modified time | relevance | path

Searched refs:__actions (Results 1 - 18 of 18) sorted by relevance

/third_party/musl/src/process/
H A Dposix_spawn_file_actions_addfchdir.c14 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 Dposix_spawn_file_actions_addchdir.c14 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 Dposix_spawn_file_actions_addclose.c15 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 Dposix_spawn_file_actions_addopen.c19 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 Dposix_spawn_file_actions_adddup2.c16 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 Dposix_spawn_file_actions_init.c5 fa->__actions = 0; in posix_spawn_file_actions_init()
H A Dposix_spawn_file_actions_destroy.c7 struct fdop *op = fa->__actions, *next; in posix_spawn_file_actions_destroy()
H A Dposix_spawn.c86 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 Dposix_spawn_file_actions_addopen.c19 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 Dposix_spawn_file_actions_adddup2.c16 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 Dposix_spawn_file_actions_addclose.c15 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 Dposix_spawn.c85 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 Dposix_spawn_file_actions_addopen.c39 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 Dspawn.h38 void *__actions; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dspawn.h38 void *__actions; member
/third_party/musl/porting/liteos_m/kernel/include/
H A Dspawn.h38 void *__actions; member
/third_party/musl/include/
H A Dspawn.h38 void *__actions; member
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs462 __actions: *mut ::c_int,

Completed in 15 milliseconds