write_rc 420 lib/common/remote.c ssize_t write_rc; write_rc 429 lib/common/remote.c write_rc = write(sock, unsent, unsent_len); write_rc 430 lib/common/remote.c if (write_rc < 0) { write_rc 444 lib/common/remote.c } else if (write_rc < unsent_len) { write_rc 446 lib/common/remote.c (long long) write_rc, (unsigned long long) unsent_len); write_rc 447 lib/common/remote.c unsent += write_rc; write_rc 448 lib/common/remote.c unsent_len -= write_rc; write_rc 453 lib/common/remote.c (long long) write_rc, (char *) (iov->iov_base));