/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_rw.c | 33 _dwarf_read_lsb(uint8_t *data, uint64_t *offsetp, int bytes_to_read) in _dwarf_read_lsb() 65 _dwarf_decode_lsb(uint8_t **data, int bytes_to_read) in _dwarf_decode_lsb() 97 _dwarf_read_msb(uint8_t *data, uint64_t *offsetp, int bytes_to_read) in _dwarf_read_msb() 131 _dwarf_decode_msb(uint8_t **data, int bytes_to_read) in _dwarf_decode_msb()
|
/freebsd/contrib/diff/lib/ |
H A D | cmpbuf.c | 92 size_t bytes_to_read = MIN (buflim - bp, readlim); in block_read() local
|
/freebsd/contrib/diff/src/ |
H A D | cmp.c | 409 size_t bytes_to_read = MIN (ig, buf_size); in cmp() local 425 size_t bytes_to_read = buf_size; in cmp() local
|
H A D | diff3.c | 1235 size_t bytes_to_read = current_chunk_size - total; in read_diff() local
|
/freebsd/contrib/libpcap/ |
H A D | sf-pcap.c | 673 size_t bytes_to_read, bytes_read; in pcap_next_packet() local
|
H A D | sf-pcapng.c | 256 read_bytes(FILE *fp, void *buf, size_t bytes_to_read, int fail_on_eof, in read_bytes()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | NativeProcessProtocol.cpp | 693 addr_t bytes_to_read = std::min<addr_t>(bytes_left, cache_line_bytes_left); in ReadCStringFromMemory() local
|
/freebsd/sys/dev/liquidio/base/ |
H A D | lio_console.c | 728 int bytes_to_read; in lio_console_read() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | ProcessElfCore.cpp | 395 size_t bytes_to_read = size; // Number of bytes to read from the core file in DoReadMemory() local
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | bufferevent_openssl.c | 739 bytes_to_read(struct bufferevent_openssl *bev) in bytes_to_read() function
|
/freebsd/contrib/libevent/ |
H A D | bufferevent_openssl.c | 739 bytes_to_read(struct bufferevent_openssl *bev) in bytes_to_read() function
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 7634 _read_lsb(Elf_Data *d, uint64_t *offsetp, int bytes_to_read) in _read_lsb() 7666 _read_msb(Elf_Data *d, uint64_t *offsetp, int bytes_to_read) in _read_msb() 7700 _decode_lsb(uint8_t **data, int bytes_to_read) in _decode_lsb() 7732 _decode_msb(uint8_t **data, int bytes_to_read) in _decode_msb()
|
/freebsd/crypto/openssl/test/helpers/ |
H A D | handshake.c | 734 int bytes_to_read; member
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_mtree.c | 1882 size_t bytes_to_read; in read_data() local
|
H A D | archive_read_support_format_7zip.c | 889 size_t bytes_to_read = 16 * 1024 * 1024; // Don't try to read more than 16 MB at a time in archive_read_format_7zip_read_data() local
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Target.cpp | 1995 addr_t bytes_to_read = in ReadCStringFromMemory() local 2062 addr_t bytes_to_read = in ReadStringFromMemory() local
|
H A D | Process.cpp | 2176 addr_t bytes_to_read = in ReadCStringFromMemory() local
|