Home
last modified time | relevance | path

Searched refs:MAC_EXP_FLAG_APPEND (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dmac_expand.h27 #define MAC_EXP_FLAG_APPEND (1<<1) macro
H A Dmac_expand.c730 if ((flags & (MAC_EXP_FLAG_APPEND | MAC_EXP_FLAG_SCAN)) == 0) in mac_expand()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dsmtp_reply_footer.c190 mac_expand_error = (mac_expand(buffer, cp, MAC_EXP_FLAG_APPEND, filter, in smtp_reply_footer()