/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | bounce_log.c | 155 DSN_BUF *dsn_buf) in bounce_log_read() argument 173 dsb_reset(dsn_buf); in bounce_log_read() 243 vstring_strcpy(dsn_buf->status, value); in bounce_log_read() 245 vstring_strcpy(dsn_buf->action, value); in bounce_log_read() 247 vstring_strcpy(dsn_buf->dtype, value); in bounce_log_read() 249 vstring_strcpy(dsn_buf->dtext, value); in bounce_log_read() 251 vstring_strcpy(dsn_buf->mtype, value); in bounce_log_read() 253 vstring_strcpy(dsn_buf->mname, value); in bounce_log_read() 255 vstring_strcpy(dsn_buf->reason, value); in bounce_log_read() 287 vstring_strcpy(dsn_buf->reason, text); in bounce_log_read() [all …]
|
H A D | dsn_util.h | 40 #define DSN_UPDATE(dsn_buf, dsn, len) do { \ argument 41 if (len >= sizeof((dsn_buf).data)) \ 43 INT_SIZEOF((dsn_buf).data) - 1, dsn, len); \ 44 strncpy((dsn_buf).data, (dsn), (len)); \ 45 (dsn_buf).data[len] = 0; \ 48 #define DSN_STATUS(dsn_buf) ((const char *) (dsn_buf).data) argument 50 #define DSN_CLASS(dsn_buf) ((dsn_buf).data[0]) argument
|
H A D | Makefile.in | 8 dsb_scan.c dsn.c dsn_buf.c dsn_mask.c dsn_print.c dsn_util.c \ 47 dsb_scan.o dsn.o dsn_buf.o dsn_mask.o dsn_print.o dsn_util.o \ 90 dot_lockfile.h dot_lockfile_as.h dsb_scan.h dsn.h dsn_buf.h \ 820 abounce.o: dsn_buf.h 886 bounce.o: dsn_buf.h 914 bounce_log.o: dsn_buf.h 1074 defer.o: dsn_buf.h 1126 deliver_pass.o: dsn_buf.h 1333 dsb_scan.o: dsn_buf.h 1340 dsn_buf.o: ../../include/check_arg.h [all …]
|
/netbsd-src/external/ibm-public/postfix/dist/src/bounce/ |
H A D | bounce.c | 226 static DSN_BUF *dsn_buf; variable 256 RECV_ATTR_FUNC(dsb_scan, (void *) dsn_buf), in bounce_append_proto() 272 VS_NEUTER(dsn_buf->status); in bounce_append_proto() 273 VS_NEUTER(dsn_buf->action); in bounce_append_proto() 274 VS_NEUTER(dsn_buf->reason); in bounce_append_proto() 275 VS_NEUTER(dsn_buf->dtype); in bounce_append_proto() 276 VS_NEUTER(dsn_buf->dtext); in bounce_append_proto() 277 VS_NEUTER(dsn_buf->mtype); in bounce_append_proto() 278 VS_NEUTER(dsn_buf->mname); in bounce_append_proto() 280 (void) DSN_FROM_DSN_BUF(dsn_buf); in bounce_append_proto() [all …]
|
H A D | bounce_notify_verp.c | 128 DSN_BUF *dsn_buf = dsb_create(); in bounce_notify_verp() local 131 dsb_simple(dsn_buf, "5.0.0", "(error report unavailable)"); in bounce_notify_verp() 132 (void) DSN_FROM_DSN_BUF(dsn_buf); in bounce_notify_verp() 138 dsn_buf, ts); in bounce_notify_verp() 140 dsb_free(dsn_buf); in bounce_notify_verp() 154 bounce_info->dsn_buf) != 0) { in bounce_notify_verp()
|
H A D | bounce_notify_util.c | 229 DSN_BUF *dsn_buf, in bounce_mail_alloc() argument 279 bounce_info->dsn_buf = dsn_buf; in bounce_mail_alloc() 486 DSN_BUF *dsn_buf; in bounce_mail_init() local 500 dsn_buf = 0; in bounce_mail_init() 503 dsn_buf = dsb_create(); in bounce_mail_init() 506 smtputf8, dsn_envid, rcpt_buf, dsn_buf, in bounce_mail_init() 519 DSN_BUF *dsn_buf, in bounce_mail_one_init() argument 528 smtputf8, dsn_envid, rcpt_buf, dsn_buf, in bounce_mail_one_init() 543 dsb_free(bounce_info->dsn_buf); in bounce_mail_free() 678 DSN *dsn = &bounce_info->dsn_buf->dsn; in bounce_recipient_log() [all …]
|
H A D | bounce_one_service.c | 91 DSN_BUF *dsn_buf, BOUNCE_TEMPLATES *ts) in bounce_one_service() argument 106 dsn_buf, ts->failure); in bounce_one_service()
|
H A D | Makefile.in | 339 bounce.o: ../../include/dsn_buf.h 370 bounce_append_service.o: ../../include/dsn_buf.h 396 bounce_cleanup.o: ../../include/dsn_buf.h 418 bounce_notify_service.o: ../../include/dsn_buf.h 452 bounce_notify_util.o: ../../include/dsn_buf.h 493 bounce_notify_util_tester.o: ../../include/dsn_buf.h 521 bounce_notify_verp.o: ../../include/dsn_buf.h 557 bounce_one_service.o: ../../include/dsn_buf.h 588 bounce_template.o: ../../include/dsn_buf.h 636 bounce_trace_service.o: ../../include/dsn_buf.h [all …]
|
H A D | bounce_service.h | 92 DSN_BUF *dsn_buf; /* delivery status info */ member
|
/netbsd-src/external/ibm-public/postfix/dist/src/showq/ |
H A D | showq.c | 177 DSN_BUF *dsn_buf = 0; in showq_report() local 191 if (dsn_buf) \ in showq_report() 192 dsb_free(dsn_buf); \ in showq_report() 301 if (dsn_buf == 0) in showq_report() 302 dsn_buf = dsb_create(); in showq_report() 303 showq_reasons(client, logfile, rcpt_buf, dsn_buf, dup_filter); in showq_report() 314 DSN_BUF *dsn_buf, HTABLE *dup_filter) in showq_reasons() argument 317 DSN *dsn = &dsn_buf->dsn; in showq_reasons() 319 while (bounce_log_read(bp, rcpt_buf, dsn_buf) != 0) { in showq_reasons()
|
H A D | Makefile.in | 66 showq.o: ../../include/dsn_buf.h
|
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/ |
H A D | smtp_chat.c | 258 rdata.dsn_buf = vstring_alloc(10); in smtp_chat_resp() 414 vstring_strcpy(rdata.dsn_buf, "5.5.0"); /* SAFETY! protocol error */ in smtp_chat_resp() 421 vstring_strncpy(rdata.dsn_buf, cp, len); in smtp_chat_resp() 423 vstring_strcpy(rdata.dsn_buf, "0.0.0"); in smtp_chat_resp() 424 STR(rdata.dsn_buf)[0] = STR(session->buffer)[0]; in smtp_chat_resp() 430 rdata.dsn = STR(rdata.dsn_buf); in smtp_chat_resp()
|
H A D | Makefile.in | 100 smtp.o: ../../include/dsn_buf.h 150 smtp_addr.o: ../../include/dsn_buf.h 194 smtp_chat.o: ../../include/dsn_buf.h 244 smtp_connect.o: ../../include/dsn_buf.h 297 smtp_key.o: ../../include/dsn_buf.h 334 smtp_map11.o: ../../include/dsn_buf.h 374 smtp_misc.o: ../../include/dsn_buf.h 417 smtp_proto.o: ../../include/dsn_buf.h 481 smtp_rcpt.o: ../../include/dsn_buf.h 521 smtp_reuse.o: ../../include/dsn_buf.h [all …]
|
H A D | smtp.h | 541 VSTRING *dsn_buf; /* status buffer */ member 561 vstring_strcpy((resp)->dsn_buf, (_dsn)); \ 562 (resp)->dsn = STR((resp)->dsn_buf); \
|
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/ |
H A D | smtpd_state.c | 146 state->dsn_buf = vstring_alloc(100); in smtpd_state_init() 234 if (state->dsn_buf) in smtpd_state_reset() 235 vstring_free(state->dsn_buf); in smtpd_state_reset()
|
/netbsd-src/external/ibm-public/postfix/dist/src/local/ |
H A D | Makefile.in | 80 alias.o: ../../include/dsn_buf.h 121 bounce_workaround.o: ../../include/dsn_buf.h 155 command.o: ../../include/dsn_buf.h 189 deliver_attr.o: ../../include/dsn_buf.h 218 dotforward.o: ../../include/dsn_buf.h 261 file.o: ../../include/dsn_buf.h 297 forward.o: ../../include/dsn_buf.h 338 include.o: ../../include/dsn_buf.h 374 indirect.o: ../../include/dsn_buf.h 404 local.o: ../../include/dsn_buf.h [all …]
|
/netbsd-src/external/ibm-public/postfix/dist/src/virtual/ |
H A D | Makefile.in | 69 deliver_attr.o: ../../include/dsn_buf.h 93 mailbox.o: ../../include/dsn_buf.h 127 maildir.o: ../../include/dsn_buf.h 162 recipient.o: ../../include/dsn_buf.h 186 unknown.o: ../../include/dsn_buf.h 209 virtual.o: ../../include/dsn_buf.h
|
/netbsd-src/external/ibm-public/postfix/dist/src/oqmgr/ |
H A D | Makefile.in | 105 qmgr_active.o: ../../include/dsn_buf.h 135 qmgr_bounce.o: ../../include/dsn_buf.h 154 qmgr_defer.o: ../../include/dsn_buf.h 175 qmgr_deliver.o: ../../include/dsn_buf.h 266 qmgr_message.o: ../../include/dsn_buf.h
|
/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/ |
H A D | Makefile.in | 107 qmgr_active.o: ../../include/dsn_buf.h 137 qmgr_bounce.o: ../../include/dsn_buf.h 156 qmgr_defer.o: ../../include/dsn_buf.h 177 qmgr_deliver.o: ../../include/dsn_buf.h 281 qmgr_message.o: ../../include/dsn_buf.h
|
/netbsd-src/external/ibm-public/postfix/dist/src/master/ |
H A D | Makefile.in | 99 dgram_server.o: ../../include/dsn_buf.h 140 event_server.o: ../../include/dsn_buf.h 362 multi_server.o: ../../include/dsn_buf.h 404 single_server.o: ../../include/dsn_buf.h 446 trigger_server.o: ../../include/dsn_buf.h
|
/netbsd-src/external/ibm-public/postfix/dist/src/postlock/ |
H A D | Makefile.in | 67 postlock.o: ../../include/dsn_buf.h
|
/netbsd-src/external/ibm-public/postfix/dist/src/discard/ |
H A D | Makefile.in | 68 discard.o: ../../include/dsn_buf.h
|
/netbsd-src/external/ibm-public/postfix/dist/src/error/ |
H A D | Makefile.in | 69 error.o: ../../include/dsn_buf.h
|
/netbsd-src/external/ibm-public/postfix/lib/global/ |
H A D | Makefile | 49 dsn_buf.c \
|
/netbsd-src/external/ibm-public/postfix/dist/src/pipe/ |
H A D | Makefile.in | 73 pipe.o: ../../include/dsn_buf.h
|