Searched refs:__allocated (Results 1 – 8 of 8) sorted by relevance
31 int newalloc = file_actions->__allocated + 8; in __posix_spawn_file_actions_realloc()40 file_actions->__allocated = newalloc; in __posix_spawn_file_actions_realloc()
32 if (actions->__used == actions->__allocated in posix_spawn_file_actions_addfchdir_np()
36 if (file_actions->__used == file_actions->__allocated in __posix_spawn_file_actions_addclose()
36 if (file_actions->__used == file_actions->__allocated in posix_spawn_file_actions_addchdir_np()
35 if (file_actions->__used == file_actions->__allocated in __posix_spawn_file_actions_addclosefrom()
36 if (file_actions->__used == file_actions->__allocated in __posix_spawn_file_actions_adddup2()
42 if (file_actions->__used == file_actions->__allocated in __posix_spawn_file_actions_addopen()
45 int __allocated; member
Completed in 11 milliseconds