Lines Matching refs:msg_fatal

439 	msg_fatal("connect: %m");  in fail_connect()
466 msg_fatal("socket: %m"); in start_connect()
523 msg_fatal("%s while reading server greeting", exception_text(except)); in read_banner()
533 msg_fatal("rejected at server banner: %d %s", resp->code, resp->str); in read_banner()
556 msg_fatal("%s while sending %s", exception_text(except), protocol); in send_helo()
579 msg_fatal("%s while sending %s", exception_text(except), protocol); in helo_done()
590 msg_fatal("%s rejected: %d %s", protocol, resp->code, resp->str); in helo_done()
606 msg_fatal("%s while sending sender", exception_text(except)); in send_mail()
628 msg_fatal("%s while sending sender", exception_text(except)); in mail_done()
643 msg_fatal("sender rejected: %d %s", resp->code, resp->str); in mail_done()
658 msg_fatal("%s while sending recipient", exception_text(except)); in send_rcpt()
687 msg_fatal("%s while sending recipient", exception_text(except)); in rcpt_done()
698 msg_fatal("recipient rejected: %d %s", resp->code, resp->str); in rcpt_done()
723 msg_fatal("%s while sending DATA command", exception_text(except)); in send_data()
746 msg_fatal("%s while sending DATA command", exception_text(except)); in data_done()
758 msg_fatal("data rejected: %d %s", resp->code, resp->str); in data_done()
783 msg_fatal("%s while sending message", exception_text(except)); in data_done()
830 msg_fatal("%s while sending message", exception_text(except)); in dot_done()
841 msg_fatal("end of data rejected: %d %s", resp->code, resp->str); in dot_done()
879 msg_fatal("%s while sending message", exception_text(except)); in rset_done()
889 msg_fatal("rset rejected: %d %s", resp->code, resp->str); in rset_done()
938msg_fatal("usage: %s -cdLNov -s sess -l msglen -m msgs -C count -M myhostname -f from -t to -r rcp… in usage()
989 msg_fatal("bad connection count: %s", optarg); in main()
999 msg_fatal("-l option cannot be used with -F"); in main()
1004 msg_fatal("-l option cannot be used with -F"); in main()
1006 msg_fatal("bad message length: %s", optarg); in main()
1013 msg_fatal("bad message count: %s", optarg); in main()
1018 msg_fatal("bad address literal: %s", optarg); in main()
1021 msg_fatal("bad hostname: %s", optarg); in main()
1034 msg_fatal("bad recipient count: %s", optarg); in main()
1038 msg_fatal("do not use -w and -R options at the same time"); in main()
1040 msg_fatal("bad random delay: %s", optarg); in main()
1044 msg_fatal("bad session count: %s", optarg); in main()
1054 msg_fatal("bad TCP window size: %s", optarg); in main()
1061 msg_fatal("do not use -w and -R options at the same time"); in main()
1063 msg_fatal("bad fixed delay: %s", optarg); in main()
1085 msg_fatal("open %s: %m", message_file); in main()
1093 msg_fatal("read %s: %m", message_file); in main()
1117 msg_fatal("unix-domain name too long: %s", path); in main()
1131 msg_fatal("%s: %s", argv[optind], parse_err); in main()
1133 msg_fatal("%s: %s", argv[optind], MAI_STRERROR(aierr)); in main()
1137 msg_fatal("address length %d > buffer length %d", in main()