Home
last modified time | relevance | path

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

/external/valgrind/main/include/
Dpub_tool_libcprint.h106 extern UInt VG_(vprintf_xml) ( const HChar *format, va_list vargs )
/external/valgrind/main/coregrind/
Dm_libcprint.c156 UInt VG_(vprintf_xml) ( const HChar *format, va_list vargs ) in VG_() argument
166 ret = VG_(vprintf_xml)(format, vargs); in VG_()
174 return VG_(vprintf_xml)(format, vargs); in emit_WRK()
/external/valgrind/main/drd/
Ddrd_error.c65 VG_(vprintf_xml)(format, vargs); in DRD_() local
80 VG_(vprintf_xml)(format, vargs); in DRD_() local
101 VG_(vprintf_xml)(format, vargs); in print_err_detail() local
/external/valgrind/main/exp-sgcheck/
Dpc_common.c274 VG_(vprintf_xml)(format, vargs); in emit_WRK() local
/external/valgrind/main/helgrind/
Dhg_errors.c695 VG_(vprintf_xml)(format, vargs); in emit_WRK() local
/external/valgrind/main/memcheck/
Dmc_errors.c202 VG_(vprintf_xml)(format, vargs); in emit_WRK() local
/external/valgrind/main/coregrind/m_scheduler/
Dscheduler.c1739 count = VG_(vprintf_xml)( xml_format, *vargsp ); in print_client_message()