Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_libcprint.c56 static void umsg_arg(const HChar *arg) in umsg_arg() function
125 void (*umsg_or_xml_arg)( const HChar *) = VG_(clo_xml) ? xml_arg : umsg_arg; in VG_()