Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dtok822_rewrite.c47 VSTRING *input_ext_form = vstring_alloc(100); in tok822_rewrite() local
58 tok822_externalize(input_ext_form, addr->head, TOK822_STR_DEFL); in tok822_rewrite()
60 msg_info("tok822_rewrite: input: %s", vstring_str(input_ext_form)); in tok822_rewrite()
61 rewrite_clnt(how, vstring_str(input_ext_form), canon_ext_form); in tok822_rewrite()
67 vstring_free(input_ext_form); in tok822_rewrite()