Home
last modified time | relevance | path

Searched refs:MAC_EXP_LOOKUP_FN (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dmac_expand.h61 typedef const char *(*MAC_EXP_LOOKUP_FN) (const char *, int, void *); typedef
64 extern int mac_expand(VSTRING *, const char *, int, const char *, MAC_EXP_LOOKUP_FN, void *);
Dmac_expand.c201 MAC_EXP_LOOKUP_FN lookup; /* lookup routine */
715 MAC_EXP_LOOKUP_FN lookup, void *context) in mac_expand()
/netbsd/src/external/ibm-public/postfix/dist/src/global/
Dsmtp_reply_footer.h26 MAC_EXP_LOOKUP_FN, void *);
Dsmtp_reply_footer.c100 MAC_EXP_LOOKUP_FN lookup, in smtp_reply_footer()