/freebsd-src/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-src/contrib/diff/lib/ |
H A D | cmpbuf.c | 92 size_t bytes_to_read = MIN (buflim - bp, readlim); in block_read() local
|
/freebsd-src/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-src/contrib/libpcap/ |
H A D | sf-pcap.c | 601 size_t bytes_to_read, bytes_read; pcap_next_packet() local
|
H A D | sf-pcapng.c | 258 read_bytes(FILE * fp,void * buf,size_t bytes_to_read,int fail_on_eof,char * errbuf) read_bytes() argument
|
/freebsd-src/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-src/sys/dev/liquidio/base/ |
H A D | lio_console.c | 728 int bytes_to_read; in lio_console_read() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | ProcessElfCore.cpp | 385 size_t bytes_to_read = size; // Number of bytes to read from the core file DoReadMemory() local
|
/freebsd-src/contrib/libevent/ |
H A D | bufferevent_openssl.c | 739 bytes_to_read(struct bufferevent_openssl *bev) in bytes_to_read() function
|
/freebsd-src/contrib/ntp/sntp/libevent/ |
H A D | bufferevent_openssl.c | 739 bytes_to_read(struct bufferevent_openssl *bev) in bytes_to_read() function
|
/freebsd-src/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-src/crypto/openssl/test/helpers/ |
H A D | handshake.c | 728 int bytes_to_read; global() member
|
/freebsd-src/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 | 881 size_t bytes_to_read = max_read_size; archive_read_format_7zip_read_data() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Target/ |
H A D | Target.cpp | 2000 addr_t bytes_to_read = ReadCStringFromMemory() local 2067 addr_t bytes_to_read = ReadStringFromMemory() local
|
H A D | Process.cpp | 2021 addr_t bytes_to_read = ReadCStringFromMemory() local
|