Home
last modified time | relevance | path

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

12345678

/openbsd/gnu/usr.bin/perl/cpan/libnet/lib/Net/FTP/
H A DA.pm97 my $wrote = 0;
105 $off += $wrote;
106 $wrote = syswrite($data, substr($tmp, $off), $len > $blksize ? $blksize : $len);
108 unless defined($wrote);
109 $len -= $wrote;
/openbsd/gnu/gcc/libssp/
H A Dssp.c119 ssize_t wrote = write (fd, buf, len); in fail() local
120 if (wrote < 0) in fail()
122 buf += wrote; in fail()
123 len -= wrote; in fail()
/openbsd/sbin/dump/
H A Dtape.c803 int nread, nextslave, size, wrote = 0, eot_count; in doslave() local
855 wrote = rmtwrite(slp->tblock[0]+size, in doslave()
859 wrote = write(tapefd, slp->tblock[0]+size, in doslave()
862 printf("slave %d wrote %d\n", slave_number, wrote); in doslave()
864 if (wrote < 0) in doslave()
866 if (wrote == 0) in doslave()
868 size += wrote; in doslave()
883 if (wrote < 0 && errno == ENOSPC) { in doslave()
884 wrote = 0; in doslave()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dpv_tools54 STRLEN wrote = 0;
72 for (; pv < end && (!max || wrote < max) ; pv += readsize) {
117 if (max && wrote + chsize > max) {
121 wrote += chsize;
126 wrote++;
/openbsd/gnu/usr.bin/binutils/gas/
H A 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,
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A 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,
/openbsd/gnu/usr.bin/texinfo/info/
H A DREADME10 Info 2.0 is a complete rewrite of the original standalone Info I wrote in
11 1987, the first program I wrote for rms. That program was something like
/openbsd/usr.bin/ldap/
H A Daldap.c131 ssize_t error, wrote; in aldap_send() local
144 wrote = tls_write(ldap->tls, data + done, len); in aldap_send()
145 if (wrote == TLS_WANT_POLLIN || in aldap_send()
146 wrote == TLS_WANT_POLLOUT) in aldap_send()
149 wrote = write(ldap->fd, data + done, len); in aldap_send()
151 if (wrote == -1) in aldap_send()
154 len -= wrote; in aldap_send()
155 done += wrote; in aldap_send()
/openbsd/libexec/login_ldap/
H A Daldap.c131 ssize_t error, wrote; in aldap_send() local
144 wrote = tls_write(ldap->tls, data + done, len); in aldap_send()
145 if (wrote == TLS_WANT_POLLIN || in aldap_send()
146 wrote == TLS_WANT_POLLOUT) in aldap_send()
149 wrote = write(ldap->fd, data + done, len); in aldap_send()
151 if (wrote == -1) in aldap_send()
154 len -= wrote; in aldap_send()
155 done += wrote; in aldap_send()
/openbsd/usr.sbin/ypldap/
H A Daldap.c131 ssize_t error, wrote; in aldap_send() local
144 wrote = tls_write(ldap->tls, data + done, len); in aldap_send()
145 if (wrote == TLS_WANT_POLLIN || in aldap_send()
146 wrote == TLS_WANT_POLLOUT) in aldap_send()
149 wrote = write(ldap->fd, data + done, len); in aldap_send()
151 if (wrote == -1) in aldap_send()
154 len -= wrote; in aldap_send()
155 done += wrote; in aldap_send()
/openbsd/regress/usr.bin/mandoc/mdoc/Ux/
H A Deos.out_markdown9 In the beginning Ken and Dennis wrote
H A Deos.out_ascii7 In the beginning Ken and Dennis wrote UNIX. The CSRG rewrote it to
/openbsd/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2001-09-18-OptimizeExceptions.txt43 After I wrote all of that, I found this page that is talking about
44 basically the same thing I just wrote, except that it is translation unit
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/t/
H A Dcz-06gzsetp.t122 is $x->write($hello), $len_hello, "wrote $len_hello bytes" ;
128 is $x->write($goodbye), $len_goodbye, "wrote $len_goodbye bytes" ;
/openbsd/gnu/usr.bin/cvs/src/
H A Dbuffer.c1293 stdio_buffer_output (closure, data, have, wrote) in stdio_buffer_output() argument
1297 int *wrote;
1301 *wrote = 0;
1317 *wrote += nbytes;
1661 packetizing_buffer_output (closure, data, have, wrote) in packetizing_buffer_output() argument
1665 int *wrote;
1729 *wrote = have;
H A Dzlib.c251 compress_buffer_output (closure, data, have, wrote) in compress_buffer_output() argument
255 int *wrote;
282 *wrote = have;
H A Dbuffer.h45 int *wrote));
/openbsd/usr.bin/less/
H A Dch.c388 int wrote = FALSE; in sync_logfile() local
394 wrote = TRUE; in sync_logfile()
398 if (!wrote && !warned) { in sync_logfile()
/openbsd/usr.bin/units/
H A DREADME4 This is a program which I wrote as a clone of the UNIX 'units'
/openbsd/gnu/usr.bin/texinfo/makeinfo/tests/
H A Dmacro-at.txi22 This file lists authors of GNU LilyPond, and what they wrote.
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dfuture.options35 of certain passages of the C standard, jtv <jtv@xs4all.nl> wrote:
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DTODO31 * On 14/12/06, Nicholas Clark <nick@ccl4.org> wrote:
32 > On Thu, Dec 14, 2006 at 05:03:24AM +0100, Andreas J. Koenig wrote:
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dcontrib.texi28 James van Artsdalen wrote the code that makes efficient use of
393 Laboratory wrote the machine descriptions for the AMD 29000, the DEC
437 Ted Lemon wrote parts of the RTL reader and printer.
617 Paul Petersen wrote the machine description for the Alliant FX/8.
672 Paul Rubin wrote most of the preprocessor.
692 Peter Schauer wrote the code to allow debugging to work on the Alpha.
763 Jonathan Stone wrote the machine description for the Pyramid computer.
798 Kresten Krab Thorup wrote the run time support for the Objective-C
813 Leonard Tower wrote parts of the parser, RTL generator, and RTL
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/27_io/
H A Dbinary_iostreams_kuehl.txt9 Plinio Conti (plinio.contiNO@SPAMMINGmclink.it) wrote:
81 When I wrote the above paragraph about confirming your choice, I haven't
/openbsd/gnu/gcc/libstdc++-v3/docs/html/27_io/
H A Dbinary_iostreams_kuehl.txt9 Plinio Conti (plinio.contiNO@SPAMMINGmclink.it) wrote:
81 When I wrote the above paragraph about confirming your choice, I haven't

12345678