write_rc          429 lib/common/remote.c     ssize_t write_rc;
write_rc          438 lib/common/remote.c         write_rc = write(sock, unsent, unsent_len);
write_rc          439 lib/common/remote.c         if (write_rc < 0) {
write_rc          453 lib/common/remote.c         } else if (write_rc < unsent_len) {
write_rc          455 lib/common/remote.c                       (long long) write_rc, (unsigned long long) unsent_len);
write_rc          456 lib/common/remote.c             unsent += write_rc;
write_rc          457 lib/common/remote.c             unsent_len -= write_rc;
write_rc          462 lib/common/remote.c                       (long long) write_rc, (char *) (iov->iov_base));