Home
last modified time | relevance | path

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

/external/bison/lib/
Dspawn_faction_addclose.c50 if (file_actions->_used == file_actions->_allocated in posix_spawn_file_actions_addclose()
59 rec = &file_actions->_actions[file_actions->_used]; in posix_spawn_file_actions_addclose()
64 ++file_actions->_used; in posix_spawn_file_actions_addclose()
Dspawn_faction_adddup2.c50 if (file_actions->_used == file_actions->_allocated in posix_spawn_file_actions_adddup2()
59 rec = &file_actions->_actions[file_actions->_used]; in posix_spawn_file_actions_adddup2()
65 ++file_actions->_used; in posix_spawn_file_actions_adddup2()
Dspawn_faction_addopen.c51 if (file_actions->_used == file_actions->_allocated in posix_spawn_file_actions_addopen()
60 rec = &file_actions->_actions[file_actions->_used]; in posix_spawn_file_actions_addopen()
68 ++file_actions->_used; in posix_spawn_file_actions_addopen()
Dspawni.c242 for (cnt = 0; cnt < file_actions->_used; ++cnt) in __spawni()
Dspawn.in.h112 int _used; member
/external/clang/test/Rewriter/
Dmodern-write-bf-abi.mm16 NSUInteger _used; field
/external/bison/linux-lib/
Dspawn.h424 int _used;
/external/bison/darwin-lib/
Dspawn.h424 int _used;