| 1767 | necessary. */ |
| 1768 | |
| 1769 | static void |
| 1770 | advance_input_offset (intmax_t offset) |
| 1771 | { |
| 1772 | if (0 <= input_offset && ckd_add (&input_offset, input_offset, offset)) |
| 1773 | input_offset = -1; |
| 1774 | } |
| 1775 | |
| 1776 | /* Throw away RECORDS blocks of BLOCKSIZE bytes plus BYTES bytes on |
| 1777 | file descriptor FDESC, which is open with read permission for FILE. |
no outgoing calls
no test coverage detected