Home
last modified time | relevance | path

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

1234

/freebsd-14.2/contrib/dialog/
H A Dprogressbox.c51 WROTE *wrote; member
62 WROTE *wrote = obj->wrote; in free_obj() local
63 obj->wrote = wrote->link; in free_obj()
64 free(wrote->text); in free_obj()
65 free(wrote); in free_obj()
206 wrote->link = obj->wrote; in get_line()
207 obj->wrote = wrote; in get_line()
241 WROTE *wrote = obj->wrote; in wrote_size() local
243 wrote = wrote->link; in wrote_size()
254 WROTE *wrote = obj->wrote; in wrote_data() local
[all …]
/freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/cmd/file/
H A Dfile_append.c173 int wrote = write(fd, buf, blocksize); in main() local
175 if (wrote != blocksize) { in main()
176 if (wrote < 0) { in main()
181 "byte, expected %d\n", execname, wrote, in main()
/freebsd-14.2/sbin/dump/
H A Dtape.c766 int nextworker, size, wrote, eot_count; in worker() local
813 wrote = 0; in worker()
817 wrote = rmtwrite(wp->tblock[0]+size, in worker()
821 wrote = write(tapefd, wp->tblock[0]+size, in worker()
824 printf("worker %d wrote %d\n", worker_number, wrote); in worker()
826 if (wrote < 0) in worker()
828 if (wrote == 0) in worker()
830 size += wrote; in worker()
842 if (wrote < 0 && errno == ENOSPC) { in worker()
843 wrote = 0; in worker()
[all …]
/freebsd-14.2/sbin/natd/
H A Dicmp.c45 int wrote; in SendNeedFragIcmp() local
111 wrote = sendto (sock, in SendNeedFragIcmp()
118 if (wrote != icmpLen) in SendNeedFragIcmp()
H A Dnatd.c515 int wrote; in DoGlobal() local
609 wrote = sendto (fd, in DoGlobal()
616 if (wrote != bytes) { in DoGlobal()
640 int wrote; in DoAliasing() local
768 wrote = sendto (fd, in DoAliasing()
775 if (wrote != bytes) { in DoAliasing()
/freebsd-14.2/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sppd.c413 int n, wrote; in sppd_write() local
415 for (wrote = 0; size > 0; ) { in sppd_write()
428 wrote += n; in sppd_write()
435 return (wrote); in sppd_write()
/freebsd-14.2/usr.sbin/ppp/
H A Dchat.c501 int wrote; in chat_Write() local
525 wrote = physical_Write(c->physical, c->argptr, c->arglen); in chat_Write()
526 result = wrote > 0 ? 1 : 0; in chat_Write()
527 if (wrote == -1) { in chat_Write()
536 } else if (wrote < 2 && physical_IsSync(c->physical)) { in chat_Write()
541 c->argptr += wrote; in chat_Write()
542 c->arglen -= wrote; in chat_Write()
/freebsd-14.2/tools/tools/qrndtest/
H A DREADME1 This is a really quick random testing that I wrote for adrian.
/freebsd-14.2/share/examples/BSD_daemon/
H A Dbeastie.fig6 # <[email protected]> wrote this file. As long as you retain this notice you
H A DREADME3 # <[email protected]> wrote this file. As long as you retain this notice you
/freebsd-14.2/tools/test/ppsapi/
H A DREADME2 This is a small test program which I have had around since we wrote
/freebsd-14.2/usr.bin/units/
H A DREADME2 This is a program which I wrote as a clone of the UNIX 'units'
/freebsd-14.2/contrib/libpcap/doc/
H A DREADME.hpux21 wrote:
52 Harald Skotnes <[email protected]> wrote:
81 Rick Jones wrote:
131 Dave Barr ([email protected]) wrote:
/freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_file.c396 ssize_t wrote = count - uio.uio_resid; in zpl_iter_write() local
397 kiocb->ki_pos += wrote; in zpl_iter_write()
399 return (wrote); in zpl_iter_write()
479 ssize_t wrote = count - uio.uio_resid; in zpl_aio_write() local
480 kiocb->ki_pos += wrote; in zpl_aio_write()
482 return (wrote); in zpl_aio_write()
/freebsd-14.2/crypto/heimdal/doc/
H A 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-14.2/sys/contrib/zlib/
H A DLICENSE14 claim that you wrote the original software. If you use this software
H A DREADME30 Mark Nelson <[email protected]> wrote an article about zlib for the Jan. 1997
97 claim that you wrote the original software. If you use this software
/freebsd-14.2/contrib/pnglite/
H A DLICENSE14 claim that you wrote the original software. If you use this software
/freebsd-14.2/contrib/less/
H A Dch.c414 int wrote = FALSE; in sync_logfile() local
421 wrote = TRUE; in sync_logfile()
425 if (!wrote && !warned) in sync_logfile()
/freebsd-14.2/tools/test/stress2/misc/
H A Dradix.sh75 On Wed, 17 Apr 2013 18:57:00 -0500 alc wrote:
/freebsd-14.2/contrib/bzip2/
H A DLICENSE16 not claim that you wrote the original software. If you use this
/freebsd-14.2/usr.sbin/cron/doc/
H A DTHANKS9 John Gilmore wrote me a wonderful review of V2, which took me a whole year to
/freebsd-14.2/crypto/openssl/external/perl/Text-Template-1.56/
H A DREADME46 if you don't trust the person who wrote the code in the template, you
/freebsd-14.2/contrib/nvi/
H A DREADME81 command layout. Bill Joy wrote versions 1 and 2.0 through 2.7,
/freebsd-14.2/contrib/llvm-project/libcxx/
H A DCREDITS.TXT16 D: Invented the Ryu and Ryu Printf algorithms used in floating-point to_chars, and wrote the initia…

1234