Searched refs:open_action (Results 1 – 4 of 4) sorted by relevance
47 rec->action.open_action.fd = fd; in posix_spawn_file_actions_addopen()48 rec->action.open_action.path = path; in posix_spawn_file_actions_addopen()49 rec->action.open_action.oflag = oflag; in posix_spawn_file_actions_addopen()50 rec->action.open_action.mode = mode; in posix_spawn_file_actions_addopen()
67 int new_fd = open_not_cancel(action->action.open_action.path, in execute_file_actions()68 action->action.open_action.oflag in execute_file_actions()70 action->action.open_action.mode); in execute_file_actions()76 if (new_fd != action->action.open_action.fd) { in execute_file_actions()77 if (dup2(new_fd, action->action.open_action.fd) in execute_file_actions()78 != action->action.open_action.fd) in execute_file_actions()
22 } open_action; member
46 rec->action.open_action.fd = fd; in posix_spawn_file_actions_addclose()
Completed in 4 milliseconds