Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_api.c167 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 Dcleanup_milter.c482 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 Dcleanup_body_edit.c135 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 Dcleanup_extracted.c196 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 Dcleanup_init.c117 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 Dcleanup_envelope.c342 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 Dcleanup_bounce.c144 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 Dcleanup_final.c72 msg_fatal("%s: vstream_fseek %s: %m", myname, cleanup_path); in cleanup_final()
H A Dcleanup_message.c860 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 Dcleanup_region.c168 msg_fatal("%s: fstat file %s: %m", myname, cleanup_path); in cleanup_region_open()
H A Dcleanup_addr.c170 msg_fatal("%s: vstream_ftell %s: %m:", myname, cleanup_path); in cleanup_addr_sender()
H A Dcleanup.h200 extern char *cleanup_path;