Home
last modified time | relevance | path

Searched refs:wrote (Results 1 – 25 of 115) sorted by relevance

12345

/freebsd-12-stable/contrib/gcclibs/libssp/
Dssp.c121 ssize_t wrote = write (fd, buf, len); in fail() local
122 if (wrote < 0) in fail()
124 buf += wrote; in fail()
125 len -= wrote; in fail()
/freebsd-12-stable/sbin/dump/
Dtape.c768 int nextslave, size, wrote, eot_count; in doslave() local
815 wrote = 0; in doslave()
819 wrote = rmtwrite(slp->tblock[0]+size, in doslave()
823 wrote = write(tapefd, slp->tblock[0]+size, in doslave()
826 printf("slave %d wrote %d\n", slave_number, wrote); in doslave()
828 if (wrote < 0) in doslave()
830 if (wrote == 0) in doslave()
832 size += wrote; in doslave()
844 if (wrote < 0 && errno == ENOSPC) { in doslave()
845 wrote = 0; in doslave()
[all …]
/freebsd-12-stable/sbin/natd/
Dicmp.c48 int wrote; in SendNeedFragIcmp() local
114 wrote = sendto (sock, in SendNeedFragIcmp()
121 if (wrote != icmpLen) in SendNeedFragIcmp()
Dnatd.c518 int wrote; in DoGlobal() local
612 wrote = sendto (fd, in DoGlobal()
619 if (wrote != bytes) { in DoGlobal()
643 int wrote; in DoAliasing() local
771 wrote = sendto (fd, in DoAliasing()
778 if (wrote != bytes) { in DoAliasing()
/freebsd-12-stable/gnu/usr.bin/grep/
DAUTHORS1 Mike Haertel wrote the main program and the dfa and kwset matchers.
6 Richard Stallman and Karl Berry wrote the regex backtracking matcher.
8 Henry Spencer wrote the original test suite from which grep's was derived.
12 David MacKenzie wrote the automatic configuration software use to
/freebsd-12-stable/usr.bin/bluetooth/rfcomm_sppd/
Drfcomm_sppd.c414 int n, wrote; in sppd_write() local
416 for (wrote = 0; size > 0; ) { in sppd_write()
429 wrote += n; in sppd_write()
436 return (wrote); in sppd_write()
/freebsd-12-stable/sys/netgraph/bluetooth/drivers/bt3c/
Dng_bt3c_pccard.c1058 int i, wrote, len; in bt3c_send() local
1071 for (wrote = 0; wrote < BT3C_FIFO_SIZE; ) { in bt3c_send()
1077 len = min((BT3C_FIFO_SIZE - wrote), m->m_len); in bt3c_send()
1082 wrote += len; in bt3c_send()
1100 if (wrote > 0) { in bt3c_send()
1101 NG_BT3C_INFO(sc->dev, "Wrote %d bytes\n", wrote); in bt3c_send()
1102 NG_BT3C_STAT_BYTES_SENT(sc->stat, wrote); in bt3c_send()
1104 bt3c_write(sc, 0x7005, wrote); in bt3c_send()
/freebsd-12-stable/contrib/binutils/gas/
DCONTRIBUTORS13 Dean Elsner wrote the original gas for vax. [more details?]
33 Ken Raeburn wrote the high-level BFD interface code to replace most of
47 Keith Knowles at the Open Software Foundation wrote the original MIPS
69 i386 SVR3, and SCO Unix), wrote the ECOFF support based on Michael
70 Meissner's mips-tfile program, wrote the PowerPC and RS/6000 support,
/freebsd-12-stable/usr.sbin/ppp/
Dchat.c503 int wrote; in chat_Write() local
527 wrote = physical_Write(c->physical, c->argptr, c->arglen); in chat_Write()
528 result = wrote > 0 ? 1 : 0; in chat_Write()
529 if (wrote == -1) { in chat_Write()
538 } else if (wrote < 2 && physical_IsSync(c->physical)) { in chat_Write()
543 c->argptr += wrote; in chat_Write()
544 c->arglen -= wrote; in chat_Write()
/freebsd-12-stable/tools/tools/qrndtest/
DREADME1 This is a really quick random testing that I wrote for adrian.
/freebsd-12-stable/share/examples/BSD_daemon/
Dbeastie.fig6 # <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you
DREADME3 # <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you
/freebsd-12-stable/contrib/libpcap/doc/
DREADME.hpux21 wrote:
52 Harald Skotnes <harald@cc.uit.no> wrote:
81 Rick Jones wrote:
131 Dave Barr (barr@cis.ohio-state.edu) wrote:
/freebsd-12-stable/crypto/heimdal/doc/
Dack.texi7 Eric Young wrote ``libdes''. Heimdal used to use libdes, without it
18 The University of California at Berkeley initially wrote @code{telnet},
/freebsd-12-stable/tools/test/ppsapi/
DREADME3 This is a small test program which I have had around since we wrote
/freebsd-12-stable/usr.bin/units/
DREADME3 This is a program which I wrote as a clone of the UNIX 'units'
/freebsd-12-stable/contrib/less/
Dch.c426 int wrote = FALSE; in sync_logfile() local
433 wrote = TRUE; in sync_logfile()
437 if (!wrote && !warned) in sync_logfile()
/freebsd-12-stable/sys/contrib/zlib/
DLICENSE14 claim that you wrote the original software. If you use this software
DREADME30 Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997
98 claim that you wrote the original software. If you use this software
/freebsd-12-stable/contrib/bzip2/
DLICENSE16 not claim that you wrote the original software. If you use this
/freebsd-12-stable/usr.sbin/cron/doc/
DTHANKS9 John Gilmore wrote me a wonderful review of V2, which took me a whole year to
/freebsd-12-stable/contrib/gcc/doc/
Dcontrib.texi28 James van Artsdalen wrote the code that makes efficient use of
445 Laboratory wrote the machine descriptions for the AMD 29000, the DEC
496 Ted Lemon wrote parts of the RTL reader and printer.
688 Paul Petersen wrote the machine description for the Alliant FX/8.
754 Paul Rubin wrote most of the preprocessor.
778 Peter Schauer wrote the code to allow debugging to work on the Alpha.
857 Jonathan Stone wrote the machine description for the Pyramid computer.
892 Kresten Krab Thorup wrote the run time support for the Objective-C
907 Leonard Tower wrote parts of the parser, RTL generator, and RTL
/freebsd-12-stable/contrib/nvi/
DREADME57 command layout. Bill Joy wrote versions 1 and 2.0 through 2.7,
/freebsd-12-stable/contrib/gcc/
Dfinal.c2892 int wrote = 0; in output_asm_operand_names() local
2902 wrote ? ',' : '\t', wrote ? "" : ASM_COMMENT_START); in output_asm_operand_names()
2903 wrote = 1; in output_asm_operand_names()
2909 wrote = 1; in output_asm_operand_names()
/freebsd-12-stable/usr.sbin/ctm/
DREADME3 # <phk@FreeBSD.org> wrote this file. As long as you retain this notice you

12345