Searched refs:write_status (Results 1 – 4 of 4) sorted by relevance
400 int write_status; in pipe_command() local589 write_status = mail_copy(args.sender, args.orig_rcpt, in pipe_command()672 } else if (write_status & in pipe_command()675 } else if (write_status && write_errno != EPIPE) { in pipe_command()
78 void (*write_status) (struct trace_file_writer *self, member
1457 int write_status; in pre_and_post_thread() local1490 write_status = write(pipe_fd, &status, sizeof(int)); in pre_and_post_thread()1491 if (write_status == sizeof(int)) in pre_and_post_thread()1493 if (write_status < 0 && in pre_and_post_thread()1523 write_status = write(pipe_fd, &status, sizeof(int)); in pre_and_post_thread()1524 if (write_status == sizeof(int)) in pre_and_post_thread()1526 if (write_status < 0 && in pre_and_post_thread()