Searched refs:pipe_end (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/usr.bin/mail/ |
H A D | mime_decode.c | 128 pipe_end(struct mime_info *mip) in pipe_end() function 764 mime_run_function(prefix_line, pipe_end(mip), (void*)&prefix_line_args); in mime_sendmessage() 774 error |= sendmessage(mip->mp, pipe_end(mip), igntab, NULL, mip); in mime_sendmessage() 791 fo = pipe_end(mip); in run_mime_ficonv() 834 mime_run_function(fn, pipe_end(mip), in run_decoder() 986 (void)fflush(pipe_end(mip)); in mime_decode_body() 1012 flags = mime_run_command(cmd, pipe_end(mip)); in mime_decode_body() 1015 return pipe_end(mip); in mime_decode_body() 1039 (void)fprintf(pipe_end(mip), " [%s]\n\n", mp->msg); in mime_decode_body() 1146 fo = pipe_end(mip); in mime_decode_header() [all …]
|
H A D | mime_detach.c | 273 mime_run_function(dec, pipe_end(mip), NULL); in mime_detach_parts() 277 return pipe_end(mip); in mime_detach_parts()
|
H A D | mime_detach.h | 88 FILE *pipe_end(struct mime_info *);
|