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/main/coregrind/
m_commandline.c
142
args-for-v are then copied into
tmp_xarray
.
150
Finally,
tmp_xarray
is copied onto the end of VG_(args_for_valgrind).
159
XArray* /* of HChar* */
tmp_xarray
;
local
166
tmp_xarray
= VG_(newXA)( VG_(malloc), "commandline.sua.1",
168
vg_assert(
tmp_xarray
);
194
add_string(
tmp_xarray
, argv[i] );
240
/* Finally, copy
tmp_xarray
onto the end. */
241
for (i = 0; i < VG_(sizeXA)(
tmp_xarray
); i++)
243
* (HChar**)VG_(indexXA)(
tmp_xarray
, i ) );
245
VG_(deleteXA)(
tmp_xarray
);
[
all
...]
Completed in 71 milliseconds