/netbsd-src/external/ibm-public/postfix/dist/src/bounce/ |
H A D | bounce_append_service.c | 118 vstream_fprintf(log, "<%s>: %s\n", *rcpt->address == 0 ? "" : in bounce_append_service() 122 vstream_fprintf(log, "%s=%s\n", MAIL_ATTR_RECIP, *rcpt->address ? in bounce_append_service() 126 vstream_fprintf(log, "%s=%s\n", MAIL_ATTR_ORCPT, in bounce_append_service() 129 vstream_fprintf(log, "%s=%ld\n", MAIL_ATTR_OFFSET, rcpt->offset); in bounce_append_service() 131 vstream_fprintf(log, "%s=%s\n", MAIL_ATTR_DSN_ORCPT, rcpt->dsn_orcpt); in bounce_append_service() 133 vstream_fprintf(log, "%s=%d\n", MAIL_ATTR_DSN_NOTIFY, rcpt->dsn_notify); in bounce_append_service() 136 vstream_fprintf(log, "%s=%s\n", MAIL_ATTR_DSN_STATUS, dsn->status); in bounce_append_service() 138 vstream_fprintf(log, "%s=%s\n", MAIL_ATTR_DSN_ACTION, dsn->action); in bounce_append_service() 140 vstream_fprintf(log, "%s=%s\n", MAIL_ATTR_DSN_DTYPE, dsn->dtype); in bounce_append_service() 141 vstream_fprintf(log, "%s=%s\n", MAIL_ATTR_DSN_DTEXT, dsn->dtext); in bounce_append_service() [all …]
|
H A D | bounce_templates.c | 345 vstream_fprintf(fp, "%s\n", text); in bounce_plain_out() 356 vstream_fprintf(fp, "expanded_%s_text = <<EOF\n", tp->class); in bounce_templates_expand() 358 vstream_fprintf(fp, "EOF\n\n"); in bounce_templates_expand() 361 vstream_fprintf(fp, "expanded_%s_text = <<EOF\n", tp->class); in bounce_templates_expand() 363 vstream_fprintf(fp, "EOF\n\n"); in bounce_templates_expand() 366 vstream_fprintf(fp, "expanded_%s_text = <<EOF\n", tp->class); in bounce_templates_expand() 368 vstream_fprintf(fp, "EOF\n\n"); in bounce_templates_expand() 371 vstream_fprintf(fp, "expanded_%s_text = <<EOF\n", tp->class); in bounce_templates_expand() 373 vstream_fprintf(fp, "EOF\n"); in bounce_templates_expand() 383 vstream_fprintf(fp, "%s_template = <<EOF\n", tp->class); in bounce_templates_dump() [all …]
|
H A D | bounce_template.c | 540 vstream_fprintf(fp, "Charset: %s\n", tp->mime_charset); in bounce_template_dump() 541 vstream_fprintf(fp, "From: %s\n", bounce_hfrom_format == HFROM_FORMAT_CODE_STD ? in bounce_template_dump() 543 vstream_fprintf(fp, "Subject: %s\n", tp->subject); in bounce_template_dump() 545 vstream_fprintf(fp, "Postmaster-Subject: %s\n", in bounce_template_dump() 547 vstream_fprintf(fp, "\n"); in bounce_template_dump() 549 vstream_fprintf(fp, "%s\n", *cpp); in bounce_template_dump()
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | attr_print_plain.c | 143 vstream_fprintf(fp, "%s=%u\n", attr_name, (unsigned) int_val); in attr_vprint_plain() 150 vstream_fprintf(fp, "%s=%lu\n", attr_name, long_val); in attr_vprint_plain() 157 vstream_fprintf(fp, "%s=%s\n", attr_name, str_val); in attr_vprint_plain() 168 vstream_fprintf(fp, "%s=%s\n", attr_name, STR(base64_buf)); in attr_vprint_plain() 183 vstream_fprintf(fp, "%s=%s\n", ht[0]->key, (char *) ht[0]->value); in attr_vprint_plain()
|
H A D | msg_vstream.c | 68 vstream_fprintf(msg_stream, "%s: %s\n", in msg_vstream_print() 71 vstream_fprintf(msg_stream, "%s: %s: %s\n", in msg_vstream_print()
|
H A D | attr_print0.c | 143 vstream_fprintf(fp, "%u", (unsigned) int_val); in attr_vprint0() 152 vstream_fprintf(fp, "%lu", (unsigned long) long_val); in attr_vprint0()
|
H A D | netstring.c | 283 vstream_fprintf(stream, "%ld:", (long) len); in netstring_put() 320 vstream_fprintf(stream, "%ld:", (long) total); in netstring_put_multi()
|
H A D | vstream.c | 1519 VSTREAM *vstream_fprintf(VSTREAM *stream, const char *fmt,...) in vstream_fprintf() function 1874 …vstream_fprintf(VSTREAM_ERR, "buffer size test: copy text with %ld buffer size, ignore requests to… in copy_line() 1885 vstream_fprintf(VSTREAM_ERR, "actual read/write buffer sizes: %ld/%ld\n\n", in copy_line() 1926 vstream_fprintf(fp, "hallo"); in do_memory_stream() 1946 vstream_fprintf(fp, " world"); in do_memory_stream()
|
H A D | vstring_vstream.c | 262 vstream_fprintf(VSTREAM_OUT, "%s", vstring_str(vp)); in main()
|
H A D | dict_tcp.c | 191 vstream_fprintf(dict_tcp->fp, "get %s\n", STR(dict_tcp->hex_buf)); in dict_tcp_lookup()
|
H A D | vstream.h | 195 extern VSTREAM *PRINTFLIKE(2, 3) vstream_fprintf(VSTREAM *, const char *,...);
|
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | mail_copy.c | 191 vstream_fprintf(dst, "From %s %.24s%s", *sender == 0 ? in mail_copy() 196 vstream_fprintf(dst, "Return-Path: <%s>%s", in mail_copy() 210 vstream_fprintf(dst, "X-Original-To: %s%s", vstring_str(buf), eol); in mail_copy() 217 vstream_fprintf(dst, "Delivered-To: %s%s", vstring_str(buf), eol); in mail_copy()
|
H A D | recdump.c | 52 vstream_fprintf(VSTREAM_OUT, "%15s|%4ld|%3ld|%s\n", in main()
|
H A D | mime_state.c | 1198 vstream_fprintf(stream, "%s %ld\t|%s\n", in head_out() 1209 vstream_fprintf(stream, "HEADER END\n"); in head_end() 1217 vstream_fprintf(stream, "BODY %c %ld\t|", rec_type, (long) offset); in body_out() 1227 vstream_fprintf(stream, "BODY END\n"); in body_end()
|
H A D | quote_821_local.c | 174 vstream_fprintf(VSTREAM_OUT, "%s\n", in main()
|
/netbsd-src/external/ibm-public/postfix/dist/src/postconf/ |
H A D | postconf_edit.c | 239 vstream_fprintf(dst, "#%s", STR(buf)); in pcf_edit_main() 249 vstream_fprintf(dst, "%s = %s\n", STR(key), cvalue->value); in pcf_edit_main() 251 vstream_fprintf(dst, "#%s", cp); in pcf_edit_main() 265 vstream_fprintf(dst, "%s = %s\n", ht[0]->key, cvalue->value); in pcf_edit_main() 439 vstream_fprintf(dst, "#%s", STR(line_buf)); in pcf_edit_master() 580 vstream_fprintf(dst, "#%s", STR(line_buf)); in pcf_edit_master()
|
/netbsd-src/external/ibm-public/postfix/dist/src/smtpstone/ |
H A D | smtp-sink.c | 511 vstream_fprintf(state->dump_file, "%s", STR(start_string)); in mail_file_open() 512 vstream_fprintf(state->dump_file, "X-Client-Addr: %s%s\n", in mail_file_open() 514 vstream_fprintf(state->dump_file, "X-Client-Proto: %s\n", state->client_proto); in mail_file_open() 516 vstream_fprintf(state->dump_file, "X-Helo-Args: %s\n", state->helo_args); in mail_file_open() 525 vstream_fprintf(state->dump_file, "Received: from %s ([%s%s])\n", in mail_file_finish_header() 529 vstream_fprintf(state->dump_file, "Received: from [%s%s] ([%s%s])\n", in mail_file_finish_header() 532 vstream_fprintf(state->dump_file, "\tby %s (smtp-sink)" in mail_file_finish_header() 535 vstream_fprintf(state->dump_file, "\t%s\n", mail_date(state->start_time)); in mail_file_finish_header() 712 vstream_fprintf(state->dump_file, "X-Mail-Args: %s\n", args); in mail_response() 733 vstream_fprintf(state->dump_file, "X-Rcpt-Args: %s\n", args); in rcpt_response()
|
/netbsd-src/external/ibm-public/postfix/dist/src/xsasl/ |
H A D | xsasl_dovecot_server.c | 294 vstream_fprintf(sasl_stream, in xsasl_dovecot_server_connect() 681 vstream_fprintf(server->impl->sasl_stream, in xsasl_dovecot_server_first() 696 vstream_fprintf(server->impl->sasl_stream, in xsasl_dovecot_server_first() 731 vstream_fprintf(server->impl->sasl_stream, in xsasl_dovecot_server_next()
|
/netbsd-src/external/ibm-public/postfix/dist/src/master/ |
H A D | master.c | 506 vstream_fprintf(lock_fp, "%*lu\n", (int) sizeof(unsigned long) * 4, in main() 523 vstream_fprintf(data_lock_fp, "%*lu\n", (int) sizeof(unsigned long) * 4, in main()
|
/netbsd-src/external/ibm-public/postfix/dist/src/flush/ |
H A D | flush.c | 366 vstream_fprintf(log, "%s\n", queue_id); in flush_add_path()
|
/netbsd-src/external/ibm-public/postfix/dist/src/milter/ |
H A D | milter.c | 959 vstream_fprintf(VSTREAM_ERR, "usage: \n" in usage()
|