Searched refs:_actions (Results 1 – 9 of 9) sorted by relevance
35 void *newmem = realloc (file_actions->_actions, in __posix_spawn_file_actions_realloc()42 file_actions->_actions = (struct __spawn_action *) newmem; in __posix_spawn_file_actions_realloc()
29 free (file_actions->_actions); in posix_spawn_file_actions_destroy()
59 rec = &file_actions->_actions[file_actions->_used]; in posix_spawn_file_actions_addclose()
59 rec = &file_actions->_actions[file_actions->_used]; in posix_spawn_file_actions_adddup2()
60 rec = &file_actions->_actions[file_actions->_used]; in posix_spawn_file_actions_addopen()
244 struct __spawn_action *action = &file_actions->_actions[cnt]; in __spawni()
113 struct __spawn_action *_actions; member
425 struct __spawn_action *_actions;