Searched defs:file_actions (Results 1 – 8 of 8) sorted by relevance
32 __posix_spawn_file_actions_realloc (posix_spawn_file_actions_t *file_actions) in __posix_spawn_file_actions_realloc()51 posix_spawn_file_actions_init (posix_spawn_file_actions_t *file_actions) in posix_spawn_file_actions_init()
26 posix_spawn_file_actions_destroy (posix_spawn_file_actions_t *file_actions) in posix_spawn_file_actions_destroy()
28 const posix_spawn_file_actions_t *file_actions, in posix_spawnp()
36 posix_spawn_file_actions_addclose (posix_spawn_file_actions_t *file_actions, in posix_spawn_file_actions_addclose()
36 posix_spawn_file_actions_adddup2 (posix_spawn_file_actions_t *file_actions, in posix_spawn_file_actions_adddup2()
36 posix_spawn_file_actions_addopen (posix_spawn_file_actions_t *file_actions, in posix_spawn_file_actions_addopen()
97 const posix_spawn_file_actions_t *file_actions, in __spawni()140 const posix_spawn_file_actions_t *file_actions, in __spawni()
153 ActionList file_actions; in FindCommonTasks() local