Searched refs:cleanup_out (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/ |
H A D | cleanup_envelope.c | 374 cleanup_out(state, type, buf, len); in cleanup_envelope_process() 385 cleanup_out(state, type, buf, len); in cleanup_envelope_process() 426 cleanup_out(state, type, buf, len); in cleanup_envelope_process() 439 cleanup_out(state, type, buf, len); in cleanup_envelope_process() 446 cleanup_out(state, type, buf, len); in cleanup_envelope_process() 461 cleanup_out(state, type, buf, len); in cleanup_envelope_process() 498 cleanup_out(state, type, buf, len); in cleanup_envelope_process() 501 cleanup_out(state, type, buf, len); in cleanup_envelope_process()
|
H A D | Makefile.in | 2 SRCS = cleanup.c cleanup_out.c cleanup_envelope.c cleanup_message.c \ 8 OBJS = cleanup.o cleanup_out.o cleanup_envelope.o cleanup_message.o \ 65 CLEANUP_MILTER_OBJS = cleanup_state.o cleanup_out.o cleanup_addr.o \ 1221 cleanup_out.o: ../../include/argv.h 1222 cleanup_out.o: ../../include/attr.h 1223 cleanup_out.o: ../../include/been_here.h 1224 cleanup_out.o: ../../include/check_arg.h 1225 cleanup_out.o: ../../include/cleanup_user.h 1226 cleanup_out.o: ../../include/dict.h 1227 cleanup_out.o: ../../include/dsn_mask.h [all …]
|
H A D | cleanup_out.c | 109 void cleanup_out(CLEANUP_STATE *state, int type, const char *string, ssize_t len) in cleanup_out() function 160 cleanup_out(state, type, string, strlen(string)); in cleanup_out_string()
|
H A D | cleanup.h | 231 extern void cleanup_out(CLEANUP_STATE *, int, const char *, ssize_t); 237 cleanup_out((s), (t), vstring_str((b)), VSTRING_LEN((b)))
|
H A D | cleanup_extracted.c | 295 cleanup_out(state, type, buf, len); in cleanup_extracted_process()
|
H A D | cleanup_message.c | 905 cleanup_out(state, type, result, strlen(result)); in cleanup_body_callback() 916 cleanup_out(state, type, buf, len); in cleanup_body_callback()
|
/netbsd-src/external/ibm-public/postfix/libexec/cleanup/ |
H A D | Makefile | 12 SRCS= cleanup.c cleanup_out.c cleanup_envelope.c cleanup_message.c \
|
/netbsd-src/external/ibm-public/postfix/dist/ |
H A D | HISTORY | 6176 Duchovni, Morgan Stanley. Files: cleanup/cleanup_out.c, 12880 cleanup/cleanup_out.c. 13140 the change backwards compatible. Files: cleanup/cleanup_out.c, 13340 support. File: cleanup/cleanup_out.c. 20190 cleanup/cleanup_out.c, cleanup/cleanup_addr.c. 24772 the input and output. File: cleanup_out.c.
|