OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmp_xarray
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/coregrind/
m_commandline.c
144
args-for-v are then copied into
tmp_xarray
.
152
Finally,
tmp_xarray
is copied onto the end of VG_(args_for_valgrind).
161
XArray* /* of HChar* */
tmp_xarray
;
local
168
tmp_xarray
= VG_(newXA)( VG_(malloc), "commandline.sua.1",
193
add_string(
tmp_xarray
, argv[i] );
238
/* Finally, copy
tmp_xarray
onto the end. */
239
for (i = 0; i < VG_(sizeXA)(
tmp_xarray
); i++)
241
* (HChar**)VG_(indexXA)(
tmp_xarray
, i ) );
243
VG_(deleteXA)(
tmp_xarray
);
Completed in 73 milliseconds