Home
last modified time | relevance | path

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

1234567891011

/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/
H A DWho12 wrote DTrace itself
30 wrote DTrace itself
42 wrote stacksize.d
47 wrote DTrace itself
57 wrote pfilestat, vopstat
69 wrote /usr/demo/dtrace tools, which some of the toolkit tools are
/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Dconsole.cpp145 unsigned long wrote; in OpenCOM1() local
167 WriteFile(h, msg, sizeof msg, &wrote, 0); in OpenCOM1()
180 unsigned long wrote; in genericPrint() local
186 WriteFile(_handle, "\r", 1, &wrote, 0); in genericPrint()
187 WriteFile(_handle, &c, 1, &wrote, 0); in genericPrint()
H A Dfile_fat.cpp100 unsigned long wrote; in write() local
104 WriteFile(_handle, buf, bytes, &wrote, 0); in write()
106 return size_t(wrote); in write()
/netbsd-src/external/gpl3/gcc.old/dist/libssp/
H A Dssp.c143 ssize_t wrote = write (fd, buf, len); in fail() local
144 if (wrote < 0) in fail()
146 buf += wrote; in fail()
147 len -= wrote; in fail()
/netbsd-src/external/gpl3/gcc/dist/libssp/
H A Dssp.c143 ssize_t wrote = write (fd, buf, len); in fail() local
144 if (wrote < 0) in fail()
146 buf += wrote; in fail()
147 len -= wrote; in fail()
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dlog-buffer.c266 log_buffer_output (void *closure, const char *data, size_t have, size_t *wrote) in log_buffer_output() argument
273 status = (*lb->buf->output) (lb->buf->closure, data, have, wrote); in log_buffer_output()
281 *wrote > 0) in log_buffer_output()
285 && xsum (*wrote, buf_count_mem (lb->back_buf)) >= lb->max) in log_buffer_output()
294 if (fwrite (data, 1, *wrote, lb->log) != *wrote) in log_buffer_output()
308 buf_output (lb->back_buf, data, *wrote); in log_buffer_output()
H A Dsocket-client.c122 size_t *wrote) in socket_buffer_output() argument
126 *wrote = have; in socket_buffer_output()
/netbsd-src/sbin/dump/
H A Dtape.c817 int nread, nextworker, size, wrote, eot_count, werror; in doworker() local
820 wrote = 0; in doworker()
872 wrote = rmtwrite(wp->tblock[0]+size, in doworker()
876 wrote = write(tapefd, wp->tblock[0]+size, in doworker()
881 worker_number, wrote, werror); in doworker()
883 if (wrote < 0) in doworker()
885 if (wrote == 0) in doworker()
887 size += wrote; in doworker()
900 if (wrote < 0 && werror == ENOSPC) { in doworker()
901 wrote = 0; in doworker()
[all …]
/netbsd-src/external/gpl2/grep/dist/
H A 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
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dsimple-object.c124 ssize_t wrote = write (descriptor, buffer, size); in simple_object_internal_write() local
125 if (wrote == 0) in simple_object_internal_write()
127 else if (wrote > 0) in simple_object_internal_write()
129 buffer += wrote; in simple_object_internal_write()
130 size -= wrote; in simple_object_internal_write()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dsimple-object.c124 ssize_t wrote = write (descriptor, buffer, size); in simple_object_internal_write() local
125 if (wrote == 0) in simple_object_internal_write()
127 else if (wrote > 0) in simple_object_internal_write()
129 buffer += wrote; in simple_object_internal_write()
130 size -= wrote; in simple_object_internal_write()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dsimple-object.c124 ssize_t wrote = write (descriptor, buffer, size); in simple_object_internal_write() local
125 if (wrote == 0) in simple_object_internal_write()
127 else if (wrote > 0) in simple_object_internal_write()
129 buffer += wrote; in simple_object_internal_write()
130 size -= wrote; in simple_object_internal_write()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dsimple-object.c124 ssize_t wrote = write (descriptor, buffer, size); in simple_object_internal_write() local
125 if (wrote == 0) in simple_object_internal_write()
127 else if (wrote > 0) in simple_object_internal_write()
129 buffer += wrote; in simple_object_internal_write()
130 size -= wrote; in simple_object_internal_write()
/netbsd-src/external/gpl3/binutils.old/dist/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,
/netbsd-src/external/gpl3/binutils/dist/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,
/netbsd-src/external/gpl2/rcs/dist/
H A DCREDITS9 Paul Eggert of Twin Sun wrote the changes for RCS versions 5.5 and 5.6 (1991).
16 Paul Eggert wrote most of the changes for this version of RCS,
/netbsd-src/external/gpl2/texinfo/dist/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
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
H A DAUTHORS1 Bruno Haible wrote this library.
/netbsd-src/external/gpl2/gettext/dist/autoconf-lib-link/
H A DAUTHORS1 Bruno Haible wrote these autoconf macros.
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/
H A DAUTHORS1 Ulrich Drepper wrote the intl subdirectory.
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/asm/
H A Dclrjmp1.ms5 ; testsuite; jump actually wrote to p0.
/netbsd-src/external/bsd/flex/dist/
H A DAUTHORS11 Vern Paxson wrote flex with the help of many ideas and much
/netbsd-src/external/bsd/less/dist/
H A Dch.c416 int wrote = FALSE; in sync_logfile() local
423 wrote = TRUE; in sync_logfile()
427 if (!wrote && !warned) in sync_logfile()
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/
H A Dack.texi6 Eric Young wrote ``libdes''. Heimdal used to use libdes, without it
17 The University of California at Berkeley initially wrote @code{telnet},

1234567891011