Home
last modified time | relevance | path

Searched refs:block_read (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/diff/lib/
H A Dcmpbuf.h20 size_t block_read (int, char *, size_t);
H A Dcmpbuf.c84 block_read (int fd, char *buf, size_t nbytes) in block_read() function
/freebsd-src/contrib/diff/src/
H A Dcmp.c410 size_t r = block_read (file_desc[f], buf0, bytes_to_read); in cmp()
434 read0 = block_read (file_desc[0], buf0, bytes_to_read); in cmp()
437 read1 = block_read (file_desc[1], buf1, bytes_to_read); in cmp()
H A Dio.c76 size_t s = block_read (current->desc, in file_block_read()
H A Ddiff3.c1236 size_t bytes = block_read (fd, diff_result + total, bytes_to_read); in read_diff()
/freebsd-src/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.c127 block_read(int fd, void *buf, size_t len) in block_read() function
165 b = block_read(fd, &len, sizeof(len)); in sec_get_data()
175 b = block_read(fd, buf->data, len); in sec_get_data()
/freebsd-src/crypto/heimdal/appl/ftp/ftpd/
H A Dsecurity.c127 block_read(int fd, void *buf, size_t len) in block_read() function
165 b = block_read(fd, &len, sizeof(len)); in sec_get_data()
175 b = block_read(fd, buf->data, len); in sec_get_data()
/freebsd-src/contrib/diff/
H A DChangeLog482 (block_read): Do not attempt to read more than SSIZE_MAX bytes, as the
485 * src/cmp.c (cmp): Use block_read instead of read, to work
727 (block_read): Accommodate ancient AIX hosts that set errno to EINTR
1619 (block_read): Don't assume that int is no wider than size_t.
1808 Move block_read into cmpbuf.c.
1840 * cmpbuf.c (block_read): Moved here from cmp.c.
1842 * cmpbuf.h (block_read): New decl.
2560 (block_read): Coalesce `bp += nread's.