Searched refs:__actions (Results 1 – 6 of 6) sorted by relevance
32 void *newmem = realloc(file_actions->__actions, in __posix_spawn_file_actions_realloc()39 file_actions->__actions = (struct __spawn_action *)newmem; in __posix_spawn_file_actions_realloc()
44 rec = &file_actions->__actions[file_actions->__used]; in posix_spawn_file_actions_addclose()
44 rec = &file_actions->__actions[file_actions->__used]; in posix_spawn_file_actions_adddup2()
45 rec = &file_actions->__actions[file_actions->__used]; in posix_spawn_file_actions_addopen()
48 struct __spawn_action *action = &fa->__actions[cnt]; in execute_file_actions()
53 struct __spawn_action *__actions; member262 free (__file_actions->__actions); in posix_spawn_file_actions_destroy()
Completed in 6 milliseconds