write_rc          416 lib/common/remote.c     ssize_t write_rc;
write_rc          425 lib/common/remote.c         write_rc = write(sock, unsent, unsent_len);
write_rc          426 lib/common/remote.c         if (write_rc < 0) {
write_rc          440 lib/common/remote.c         } else if (write_rc < unsent_len) {
write_rc          442 lib/common/remote.c                       (long long) write_rc, (unsigned long long) unsent_len);
write_rc          443 lib/common/remote.c             unsent += write_rc;
write_rc          444 lib/common/remote.c             unsent_len -= write_rc;
write_rc          449 lib/common/remote.c                       (long long) write_rc, (char *) (iov->iov_base));