posix_spawn_file_actions_t
const posix_spawn_file_actions_t *file_actions,
const posix_spawn_file_actions_t *file_actions,
posix_spawn_file_actions_t *file_actions);
posix_spawn_file_actions_t *file_actions);
posix_spawn_file_actions_t *file_actions,
posix_spawn_file_actions_t *file_actions, int fildes);
posix_spawn_file_actions_t *file_actions, int fildes, int newfildes);
posix_spawn_file_actions_t *file_actions, const char *path);
posix_spawn_file_actions_t *file_actions, int fildes);
posix_spawn_file_actions_t fileActions;
CObjectDeleter<posix_spawn_file_actions_t, int, posix_spawn_file_actions_destroy>
posix_spawn_file_actions_t fileActions;
CObjectDeleter<posix_spawn_file_actions_t, int, posix_spawn_file_actions_destroy>
posix_spawn_file_actions_addopen(posix_spawn_file_actions_t *_actions,
posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *_actions,
posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *_actions,
posix_spawn_file_actions_addchdir(posix_spawn_file_actions_t *_actions,
posix_spawn_file_actions_addfchdir(posix_spawn_file_actions_t *_actions,
process_file_actions(const posix_spawn_file_actions_t *_actions, int *errfd)
const posix_spawn_file_actions_t *actions,
const posix_spawn_file_actions_t *actions,
const posix_spawn_file_actions_t *file_actions,
const posix_spawn_file_actions_t *file_actions,
posix_spawn_file_actions_init(posix_spawn_file_actions_t *_file_actions)
posix_spawn_file_actions_t actions = (posix_spawn_file_actions_t)malloc(
posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *_actions)
posix_spawn_file_actions_t fdops;
posix_spawn_file_actions_t child_fd_acts;