Searched refs:numbytes (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/rand/
H A Drand_egd.c64 int mybuffer, ret = -1, i, numbytes, fd;
118 numbytes = tempbuf[0];
126 i = fread(buf, sizeof(char), numbytes, fp);
127 if (i < numbytes)
129 ret = numbytes;
/freebsd-12-stable/sys/libkern/
H A Darc4random.c58 int numbytes; member in struct:chacha20_s
111 chacha20->numbytes = 0;
130 chacha20->numbytes = 0;
169 if ((chacha20->numbytes > CHACHA20_RESEED_BYTES) || (tv.tv_sec > chacha20->t_reseed))
179 chacha20->numbytes += length;
180 if (chacha20->numbytes > CHACHA20_RESEED_BYTES) {
/freebsd-12-stable/libexec/bootpd/
H A Ddovend.c335 int length, numbytes;
354 numbytes = srcptr[1] + 2;
355 if (*bytesleft < numbytes)
356 skipped += numbytes;
358 bcopy(srcptr, *buff, numbytes);
359 (*buff) += numbytes;
360 (*bytesleft) -= numbytes;
362 srcptr += numbytes;
363 length -= numbytes;
333 int length, numbytes; local
/freebsd-12-stable/contrib/ipfilter/
H A Darc4random.c216 int left, numbytes; local
218 numbytes = pot + sizeof(pot) - pottail;
219 bcopy(md5ctx.buf, pottail, numbytes);
220 left = sizeof(md5ctx.buf) - numbytes;
246 int left, numbytes; local
249 numbytes = pot + sizeof(pot) - pothead;
250 bcopy(pothead, dest, numbytes);
251 left -= numbytes;
/freebsd-12-stable/contrib/gdb/gdb/
H A Docd.c591 int numbytes;
595 numbytes = min (len, 256 - 8);
602 buf[7] = numbytes;
604 memcpy (&buf[8], myaddr, numbytes);
605 ocd_put_packet (buf, 8 + numbytes);
621 numbytes = error_address - memaddr;
623 len -= numbytes;
632 len -= numbytes;
633 memaddr += numbytes;
634 myaddr += numbytes;
585 int numbytes; local
656 int numbytes; local
[all...]
H A Ddsrec.c94 int numbytes; local
110 for (i = 0; i < size; i += numbytes)
113 numbytes = make_srec (srec, (CORE_ADDR) (addr + i), abfd, s,
H A Dremote-mips.c2653 unsigned int numbytes;
2661 for (i = 0; i < s->_raw_size; i += numbytes)
2663 numbytes = min (srec_frame, s->_raw_size - i);
2665 bfd_get_section_contents (abfd, s, buffer, i, numbytes);
2667 reclen = mips_make_srec (srec, '3', s->vma + i, buffer, numbytes);
2648 unsigned int numbytes; local
/freebsd-12-stable/contrib/libarchive/libarchive/test/
H A Dtest_fuzz.c158 int j, numbytes, trycnt; local
165 numbytes = (int)(rand() % q);
166 for (j = 0; j < numbytes; ++j)
/freebsd-12-stable/sys/cam/ctl/
H A Dctl_tpc.c824 off_t srclba, dstlba, numbytes, donebytes, roundbytes; local
874 numbytes = (off_t)numlba * dstblock;
876 numbytes = (off_t)numlba * srcblock;
881 // (uintmax_t)numbytes, sl, scsi_8btou64(seg->src_lba),
884 if (numbytes == 0)
887 if (numbytes % srcblock != 0 || numbytes % dstblock != 0) {
896 list->segbytes = numbytes;
897 list->segsectors = numbytes / dstblock;
901 while (donebytes < numbytes) {
1180 off_t srclba, dstlba, numbytes, donebytes, roundbytes; local
[all...]
/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_dn_glue.c143 u_long numbytes; member in struct:dn_flow_queue7
182 int numbytes; member in struct:dn_pipe7
208 uint64_t numbytes ; /* credit for transmission (dynamic queues) */ member in struct:dn_flow_queue8
248 /* Same as in dn_flow_queue, numbytes can become large */
249 int64_t numbytes; /* bits I can transmit (more or less). */ member in struct:dn_pipe8
279 * numbytes from int to int64_t
287 * numbytes from u_long to int64_t
/freebsd-12-stable/contrib/binutils/binutils/
H A Ddlltool.c1983 int numbytes; local
1992 numbytes = ftell (base_file);
1994 copy = xmalloc (numbytes);
1995 fread (copy, 1, numbytes, base_file);
1996 num_entries = numbytes / sizeof (long);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c5683 apr_size_t numbytes;
5693 numbytes = 1;
5699 SVN_ERR(svn_io_file_read_full2(file, &c, sizeof(c), &numbytes,
5702 if (numbytes != 1 || len > max_len)
5722 SVN_ERR(svn_io_file_read_full2(file, &c, sizeof(c), &numbytes,
5724 if (numbytes == 1 && c == '\n')
5734 numbytes = 1;
5672 apr_size_t numbytes; local
H A Dstream.c342 apr_size_t numbytes;
356 numbytes = 1;
357 SVN_ERR(svn_stream_read_full(stream, &c, &numbytes));
358 if (numbytes != 1)
340 apr_size_t numbytes; local
/freebsd-12-stable/stand/libsa/
H A Dpkgfs.c98 char numbytes[12]; member in struct:ustar_hdr::__anon9256::__anon9258::gnu_sparse
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c78 char numbytes[12]; member in struct:gnu_sparse
1909 if (strcmp(key, "GNU.sparse.numbytes") == 0) {
2365 tar_atol(sparse->numbytes, sizeof(sparse->numbytes)))
2383 * number of blocks, and GNU.sparse.offset/GNU.sparse.numbytes to
2392 * This version replaced the offset/numbytes attributes with

Completed in 139 milliseconds