Searched refs:io_pread (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.bin/gzip/ |
H A D | unxz.c | 185 io_pread(int fd, io_buf *buf, size_t size, off_t pos) in io_pread() function 306 if (io_pread(src_fd, &buf, in parse_indexes() 363 if (io_pread(src_fd, &buf, strm.avail_in, pos)) in parse_indexes() 401 if (io_pread(src_fd, &buf, LZMA_STREAM_HEADER_SIZE, pos)) in parse_indexes()
|