Home
last modified time | relevance | path

Searched refs:write_status (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dpipe_command.c400 int write_status; in pipe_command() local
589 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()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A Dtracefile.h78 void (*write_status) (struct trace_file_writer *self, member
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A Dtracefile.h78 void (*write_status) (struct trace_file_writer *self, member
/netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvmd.c1457 int write_status; in pre_and_post_thread() local
1490 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()