| /netbsd-src/external/ibm-public/postfix/dist/src/global/ |
| H A D | dsn_buf.c | 184 dsb->dtext = vstring_alloc(100); in dsb_create() 199 vstring_free(dsb->dtext); in dsb_free() 232 DSB_TRUNCATE((dsb)->dtext); \ 235 vstring_strcpy((dsb)->dtext, (text)); \ 243 const char *dtype, const char *dtext, in dsb_update() argument 251 DSB_DIAG(dsb, dtype, dtext); in dsb_update() 269 DSB_TRUNCATE(dsb->dtext); in vdsb_simple() 290 const char *dtext, const char *format,...) in dsb_unix() argument 299 vstring_strcpy(dsb->dtext, dtext); in dsb_unix() 311 const char *dtype, const char *dtext) in dsb_formal() argument [all …]
|
| H A D | dsn.c | 128 const char *dtype, const char *dtext, in dsn_create() argument 162 if (NULL_OR_EMPTY(dtype) || NULL_OR_EMPTY(dtext)) { in dsn_create() 164 dsn->dtext = mystrdup(""); in dsn_create() 167 dsn->dtext = mystrdup(dtext); in dsn_create() 187 myfree((void *) dsn->dtext); in dsn_free()
|
| H A D | dsn.h | 24 const char *dtext; /* Null / RFC 3464 diagnostic code */ member 38 ((dsn)->dtext = (_dtext)), \ 48 ((dsn)->dtext = DSN_NO_DTEXT), \ 72 (dsn)->dtype, (dsn)->dtext, \
|
| H A D | dsn_buf.h | 37 VSTRING *dtext; /* null, RFC 2821, sysexits.h */ member 76 vstring_str((dsb)->dtext), \
|
| H A D | dsn_print.c | 68 SEND_ATTR_STR(MAIL_ATTR_DSN_DTEXT, dsn->dtext), in dsn_print()
|
| H A D | dsb_scan.c | 68 RECV_ATTR_STR(MAIL_ATTR_DSN_DTEXT, dsb->dtext), in dsb_scan()
|
| H A D | dsn_filter.c | 176 fp->dp.text, dsn->dtype, dsn->dtext, in dsn_filter_lookup()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/bounce/ |
| H A D | bounce_append_service.c | 139 if (NOT_NULL_EMPTY(dsn->dtype) && NOT_NULL_EMPTY(dsn->dtext)) { in bounce_append_service() 141 vstream_fprintf(log, "%s=%s\n", MAIL_ATTR_DSN_DTEXT, dsn->dtext); in bounce_append_service()
|
| H A D | logfile-with-msgid-with-long-line | 9 diag_text = dsn-dtext
|
| H A D | logfile-with-msgid-with-filter | 9 diag_text = dsn-dtext
|
| H A D | logfile-no-msgid-no-eoh-event | 9 diag_text = dsn-dtext
|
| H A D | logfile-with-msgid-with-eoh-event | 9 diag_text = dsn-dtext
|
| H A D | logfile-with-msgid-no-eoh-event | 9 diag_text = dsn-dtext
|
| H A D | logfile-no-msgid-with-eoh-event | 9 diag_text = dsn-dtext
|
| H A D | with-msgid-with-filter-no-thread.ref | 34 Diagnostic-Code: dsn-dtype; dsn-dtext
|
| H A D | no-msgid-with-eoh-event-no-thread.ref | 34 Diagnostic-Code: dsn-dtype; dsn-dtext
|
| H A D | with-msgid-with-long-line-no-thread.ref | 34 Diagnostic-Code: dsn-dtype; dsn-dtext
|
| H A D | no-msgid-no-eoh-event-no-thread.ref | 34 Diagnostic-Code: dsn-dtype; dsn-dtext
|
| H A D | with-msgid-with-eoh-event-no-thread.ref | 34 Diagnostic-Code: dsn-dtype; dsn-dtext
|
| H A D | with-msgid-no-eoh-event-no-thread.ref | 34 Diagnostic-Code: dsn-dtype; dsn-dtext
|
| H A D | no-msgid-with-eoh-event-with-thread.ref | 34 Diagnostic-Code: dsn-dtype; dsn-dtext
|
| H A D | no-msgid-no-eoh-event-with-thread.ref | 34 Diagnostic-Code: dsn-dtype; dsn-dtext
|
| H A D | with-msgid-with-eoh-event-with-thread.ref | 36 Diagnostic-Code: dsn-dtype; dsn-dtext
|
| H A D | with-msgid-with-long-line-with-thread.ref | 36 Diagnostic-Code: dsn-dtype; dsn-dtext
|
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | rcs.c | 5016 Deltatext *dtext; in RCS_checkin() local 5189 dtext = xmalloc (sizeof (Deltatext)); in RCS_checkin() 5190 memset (dtext, 0, sizeof (Deltatext)); in RCS_checkin() 5192 dtext->log = make_message_rcsvalid (message); in RCS_checkin() 5223 dtext->version = xstrdup (newrev); in RCS_checkin() 5233 &dtext->text, &bufsize, &dtext->len); in RCS_checkin() 5252 putdeltatext (fout, dtext); in RCS_checkin() 5434 dtext->version = xstrdup (delta->version); in RCS_checkin() 5479 &dtext->text, &bufsize, &dtext->len); in RCS_checkin() 5554 &dtext->text, &bufsize, in RCS_checkin() [all …]
|