Home
last modified time | relevance | path

Searched refs:dtext (Results 1 – 25 of 36) sorted by relevance

12

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Ddsn_buf.c184 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 Ddsn.c128 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 Ddsn.h24 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 Ddsn_buf.h37 VSTRING *dtext; /* null, RFC 2821, sysexits.h */ member
76 vstring_str((dsb)->dtext), \
H A Ddsn_print.c68 SEND_ATTR_STR(MAIL_ATTR_DSN_DTEXT, dsn->dtext), in dsn_print()
H A Ddsb_scan.c68 RECV_ATTR_STR(MAIL_ATTR_DSN_DTEXT, dsb->dtext), in dsb_scan()
H A Ddsn_filter.c176 fp->dp.text, dsn->dtype, dsn->dtext, in dsn_filter_lookup()
/netbsd-src/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_append_service.c139 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 Dlogfile-with-msgid-with-long-line9 diag_text = dsn-dtext
H A Dlogfile-with-msgid-with-filter9 diag_text = dsn-dtext
H A Dlogfile-no-msgid-no-eoh-event9 diag_text = dsn-dtext
H A Dlogfile-with-msgid-with-eoh-event9 diag_text = dsn-dtext
H A Dlogfile-with-msgid-no-eoh-event9 diag_text = dsn-dtext
H A Dlogfile-no-msgid-with-eoh-event9 diag_text = dsn-dtext
H A Dwith-msgid-with-filter-no-thread.ref34 Diagnostic-Code: dsn-dtype; dsn-dtext
H A Dno-msgid-with-eoh-event-no-thread.ref34 Diagnostic-Code: dsn-dtype; dsn-dtext
H A Dwith-msgid-with-long-line-no-thread.ref34 Diagnostic-Code: dsn-dtype; dsn-dtext
H A Dno-msgid-no-eoh-event-no-thread.ref34 Diagnostic-Code: dsn-dtype; dsn-dtext
H A Dwith-msgid-with-eoh-event-no-thread.ref34 Diagnostic-Code: dsn-dtype; dsn-dtext
H A Dwith-msgid-no-eoh-event-no-thread.ref34 Diagnostic-Code: dsn-dtype; dsn-dtext
H A Dno-msgid-with-eoh-event-with-thread.ref34 Diagnostic-Code: dsn-dtype; dsn-dtext
H A Dno-msgid-no-eoh-event-with-thread.ref34 Diagnostic-Code: dsn-dtype; dsn-dtext
H A Dwith-msgid-with-eoh-event-with-thread.ref36 Diagnostic-Code: dsn-dtype; dsn-dtext
H A Dwith-msgid-with-long-line-with-thread.ref36 Diagnostic-Code: dsn-dtype; dsn-dtext
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Drcs.c5016 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 …]

12