Home
last modified time | relevance | path

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

123

/freebsd-14-stable/contrib/dialog/
HDprogressbox.c51 WROTE *wrote; member
61 while (obj->wrote) { in free_obj()
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()
202 WROTE *wrote = dlg_calloc(WROTE, 1); in get_line() local
204 if (wrote != 0) { in get_line()
205 wrote->text = dlg_strclone(obj->line); in get_line()
206 wrote->link = obj->wrote; in get_line()
[all …]
/freebsd-14-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/file/
HDfile_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-stable/sbin/dump/
HDtape.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-stable/sbin/natd/
HDicmp.c45 int wrote; in SendNeedFragIcmp() local
111 wrote = sendto (sock, in SendNeedFragIcmp()
118 if (wrote != icmpLen) in SendNeedFragIcmp()
HDnatd.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-stable/usr.bin/bluetooth/rfcomm_sppd/
HDrfcomm_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-stable/usr.sbin/ppp/
HDchat.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-stable/tools/tools/qrndtest/
HDREADME1 This is a really quick random testing that I wrote for adrian.
/freebsd-14-stable/share/examples/BSD_daemon/
HDbeastie.fig6 # <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you
HDREADME3 # <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you
/freebsd-14-stable/tools/test/ppsapi/
HDREADME2 This is a small test program which I have had around since we wrote
/freebsd-14-stable/contrib/libpcap/doc/
HDREADME.hpux21 wrote:
52 Harald Skotnes <harald@cc.uit.no> wrote:
81 Rick Jones wrote:
131 Dave Barr (barr@cis.ohio-state.edu) wrote:
/freebsd-14-stable/usr.bin/units/
HDREADME2 This is a program which I wrote as a clone of the UNIX 'units'
/freebsd-14-stable/crypto/heimdal/doc/
HDack.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-stable/contrib/pnglite/
HDLICENSE14 claim that you wrote the original software. If you use this software
/freebsd-14-stable/sys/contrib/zlib/
HDLICENSE14 claim that you wrote the original software. If you use this software
HDREADME30 Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997
97 claim that you wrote the original software. If you use this software
/freebsd-14-stable/contrib/less/
HDch.c423 lbool wrote = FALSE; in sync_logfile() local
430 wrote = TRUE; in sync_logfile()
434 if (!wrote && !warned) in sync_logfile()
/freebsd-14-stable/tools/test/stress2/misc/
HDradix.sh75 On Wed, 17 Apr 2013 18:57:00 -0500 alc wrote:
/freebsd-14-stable/contrib/bzip2/
HDLICENSE16 not claim that you wrote the original software. If you use this
/freebsd-14-stable/usr.sbin/cron/doc/
HDTHANKS9 John Gilmore wrote me a wonderful review of V2, which took me a whole year to
/freebsd-14-stable/crypto/openssl/external/perl/Text-Template-1.56/
HDREADME46 if you don't trust the person who wrote the code in the template, you
/freebsd-14-stable/sys/contrib/openzfs/module/os/linux/zfs/
HDzpl_file.c312 ssize_t wrote = count - uio.uio_resid; in zpl_iter_write() local
313 kiocb->ki_pos += wrote; in zpl_iter_write()
315 return (wrote); in zpl_iter_write()
/freebsd-14-stable/contrib/nvi/
HDREADME81 command layout. Bill Joy wrote versions 1 and 2.0 through 2.7,
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDCaymanInstructions.td142 // to be caused by ALU instructions in the next instruction group that wrote

123