write_rc          175 lib/common/remote.c     ssize_t write_rc;
write_rc          184 lib/common/remote.c         write_rc = write(sock, unsent, unsent_len);
write_rc          185 lib/common/remote.c         if (write_rc < 0) {
write_rc          199 lib/common/remote.c         } else if (write_rc < unsent_len) {
write_rc          201 lib/common/remote.c                       (long long) write_rc, (unsigned long long) unsent_len);
write_rc          202 lib/common/remote.c             unsent += write_rc;
write_rc          203 lib/common/remote.c             unsent_len -= write_rc;
write_rc          208 lib/common/remote.c                       (long long) write_rc, (char *) (iov->iov_base));