/freebsd/contrib/dialog/ |
H A D | progressbox.c | 51 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/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/sbin/dump/ |
H A D | tape.c | 760 int nextworker, size, wrote, eot_count; in worker() local 807 wrote = 0; in worker() 811 wrote = rmtwrite(wp->tblock[0]+size, in worker() 815 wrote = write(tapefd, wp->tblock[0]+size, in worker() 818 printf("worker %d wrote %d\n", worker_number, wrote); in worker() 820 if (wrote < 0) in worker() 822 if (wrote == 0) in worker() 824 size += wrote; in worker() 836 if (wrote < 0 && errno == ENOSPC) { in worker() 837 wrote = 0; in worker() [all …]
|
/freebsd/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/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | manipulate_user_buffer.c | 174 ssize_t wrote = 0; in write_thread() local 178 wrote = pwrite(fd, buf, blocksize, offset); in write_thread() 179 if (wrote != blocksize) { in write_thread()
|
/freebsd/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/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/tools/tools/qrndtest/ |
H A D | README | 1 This is a really quick random testing that I wrote for adrian.
|
/freebsd/share/examples/BSD_daemon/ |
H A D | beastie.fig | 6 # <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you
|
H A D | README | 3 # <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you
|
/freebsd/contrib/libpcap/doc/ |
H A D | README.hpux | 21 wrote: 52 Harald Skotnes <harald@cc.uit.no> wrote: 81 Rick Jones wrote: 131 Dave Barr (barr@cis.ohio-state.edu) wrote:
|
/freebsd/tools/test/ppsapi/ |
H A D | README | 2 This is a small test program which I have had around since we wrote
|
/freebsd/usr.bin/units/ |
H A D | README | 2 This is a program which I wrote as a clone of the UNIX 'units'
|
/freebsd/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/contrib/less/ |
H A D | ch.c | 423 lbool wrote = FALSE; in sync_logfile() 430 wrote = TRUE; in sync_logfile() 434 if (!wrote && !warned) 414 int wrote = FALSE; sync_logfile() local
|
/freebsd/contrib/pnglite/ |
H A D | LICENSE | 14 claim that you wrote the original software. If you use this software
|
/freebsd/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 <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/tools/test/stress2/misc/ |
H A D | radix.sh | 75 On Wed, 17 Apr 2013 18:57:00 -0500 alc wrote:
|
/freebsd/contrib/bzip2/ |
H A D | LICENSE | 16 not claim that you wrote the original software. If you use this
|
/freebsd/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/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/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zpl_file.c | 293 ssize_t wrote = count - uio.uio_resid; in zpl_iter_write() local 294 kiocb->ki_pos += wrote; in zpl_iter_write() 296 return (wrote); in zpl_iter_write()
|
/freebsd/contrib/nvi/ |
H A D | README | 81 command layout. Bill Joy wrote versions 1 and 2.0 through 2.7,
|