write_rc          445 lib/common/remote.c     ssize_t write_rc;
write_rc          454 lib/common/remote.c         write_rc = write(sock, unsent, unsent_len);
write_rc          455 lib/common/remote.c         if (write_rc < 0) {
write_rc          469 lib/common/remote.c         } else if (write_rc < unsent_len) {
write_rc          471 lib/common/remote.c                       (long long) write_rc, (unsigned long long) unsent_len);
write_rc          472 lib/common/remote.c             unsent += write_rc;
write_rc          473 lib/common/remote.c             unsent_len -= write_rc;
write_rc          478 lib/common/remote.c                       (long long) write_rc, (char *) (iov->iov_base));