Home | History | Annotate | Download | only in drd

Lines Matching refs:msg_size

379       const unsigned msg_size = 256;
382 msg = VG_(malloc)("drd.main.dptj.1", msg_size);
384 VG_(snprintf)(msg, msg_size,
392 VG_(snprintf)(msg + VG_(strlen)(msg), msg_size - VG_(strlen)(msg),