Searched refs:wrote (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/contrib/gcclibs/libssp/
H A Dssp.c119 ssize_t wrote = write (fd, buf, len); local
120 if (wrote < 0)
122 buf += wrote;
123 len -= wrote;
/freebsd-9.3-release/sbin/natd/
H A Dicmp.c48 int wrote; local
114 wrote = sendto (sock,
121 if (wrote != icmpLen)
H A Dnatd.c518 int wrote; local
612 wrote = sendto (fd,
619 if (wrote != bytes) {
643 int wrote; local
771 wrote = sendto (fd,
778 if (wrote != bytes) {
/freebsd-9.3-release/sbin/dump/
H A Dtape.c761 int nextslave, size, wrote, eot_count; local
808 wrote = 0;
812 wrote = rmtwrite(slp->tblock[0]+size,
816 wrote = write(tapefd, slp->tblock[0]+size,
819 printf("slave %d wrote %d\n", slave_number, wrote);
821 if (wrote < 0)
823 if (wrote == 0)
825 size += wrote;
830 printf("slave %d only wrote
[all...]
/freebsd-9.3-release/contrib/cvs/src/
H A Dbuffer.h59 int *wrote));
H A Dbuffer.c1367 stdio_buffer_output (closure, data, have, wrote)
1371 int *wrote;
1375 *wrote = 0;
1391 *wrote += nbytes;
1856 packetizing_buffer_output (closure, data, have, wrote)
1860 int *wrote;
1929 *wrote = have;
H A Dzlib.c251 compress_buffer_output (closure, data, have, wrote)
255 int *wrote;
282 *wrote = have;
H A Dclient.c557 log_buffer_output (closure, data, have, wrote)
561 int *wrote;
570 status = (*lb->buf->output) (lb->buf->closure, data, have, wrote);
574 if (*wrote > 0)
576 n_to_write = *wrote;
760 socket_buffer_output (closure, data, have, wrote)
764 int *wrote;
768 *wrote = have;
5477 that we just wrote there, that is, we
H A Dserver.c251 fd_buffer_output (closure, data, have, wrote)
255 int *wrote;
259 *wrote = 0;
285 *wrote += nbytes;
3694 * Don't know if this is what whoever wrote the above comment was
/freebsd-9.3-release/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sppd.c456 int n, wrote; local
458 for (wrote = 0; size > 0; ) {
471 wrote += n;
478 return (wrote);
/freebsd-9.3-release/sys/netgraph/bluetooth/drivers/bt3c/
H A Dng_bt3c_pccard.c1057 int i, wrote, len; local
1070 for (wrote = 0; wrote < BT3C_FIFO_SIZE; ) {
1076 len = min((BT3C_FIFO_SIZE - wrote), m->m_len);
1081 wrote += len;
1099 if (wrote > 0) {
1100 NG_BT3C_INFO(sc->dev, "Wrote %d bytes\n", wrote);
1101 NG_BT3C_STAT_BYTES_SENT(sc->stat, wrote);
1103 bt3c_write(sc, 0x7005, wrote);
/freebsd-9.3-release/contrib/dialog/samples/copifuncs/
H A Dcommon.funcs151 attribution = %s wrote:
/freebsd-9.3-release/usr.sbin/ppp/
H A Dchat.c501 int wrote; local
525 wrote = physical_Write(c->physical, c->argptr, c->arglen);
526 result = wrote > 0 ? 1 : 0;
527 if (wrote == -1) {
536 } else if (wrote < 2 && physical_IsSync(c->physical)) {
541 c->argptr += wrote;
542 c->arglen -= wrote;
/freebsd-9.3-release/contrib/less/
H A Dch.c428 int wrote = FALSE; local
435 wrote = TRUE;
439 if (!wrote && !warned)
/freebsd-9.3-release/contrib/gcc/
H A Dfinal.c2906 int wrote = 0;
2916 wrote ? ',' : '\t', wrote ? "" : ASM_COMMENT_START);
2917 wrote = 1;
2923 wrote = 1;
2892 int wrote = 0; local
/freebsd-9.3-release/contrib/binutils/bfd/
H A Darchive.c1645 bfd_size_type wrote;
1690 wrote = bfd_bwrite (ARMAG, SARMAG, arch);
1691 if (wrote != SARMAG)
1637 bfd_size_type wrote; local
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dexpn.pl1350 In 1986 or so, Jon Broome wrote a program of the same name
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c4445 l2arc_write_interval(clock_t began, uint64_t wanted, uint64_t wrote) argument
4452 * how much we previously wrote - if it was more than half of
4455 if (l2arc_feed_again && wrote > (wanted / 2))
5328 uint64_t size, wrote; local
5401 wrote = l2arc_write_buffers(spa, dev, size, &headroom_boost);
5406 next = l2arc_write_interval(begin, size, wrote);
/freebsd-9.3-release/crypto/openssl/util/
H A Dpod2man.pl171 Who wrote it (or AUTHORS if multiple).

Completed in 225 milliseconds