Home | History | Annotate | Download | only in coregrind

Lines Matching defs:sprintf

701 /* --------- sprintf --------- */
727 UInt VG_(sprintf) ( HChar* buf, const HChar *format, ... )
906 VG_(sprintf)(buf, "%02u:%02u:%02u:%02u.%03u ", days, hours, mins, s, ms);
1001 VG_(sprintf)(tmp, "%d", VG_(getpid)());
1165 VG_(sprintf)(buf, "Failure(0x%lx)", sr_Err(sr));
1167 VG_(sprintf)(buf, "Success(0x%lx)", sr_Res(sr));
1178 VG_(sprintf)(buf, "Failure(0x%lx)", sr_Err(sr));
1180 VG_(sprintf)(buf, "Success(0x%lx:0x%lx)", sr_ResHI(sr), sr_Res(sr));