| /freebsd-13.1/contrib/diff/lib/ |
| H A D | cmpbuf.h | 20 size_t block_read (int, char *, size_t);
|
| H A D | cmpbuf.c | 84 block_read (int fd, char *buf, size_t nbytes) in block_read() function
|
| /freebsd-13.1/contrib/diff/src/ |
| H A D | cmp.c | 410 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 D | io.c | 76 size_t s = block_read (current->desc, in file_block_read()
|
| H A D | diff3.c | 1237 size_t bytes = block_read (fd, diff_result + total, bytes_to_read); in read_diff()
|
| /freebsd-13.1/crypto/heimdal/appl/ftp/ftpd/ |
| H A D | security.c | 127 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-13.1/crypto/heimdal/appl/ftp/ftp/ |
| H A D | security.c | 127 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-13.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | cached_data.c | 54 block_read(void **result, 353 SVN_ERR(block_read((void **)noderev_p, fs, in get_node_revision_body() 703 SVN_ERR(block_read(NULL, fs, &rs->rep_id, rs->sfile->rfile, NULL, in create_rep_state_body() 1320 SVN_ERR(block_read(NULL, rs->sfile->fs, &rs->rep_id, file, NULL, in read_delta_window() 1414 SVN_ERR(block_read((void **)&extractor, fs, &rs->rep_id, in read_container_window() 2999 SVN_ERR(block_read((void **)changes, context->fs, &id, in svn_fs_x__get_changes() 3387 block_read(void **result, in block_read() function
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | cached_data.c | 51 block_read(void **result, 477 SVN_ERR(block_read((void **)noderev_p, fs, in get_node_revision_body() 950 SVN_ERR(block_read(NULL, fs, rep->revision, rep->item_index, in create_rep_state_body() 1579 SVN_ERR(block_read(NULL, rs->sfile->fs, rs->revision, rs->item_index, in read_delta_window() 3108 SVN_ERR(block_read(NULL, context->fs, in svn_fs_fs__get_changes() 3671 block_read(void **result, in block_read() function
|
| /freebsd-13.1/contrib/diff/ |
| H A D | ChangeLog | 482 (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.
|