Home
last modified time | relevance | path

Searched refs:dsn_split (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Ddsn_util.c140 DSN_SPLIT *dsn_split(DSN_SPLIT *dp, const char *def_dsn, const char *text) in dsn_split() function
183 dsn_split(&dp, def_dsn, text); in dsn_prepend()
H A Ddsn_util.h60 extern DSN_SPLIT *dsn_split(DSN_SPLIT *, const char *, const char *);
H A Ddsn_filter.c171 dsn_split(&fp->dp, "can't happen", STR(fp->buffer)); in dsn_filter_lookup()
H A Dpipe_command.c645 dsn_split(&dp, "5.3.0", log_buf); in pipe_command()
/netbsd-src/external/ibm-public/postfix/dist/src/discard/
H A Ddiscard.c186 dsn_split(&dp, "2.0.0", request->nexthop); in deliver_message()
/netbsd-src/external/ibm-public/postfix/dist/src/error/
H A Derror.c194 dsn_split(&dp, def_dsn, request->nexthop); in deliver_message()
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_bounce.c117 dsn_split(&dp, "5.0.0", state->reason); in cleanup_bounce()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_check.c2413 dsn_split(&dp, "5.7.1", cmd_text); in check_table_result()
2428 dsn_split(&dp, "4.7.1", cmd_text); in check_table_result()
2626 dsn_split(&dp, "4.7.1", cmd_text); in check_table_result()
2640 dsn_split(&dp, "4.7.1", cmd_text); in check_table_result()
2696 dsn_split(&dp, def_dsn, cmd_text); in check_table_result()
3578 dsn_split(&dp, "4.7.1", STR(why) + 4); in rbl_reject_reply()
5325 dsn_split(&dp, strcmp(reply_class, SMTPD_NAME_SENDER) == 0 ? in check_rcpt_maps()
5337 dsn_split(&dp, strcmp(reply_class, SMTPD_NAME_SENDER) == 0 ? in check_rcpt_maps()
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop.double-cc202 DSN_SPLIT DSN_SPLIT dsn_split dp def_dsn text