Home
last modified time | relevance | path

Searched refs:__used (Results 1 – 8 of 8) sorted by relevance

/posix/
A Dspawn_faction_addfchdir.c32 if (actions->__used == actions->__allocated in posix_spawn_file_actions_addfchdir_np()
38 rec = &actions->__actions[actions->__used]; in posix_spawn_file_actions_addfchdir_np()
43 ++actions->__used; in posix_spawn_file_actions_addfchdir_np()
A Dspawn_faction_addclose.c36 if (file_actions->__used == file_actions->__allocated in __posix_spawn_file_actions_addclose()
42 rec = &file_actions->__actions[file_actions->__used]; in __posix_spawn_file_actions_addclose()
47 ++file_actions->__used; in __posix_spawn_file_actions_addclose()
A Dspawn_faction_addchdir.c36 if (file_actions->__used == file_actions->__allocated in posix_spawn_file_actions_addchdir_np()
45 rec = &file_actions->__actions[file_actions->__used]; in posix_spawn_file_actions_addchdir_np()
50 ++file_actions->__used; in posix_spawn_file_actions_addchdir_np()
A Dspawn_faction_addclosefrom.c35 if (file_actions->__used == file_actions->__allocated in __posix_spawn_file_actions_addclosefrom()
41 rec = &file_actions->__actions[file_actions->__used]; in __posix_spawn_file_actions_addclosefrom()
46 ++file_actions->__used; in __posix_spawn_file_actions_addclosefrom()
A Dspawn_faction_adddup2.c36 if (file_actions->__used == file_actions->__allocated in __posix_spawn_file_actions_adddup2()
42 rec = &file_actions->__actions[file_actions->__used]; in __posix_spawn_file_actions_adddup2()
48 ++file_actions->__used; in __posix_spawn_file_actions_adddup2()
A Dspawn_faction_addopen.c42 if (file_actions->__used == file_actions->__allocated in __posix_spawn_file_actions_addopen()
51 rec = &file_actions->__actions[file_actions->__used]; in __posix_spawn_file_actions_addopen()
59 ++file_actions->__used; in __posix_spawn_file_actions_addopen()
A Dspawn_faction_destroy.c28 for (int i = 0; i < file_actions->__used; ++i) in __posix_spawn_file_actions_destroy()
A Dspawn.h46 int __used; member

Completed in 15 milliseconds