| /freebsd-14.2/contrib/dialog/ |
| H A D | progressbox.c | 51 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 D | file_append.c | 173 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 D | tape.c | 766 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 D | icmp.c | 45 int wrote; in SendNeedFragIcmp() local 111 wrote = sendto (sock, in SendNeedFragIcmp() 118 if (wrote != icmpLen) in SendNeedFragIcmp()
|
| H A D | natd.c | 515 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 D | rfcomm_sppd.c | 413 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 D | chat.c | 501 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 D | README | 1 This is a really quick random testing that I wrote for adrian.
|
| /freebsd-14.2/share/examples/BSD_daemon/ |
| H A D | beastie.fig | 6 # <[email protected]> wrote this file. As long as you retain this notice you
|
| H A D | README | 3 # <[email protected]> wrote this file. As long as you retain this notice you
|
| /freebsd-14.2/tools/test/ppsapi/ |
| H A D | README | 2 This is a small test program which I have had around since we wrote
|
| /freebsd-14.2/usr.bin/units/ |
| H A D | README | 2 This is a program which I wrote as a clone of the UNIX 'units'
|
| /freebsd-14.2/contrib/libpcap/doc/ |
| H A D | README.hpux | 21 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 D | zpl_file.c | 396 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 D | ack.texi | 7 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 D | LICENSE | 14 claim that you wrote the original software. If you use this software
|
| H A D | README | 30 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 D | LICENSE | 14 claim that you wrote the original software. If you use this software
|
| /freebsd-14.2/contrib/less/ |
| H A D | ch.c | 414 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 D | radix.sh | 75 On Wed, 17 Apr 2013 18:57:00 -0500 alc wrote:
|
| /freebsd-14.2/contrib/bzip2/ |
| H A D | LICENSE | 16 not claim that you wrote the original software. If you use this
|
| /freebsd-14.2/usr.sbin/cron/doc/ |
| H A D | THANKS | 9 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 D | README | 46 if you don't trust the person who wrote the code in the template, you
|
| /freebsd-14.2/contrib/nvi/ |
| H A D | README | 81 command layout. Bill Joy wrote versions 1 and 2.0 through 2.7,
|
| /freebsd-14.2/contrib/llvm-project/libcxx/ |
| H A D | CREDITS.TXT | 16 D: Invented the Ryu and Ryu Printf algorithms used in floating-point to_chars, and wrote the initia…
|