Searched refs:_allocated (Results 1 – 7 of 7) sorted by relevance
34 int newalloc = file_actions->_allocated + 8; in __posix_spawn_file_actions_realloc()43 file_actions->_allocated = newalloc; in __posix_spawn_file_actions_realloc()
50 if (file_actions->_used == file_actions->_allocated in posix_spawn_file_actions_addclose()
50 if (file_actions->_used == file_actions->_allocated in posix_spawn_file_actions_adddup2()
51 if (file_actions->_used == file_actions->_allocated in posix_spawn_file_actions_addopen()
111 int _allocated; member
423 int _allocated;