Searched refs:posix_spawn_file_actions_t (Results 1 – 7 of 7) sorted by relevance
55 } posix_spawn_file_actions_t; typedef87 const posix_spawn_file_actions_t *__restrict98 const posix_spawn_file_actions_t *__file_actions,250 int posix_spawn_file_actions_init (posix_spawn_file_actions_t * in posix_spawn_file_actions_init()259 int posix_spawn_file_actions_destroy (posix_spawn_file_actions_t * in posix_spawn_file_actions_destroy()268 extern int posix_spawn_file_actions_addopen (posix_spawn_file_actions_t *277 extern int posix_spawn_file_actions_addclose (posix_spawn_file_actions_t *283 extern int posix_spawn_file_actions_adddup2 (posix_spawn_file_actions_t *
41 inline static bool execute_file_actions(const posix_spawn_file_actions_t *fa) in execute_file_actions()114 const posix_spawn_file_actions_t *fa, in __spawni()245 const posix_spawn_file_actions_t *fa, in posix_spawn()256 const posix_spawn_file_actions_t *fa, in posix_spawnp()
29 __posix_spawn_file_actions_realloc(posix_spawn_file_actions_t *file_actions) in __posix_spawn_file_actions_realloc()
26 int __posix_spawn_file_actions_realloc(posix_spawn_file_actions_t *fa);
27 posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *file_actions, in posix_spawn_file_actions_addclose()
27 posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *file_actions, in posix_spawn_file_actions_adddup2()
27 posix_spawn_file_actions_addopen(posix_spawn_file_actions_t *file_actions, in posix_spawn_file_actions_addopen()
Completed in 7 milliseconds