Home
last modified time | relevance | path

Searched refs:printf_xml_no_f_c (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/main/coregrind/
Dm_errormgr.c310 VG_(printf_xml_no_f_c)(" <sframe> <fun>%t</fun> </sframe>\n", buf); in printSuppForIp_XML()
313 VG_(printf_xml_no_f_c)(" <sframe> <obj>%t</obj> </sframe>\n", buf); in printSuppForIp_XML()
315 VG_(printf_xml_no_f_c)(" <sframe> <obj>*</obj> </sframe>\n"); in printSuppForIp_XML()
406 VG_(printf_xml_no_f_c)( in gen_suppression()
409 VG_(printf_xml_no_f_c)(" <skaux>%t</skaux>\n", xtra); in gen_suppression()
900 VG_(printf_xml_no_f_c)( " <pair>\n" in show_used_suppressions()
Dm_main.c968 VG_(printf_xml_no_f_c)( in print_file_vars()
1101 VG_(printf_xml_no_f_c)("<tool>%t</tool>\n", toolname); in print_preamble()
1116 VG_(printf_xml_no_f_c)(" <exe>%t</exe>\n", in print_preamble()
1119 VG_(printf_xml_no_f_c)(" <exe>%t</exe>\n", in print_preamble()
1122 VG_(printf_xml_no_f_c)( in print_preamble()
1131 VG_(printf_xml_no_f_c)(" <exe>%t</exe>\n", in print_preamble()
1134 VG_(printf_xml_no_f_c)( in print_preamble()
2286 VG_(printf_xml_no_f_c)( "<status>\n" in valgrind_main()
2291 VG_(printf_xml_no_f_c)( "\n" ); in valgrind_main()
2396 VG_(printf_xml_no_f_c)( "<status>\n" in shutdown_actions_NORETURN()
Dm_libcprint.c164 UInt VG_(printf_xml_no_f_c) ( const HChar *format, ... ) in VG_() argument
/external/valgrind/main/include/
Dpub_tool_libcprint.h102 extern UInt VG_(printf_xml_no_f_c) ( const HChar *format, ... );