Home
last modified time | relevance | path

Searched refs:__actions (Results 1 – 9 of 9) sorted by relevance

/posix/
A Dspawn_faction_init.c32 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()
A Dspawn_faction_destroy.c30 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()
A Dspawn_faction_addfchdir.c38 rec = &actions->__actions[actions->__used]; in posix_spawn_file_actions_addfchdir_np()
A Dspawn_faction_addclose.c42 rec = &file_actions->__actions[file_actions->__used]; in __posix_spawn_file_actions_addclose()
A Dspawn_faction_addchdir.c45 rec = &file_actions->__actions[file_actions->__used]; in posix_spawn_file_actions_addchdir_np()
A Dspawn_faction_addclosefrom.c41 rec = &file_actions->__actions[file_actions->__used]; in __posix_spawn_file_actions_addclosefrom()
A Dspawn.h47 struct __spawn_action *__actions; member
206 __restrict __actions,
A Dspawn_faction_adddup2.c42 rec = &file_actions->__actions[file_actions->__used]; in __posix_spawn_file_actions_adddup2()
A Dspawn_faction_addopen.c51 rec = &file_actions->__actions[file_actions->__used]; in __posix_spawn_file_actions_addopen()

Completed in 15 milliseconds