Searched refs:byte_off (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/stand/libsa/
H A Dcd9660read.c320 off_t byte_off; local
346 byte_off = fs_off & (ISO_DEFAULT_BLOCK_SIZE - 1);
353 if (remaining < ISO_DEFAULT_BLOCK_SIZE - byte_off) {
356 n = ISO_DEFAULT_BLOCK_SIZE - byte_off;
358 memcpy(s, blkbuf + byte_off, n);

Completed in 105 milliseconds