Searched refs:posix_spawn_file_actions_t (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/compatibility/gnu/
H A Dspawn.h20 posix_spawn_file_actions_t *file_actions, const char *path);
22 posix_spawn_file_actions_t *file_actions, int fildes);
/haiku/headers/posix/
H A Dspawn.h30 typedef struct _posix_spawn_file_actions *posix_spawn_file_actions_t; typedef in typeref:struct:_posix_spawn_file_actions
39 const posix_spawn_file_actions_t *file_actions,
42 const posix_spawn_file_actions_t *file_actions,
48 posix_spawn_file_actions_t *file_actions);
50 posix_spawn_file_actions_t *file_actions);
52 posix_spawn_file_actions_t *file_actions,
55 posix_spawn_file_actions_t *file_actions, int fildes);
57 posix_spawn_file_actions_t *file_actions, int fildes, int newfildes);
/haiku/src/tests/system/libroot/posix/
H A Dposix_spawn_redir_test.c12 posix_spawn_file_actions_t child_fd_acts;
H A Dposix_spawn_pipe_test.c15 posix_spawn_file_actions_t fdops;
/haiku/src/system/libroot/posix/
H A Dspawn.cpp76 posix_spawn_file_actions_init(posix_spawn_file_actions_t *_file_actions)
78 posix_spawn_file_actions_t actions = (posix_spawn_file_actions_t)malloc(
92 posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *_actions)
115 posix_spawn_file_actions_addopen(posix_spawn_file_actions_t *_actions,
147 posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *_actions,
172 posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *_actions,
198 posix_spawn_file_actions_addchdir_np(posix_spawn_file_actions_t *_actions,
225 posix_spawn_file_actions_addfchdir_np(posix_spawn_file_actions_t *_actions,
447 process_file_actions(const posix_spawn_file_actions_t *_action
[all...]

Completed in 97 milliseconds