Searched refs:cleanup_path (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/ |
H A D | cleanup_api.c | 167 cleanup_path = mystrdup(VSTREAM_PATH(state->dst)); in cleanup_open() 170 msg_info("cleanup_open: open %s", cleanup_path); in cleanup_open() 322 junk = cleanup_path; in cleanup_flush() 323 cleanup_path = mystrdup(VSTREAM_PATH(state->handle->stream)); in cleanup_flush() 357 if (REMOVE(cleanup_path)) in cleanup_flush() 358 msg_warn("remove %s: %m", cleanup_path); in cleanup_flush() 368 junk = cleanup_path; in cleanup_flush() 369 cleanup_path = 0; /* don't delete upon error */ in cleanup_flush()
|
H A D | cleanup_milter.c | 482 msg_warn("%s: vstream_ftell file %s: %m", myname, cleanup_path); in cleanup_milter_hbc_add_meta_records() 707 msg_warn("%s: seek file %s: %m", myname, cleanup_path); in cleanup_add_header() 715 msg_warn("%s: vstream_ftell file %s: %m", myname, cleanup_path); in cleanup_add_header() 732 msg_warn("%s: seek file %s: %m", myname, cleanup_path); in cleanup_add_header() 859 msg_warn("%s: read file %s: %m", myname, cleanup_path); \ in cleanup_find_header_start() 874 msg_warn("%s: seek file %s: %m", myname, cleanup_path); in cleanup_find_header_start() 880 msg_warn("%s: vstream_ftell file %s: %m", myname, cleanup_path); in cleanup_find_header_start() 894 msg_warn("%s: read file %s: %m", myname, cleanup_path); in cleanup_find_header_start() 997 msg_warn("%s: read file %s: %m", myname, cleanup_path); in cleanup_find_header_end() 1011 msg_warn("%s: read file %s: %m", myname, cleanup_path); in cleanup_find_header_end() [all …]
|
H A D | cleanup_body_edit.c | 135 msg_warn("%s: seek file %s: %m", myname, cleanup_path); in cleanup_body_edit_start() 147 msg_warn("%s: seek file %s: %m", myname, cleanup_path); in cleanup_body_edit_start() 203 msg_warn("%s: seek file %s: %m", myname, cleanup_path); in cleanup_body_edit_write()
|
H A D | cleanup_extracted.c | 196 msg_fatal("%s: vstream_ftell %s: %m:", myname, cleanup_path); in cleanup_extracted_process() 199 msg_fatal("%s: vstream_ftell %s: %m:", myname, cleanup_path); in cleanup_extracted_process() 278 msg_fatal("%s: vstream_ftell %s: %m:", myname, cleanup_path); in cleanup_extracted_process() 281 msg_fatal("%s: vstream_ftell %s: %m:", myname, cleanup_path); in cleanup_extracted_process()
|
H A D | cleanup_init.c | 117 char *cleanup_path; /* queue file name */ variable 317 if (cleanup_path) { in cleanup_sig() 318 (void) REMOVE(cleanup_path); in cleanup_sig() 319 cleanup_path = 0; in cleanup_sig()
|
H A D | cleanup_envelope.c | 342 msg_fatal("%s: vstream_ftell %s: %m:", myname, cleanup_path); in cleanup_envelope_process() 345 msg_fatal("%s: vstream_ftell %s: %m:", myname, cleanup_path); in cleanup_envelope_process() 402 msg_fatal("%s: vstream_ftell %s: %m:", myname, cleanup_path); in cleanup_envelope_process()
|
H A D | cleanup_bounce.c | 144 msg_fatal("%s: seek %s: %m", myname, cleanup_path); in cleanup_bounce() 148 msg_fatal("%s: vstream_ftell %s: %m", myname, cleanup_path); in cleanup_bounce()
|
H A D | cleanup_final.c | 72 msg_fatal("%s: vstream_fseek %s: %m", myname, cleanup_path); in cleanup_final()
|
H A D | cleanup_message.c | 860 msg_fatal("%s: vstream_ftell %s: %m", myname, cleanup_path); in cleanup_header_done_callback() 863 msg_fatal("%s: vstream_ftell %s: %m", myname, cleanup_path); in cleanup_header_done_callback() 997 msg_fatal("%s: vstream_ftell %s: %m", myname, cleanup_path); in cleanup_message_headerbody() 1048 msg_fatal("%s: vstream_ftell %s: %m", myname, cleanup_path); in cleanup_message()
|
H A D | cleanup_region.c | 168 msg_fatal("%s: fstat file %s: %m", myname, cleanup_path); in cleanup_region_open()
|
H A D | cleanup_addr.c | 170 msg_fatal("%s: vstream_ftell %s: %m:", myname, cleanup_path); in cleanup_addr_sender()
|
H A D | cleanup.h | 200 extern char *cleanup_path;
|