Home
last modified time | relevance | path

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

/external/bison/lib/
Dspawn_faction_init.c35 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()
Dspawn_faction_destroy.c29 free (file_actions->_actions); in posix_spawn_file_actions_destroy()
Dspawn_faction_addclose.c59 rec = &file_actions->_actions[file_actions->_used]; in posix_spawn_file_actions_addclose()
Dspawn_faction_adddup2.c59 rec = &file_actions->_actions[file_actions->_used]; in posix_spawn_file_actions_adddup2()
Dspawn_faction_addopen.c60 rec = &file_actions->_actions[file_actions->_used]; in posix_spawn_file_actions_addopen()
Dspawni.c244 struct __spawn_action *action = &file_actions->_actions[cnt]; in __spawni()
Dspawn.in.h113 struct __spawn_action *_actions; member
/external/bison/linux-lib/
Dspawn.h425 struct __spawn_action *_actions;
/external/bison/darwin-lib/
Dspawn.h425 struct __spawn_action *_actions;