Searched refs:write_all (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_signd.c63 write_all(int fd, const void *buf, size_t len) function
100 if (write_all(fd, &net_len, sizeof(net_len)) != sizeof(net_len)) return -1;
101 if (write_all(fd, buf, len) != len) return -1;
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A Ddnssd_clientstub.c175 static int write_all(dnssd_sock_t sd, char *buf, size_t len) function
190 syslog(LOG_WARNING, "dnssd_clientstub write_all: SO_ISDEFUNCT failed %d %s", dnssd_errno, dnssd_strerror(dnssd_errno));
192 syslog(LOG_WARNING, "dnssd_clientstub write_all(%d) failed %ld/%ld %d %s", sd,
197 syslog(LOG_INFO, "dnssd_clientstub write_all(%d) DEFUNCT", sd);
199 syslog(LOG_WARNING, "dnssd_clientstub write_all(%d) failed %ld/%ld %d %s", sd,
711 if (write_all(sdr->sockfd, ((char *)hdr)+i, 1) < 0)
712 { syslog(LOG_WARNING, "write_all (byte %u) failed", i); goto cleanup; }
716 if (write_all(sdr->sockfd, (char *)hdr, datalen + sizeof(ipc_msg_hdr)) < 0)
718 // write_all already prints an error message if there is an error writing to
721 syslog(LOG_INFO, "dnssd_clientstub deliver_request ERROR: write_all(
[all...]
/macosx-10.10.1/CPANInternal-159.1/IO-Socket-SSL/
H A DSSL.pm714 my ($self, $write_all, undef, $length, $offset) = @_;
727 if ( $write_all ) {

Completed in 125 milliseconds