OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xaprintf
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/include/
pub_tool_xarray.h
166
extern void VG_(
xaprintf
)( XArray* dst, const HChar* format, ... )
/external/valgrind/callgrind/
events.c
462
VG_(
xaprintf
)(xa, "%c", ' ');
466
VG_(
xaprintf
)(xa, "%s", eg->name[em->entry[i].index]);
468
VG_(
xaprintf
)(xa, "%c", '\0'); // zero terminate the string
488
VG_(
xaprintf
)(xa, "%llu", c[em->entry[0].offset]);
496
VG_(
xaprintf
)(xa, " 0");
499
VG_(
xaprintf
)(xa, " %llu", c[em->entry[i].offset]);
501
VG_(
xaprintf
)(xa, "%c", '\0'); // zero terminate the string
/external/valgrind/coregrind/
m_errormgr.c
50
#include "pub_core_xarray.h" // VG_(
xaprintf
) et al
348
VG_(
xaprintf
)(text, " fun:%s\n", buf);
351
VG_(
xaprintf
)(text, " obj:%s\n", buf);
353
VG_(
xaprintf
)(text, " obj:*\n");
389
VG_(
xaprintf
)(text, "{\n");
390
VG_(
xaprintf
)(text, " <%s>\n", dummy_name);
391
VG_(
xaprintf
)(text, " %s:%s\n", VG_(details).name, name);
408
VG_(
xaprintf
)(text, " %s\n", xtra);
420
VG_(
xaprintf
)(text, "}\n");
422
VG_(
xaprintf
)(text, "%c", (HChar)0 )
[
all
...]
m_xarray.c
368
void VG_(
xaprintf
)( XArray* dst, const HChar* format, ... )
function
/external/valgrind/coregrind/m_debuginfo/
debuginfo.c
[
all
...]
Completed in 1475 milliseconds