Home | History | Annotate | Download | only in coregrind

Lines Matching refs:xtra

349    Char        xtra[256]; /* assumed big enough (is overrun-safe) */
382 VG_(memset)(xtra, 0, sizeof(xtra));
384 err, xtra, sizeof(xtra));
385 vg_assert(xtra[sizeof(xtra)-1] == 0);
388 VG_(xaprintf)(text, " %s\n", xtra);
421 VG_(printf_xml)(" <skaux>%pS</skaux>\n", xtra);