Searched refs:posix_spawn_file_actions_t (Results 1 – 5 of 5) sorted by relevance
/haiku/headers/posix/ |
H A D | spawn.h | 30 typedef struct _posix_spawn_file_actions *posix_spawn_file_actions_t; typedef 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/system/libroot/posix/ |
H A D | spawn.cpp | 76 posix_spawn_file_actions_init(posix_spawn_file_actions_t *_file_actions) in posix_spawn_file_actions_init() 78 posix_spawn_file_actions_t actions = (posix_spawn_file_actions_t)malloc( in posix_spawn_file_actions_init() 92 posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *_actions) in posix_spawn_file_actions_destroy() 115 posix_spawn_file_actions_addopen(posix_spawn_file_actions_t *_actions, in posix_spawn_file_actions_addopen() 147 posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *_actions, in posix_spawn_file_actions_addclose() 172 posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *_actions, in posix_spawn_file_actions_adddup2() 198 posix_spawn_file_actions_addchdir_np(posix_spawn_file_actions_t *_actions, in posix_spawn_file_actions_addchdir_np() 225 posix_spawn_file_actions_addfchdir_np(posix_spawn_file_actions_t *_actions, in posix_spawn_file_actions_addfchdir_np() 447 process_file_actions(const posix_spawn_file_actions_t *_actions, int *errfd) in process_file_actions() 501 const posix_spawn_file_actions_t *actions, in spawn_using_fork() [all …]
|
/haiku/headers/compatibility/gnu/ |
H A D | spawn.h | 21 posix_spawn_file_actions_t *file_actions, const char *path); 23 posix_spawn_file_actions_t *file_actions, int fildes);
|
/haiku/src/tests/system/libroot/posix/ |
H A D | posix_spawn_redir_test.c | 12 posix_spawn_file_actions_t child_fd_acts; in main()
|
H A D | posix_spawn_pipe_test.c | 15 posix_spawn_file_actions_t fdops; in main()
|