Searched refs:__actions (Results 1 – 9 of 9) 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()
30 struct __spawn_action *sa = &file_actions->__actions[i]; in __posix_spawn_file_actions_destroy()49 free (file_actions->__actions); in __posix_spawn_file_actions_destroy()
38 rec = &actions->__actions[actions->__used]; in posix_spawn_file_actions_addfchdir_np()
42 rec = &file_actions->__actions[file_actions->__used]; in __posix_spawn_file_actions_addclose()
45 rec = &file_actions->__actions[file_actions->__used]; in posix_spawn_file_actions_addchdir_np()
41 rec = &file_actions->__actions[file_actions->__used]; in __posix_spawn_file_actions_addclosefrom()
47 struct __spawn_action *__actions; member206 __restrict __actions,
42 rec = &file_actions->__actions[file_actions->__used]; in __posix_spawn_file_actions_adddup2()
51 rec = &file_actions->__actions[file_actions->__used]; in __posix_spawn_file_actions_addopen()
Completed in 15 milliseconds