Searched refs:__used (Results 1 – 8 of 8) sorted by relevance
32 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()
36 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()
36 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()
35 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()
36 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()
42 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()
28 for (int i = 0; i < file_actions->__used; ++i) in __posix_spawn_file_actions_destroy()
46 int __used; member
Completed in 15 milliseconds