Searched refs:cleanup_out_format (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_out_recipient.c147 cleanup_out_format(state, REC_TYPE_ATTR, "%s=%d",
150 cleanup_out_format(state, REC_TYPE_ATTR, "%s=%s",
220 cleanup_out_format(state, REC_TYPE_ATTR, "%s=%d",
223 cleanup_out_format(state, REC_TYPE_ATTR, "%s=%s",
H A Dcleanup_final.c73 cleanup_out_format(state, REC_TYPE_SIZE, REC_TYPE_SIZE_FORMAT,
H A Dcleanup_out.c30 /* void cleanup_out_format(state, type, format, ...)
54 /* cleanup_out_format() formats its arguments and writes
151 /* cleanup_out_format - output one formatted record */
153 void cleanup_out_format(CLEANUP_STATE *state, int type, const char *fmt,...) function
210 cleanup_out_format(state, REC_TYPE_NORM, "\t%s", line);
H A Dcleanup_envelope.c93 cleanup_out_format(state, REC_TYPE_SIZE, REC_TYPE_SIZE_FORMAT,
249 cleanup_out_format(state, REC_TYPE_WARN, REC_TYPE_WARN_FORMAT,
334 cleanup_out_format(state, REC_TYPE_PTR, REC_TYPE_PTR_FORMAT, 0L);
362 cleanup_out_format(state, REC_TYPE_ATTR, "%s=%ld",
H A Dcleanup_extracted.c190 cleanup_out_format(state, REC_TYPE_ATTR, "%s=%s",
197 cleanup_out_format(state, REC_TYPE_PTR, REC_TYPE_PTR_FORMAT, 0L);
279 cleanup_out_format(state, REC_TYPE_PTR, REC_TYPE_PTR_FORMAT, 0L);
H A Dcleanup_milter.c450 cleanup_out_format(state, REC_TYPE_PTR, REC_TYPE_PTR_FORMAT,
461 cleanup_out_format(state, REC_TYPE_PTR, REC_TYPE_PTR_FORMAT,
642 cleanup_out_format(state, REC_TYPE_PTR, REC_TYPE_PTR_FORMAT,
659 cleanup_out_format(state, REC_TYPE_PTR, REC_TYPE_PTR_FORMAT,
1042 cleanup_out_format(state, REC_TYPE_PTR, REC_TYPE_PTR_FORMAT,
1058 cleanup_out_format(state, REC_TYPE_PTR, REC_TYPE_PTR_FORMAT,
1367 cleanup_out_format(state, REC_TYPE_PTR, REC_TYPE_PTR_FORMAT,
1378 cleanup_out_format(state, REC_TYPE_PTR, REC_TYPE_PTR_FORMAT,
1464 cleanup_out_format(state, REC_TYPE_PTR, REC_TYPE_PTR_FORMAT,
1475 cleanup_out_format(stat
[all...]
H A Dcleanup_message.c644 cleanup_out_format(state, REC_TYPE_NORM, "%sMessage-Id: <%s.%s@%s>",
662 cleanup_out_format(state, REC_TYPE_NORM, "%sDate: %s",
722 cleanup_out_format(state, REC_TYPE_NORM, "%s", var_rcpt_witheld);
734 cleanup_out_format(state, REC_TYPE_PTR, REC_TYPE_PTR_FORMAT, 0L);
853 cleanup_out_format(state, REC_TYPE_PTR, REC_TYPE_PTR_FORMAT, 0L);
H A Dcleanup.h225 extern void PRINTFLIKE(3, 4) cleanup_out_format(CLEANUP_STATE *, int, const char *,...);

Completed in 111 milliseconds