Lines Matching refs:msg1
683 char *msg1; in do_convert() local
692 msg1 = ohdr.FormatString(); in do_convert()
693 Err(MGET("Cannot convert %s to %s\n"), ifp->GetName(), msg1); in do_convert()
694 delete msg1; in do_convert()
700 msg1 = ohdr.RateString(); in do_convert()
702 ifp->GetName(), msg1); in do_convert()
703 delete msg1; in do_convert()
706 msg1 = ohdr.ChannelString(); in do_convert()
708 ifp->GetName(), msg1); in do_convert()
709 delete msg1; in do_convert()
713 msg1 = ihdr.FormatString(); in do_convert()
716 ifp->GetName(), msg1, msg2); in do_convert()
717 delete msg1; in do_convert()