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

/external/bluetooth/glib/tests/
H A Dtimeloop-closure.c59 write_all (GIOChannel *channel, char *buf, int len) function
86 write_all (out_channel, (char *)&val, sizeof (val));
91 write_all (out_channel, (char *)&val, sizeof (val));
95 write_all (out_channel, (char *)&val, sizeof (val));
117 write_all (dest, (char *)&val, sizeof(val));
H A Dtimeloop.c58 write_all (GIOChannel *channel, char *buf, int len) function
85 write_all (out_channel, (char *)&val, sizeof (val));
90 write_all (out_channel, (char *)&val, sizeof (val));
94 write_all (out_channel, (char *)&val, sizeof (val));
116 write_all (dest, (char *)&val, sizeof(val));
H A Dtimeloop-basic.c57 write_all (int fd, char *buf, int len) function
85 write_all (out_fd, (char *)&val, sizeof (val));
90 write_all (out_fd, (char *)&val, sizeof (val));
108 write_all (dest, (char *)&val, sizeof(val));
H A Dmainloop-test.c82 write_all (GIOChannel *channel, char *buf, gsize len) function
120 write_all (addr_data->dest, result, 32);
222 write_all (in, buf1, 32);
223 write_all (in, buf2, 32);
/external/e2fsprogs/lib/ss/
H A Dpager.c109 static int write_all(int fd, char *buf, size_t count) function
149 write_all(1, buf, n);
/external/e2fsprogs/misc/
H A Dlogsave.c56 static int write_all(int fd, const char *buf, size_t count) function
96 write_all(1, cp, d);
106 write_all(outfd, buffer, c);
325 write_all(outfd, outbuf, outbufsize);
H A Duuidd.c112 static int write_all(int fd, char *buf, size_t count) function
187 ret = write_all(s, op_buf, op_len);
331 write_all(fd_pidfile, reply_buf, strlen(reply_buf));
431 write_all(ns, (char *) &reply_len, sizeof(reply_len));
432 write_all(ns, reply_buf, reply_len);
/external/e2fsprogs/e2fsck/
H A De2fsck.h518 extern int write_all(int fd, char *buf, size_t count);
H A Dutil.c694 int write_all(int fd, char *buf, size_t count) function
H A Dunix.c495 write_all(ctx->progress_fd, buf, strlen(buf));
/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientstub.c160 static int write_all(dnssd_sock_t sd, char *buf, size_t len) function
175 syslog(LOG_WARNING, "dnssd_clientstub write_all: SO_ISDEFUNCT failed %d %s", dnssd_errno, dnssd_strerror(dnssd_errno));
177 syslog(LOG_WARNING, "dnssd_clientstub write_all(%d) failed %ld/%ld %d %s", sd,
182 syslog(LOG_INFO, "dnssd_clientstub write_all(%d) DEFUNCT", sd);
184 syslog(LOG_WARNING, "dnssd_clientstub write_all(%d) failed %ld/%ld %d %s", sd,
652 if (write_all(sdr->sockfd, ((char *)hdr)+i, 1) < 0)
653 { syslog(LOG_WARNING, "write_all (byte %u) failed", i); goto cleanup; }
657 if (write_all(sdr->sockfd, (char *)hdr, datalen + sizeof(ipc_msg_hdr)) < 0)
659 // write_all already prints an error message if there is an error writing to
662 syslog(LOG_INFO, "dnssd_clientstub deliver_request ERROR: write_all(
[all...]

Completed in 284 milliseconds