Searched refs:__actions (Results 1 – 6 of 6) sorted by relevance
12 if ((op->next = fa->__actions)) in posix_spawn_file_actions_addclose()15 fa->__actions = op; in posix_spawn_file_actions_addclose()
13 if ((op->next = fa->__actions)) in posix_spawn_file_actions_adddup2()16 fa->__actions = op; in posix_spawn_file_actions_adddup2()
17 if ((op->next = fa->__actions)) in posix_spawn_file_actions_addopen()20 fa->__actions = op; in posix_spawn_file_actions_addopen()
4 fa->__actions = 0; in posix_spawn_file_actions_init()
6 struct fdop *op = fa->__actions, *next; in posix_spawn_file_actions_destroy()
33 void* __actions; member
Completed in 7 milliseconds