Home | History | Annotate | Download | only in coregrind

Lines Matching defs:xtra

337    Char        xtra[256]; /* assumed big enough (is overrun-safe) */
370 VG_(memset)(xtra, 0, sizeof(xtra));
372 err, xtra, sizeof(xtra));
373 vg_assert(xtra[sizeof(xtra)-1] == 0);
376 VG_(xaprintf)(text, " %s\n", xtra);
409 VG_(printf_xml_no_f_c)(" <skaux>%t</skaux>\n", xtra);