Home
last modified time | relevance | path

Searched refs:_allocated (Results 1 – 7 of 7) sorted by relevance

/external/bison/lib/
Dspawn_faction_init.c34 int newalloc = file_actions->_allocated + 8; in __posix_spawn_file_actions_realloc()
43 file_actions->_allocated = newalloc; in __posix_spawn_file_actions_realloc()
Dspawn_faction_addclose.c50 if (file_actions->_used == file_actions->_allocated in posix_spawn_file_actions_addclose()
Dspawn_faction_adddup2.c50 if (file_actions->_used == file_actions->_allocated in posix_spawn_file_actions_adddup2()
Dspawn_faction_addopen.c51 if (file_actions->_used == file_actions->_allocated in posix_spawn_file_actions_addopen()
Dspawn.in.h111 int _allocated; member
/external/bison/linux-lib/
Dspawn.h423 int _allocated;
/external/bison/darwin-lib/
Dspawn.h423 int _allocated;