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

/freebsd-10.1-release/sbin/camcontrol/
H A Dfwdownload.c173 int skip_bytes = 0; local
205 skip_bytes = 80;
208 skip_bytes = img_size % 1030;
213 if (skip_bytes != 0) {
214 fprintf(stdout, "Skipping %d byte header.\n", skip_bytes);
215 if (lseek(fd, skip_bytes, SEEK_SET) == -1) {
219 img_size -= skip_bytes;
/freebsd-10.1-release/contrib/binutils/bfd/
H A Delf-eh-frame.c74 skip_bytes (bfd_byte **iter, bfd_byte *end, bfd_size_type length) function
378 && skip_bytes (iter, end, length));
385 && skip_bytes (iter, end, length));
388 return skip_bytes (iter, end, encoded_ptr_width);
391 return skip_bytes (iter, end, 1);
394 return skip_bytes (iter, end, 2);
397 return skip_bytes (iter, end, 4);
400 return skip_bytes (iter, end, 8);
562 REQUIRE (skip_bytes (&buf, ehbuf + sec->size, 4));
585 REQUIRE (skip_bytes (
[all...]
/freebsd-10.1-release/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_compress.c353 int skip_bytes = state->bits - local
355 skip_bytes %= state->bits;
357 while (skip_bytes-- > 0) {
H A Darchive_read_support_format_7zip.c3102 uint64_t skip_bytes = 0; local
3141 skip_bytes =
3175 while (skip_bytes) {
3196 a, buff, (size_t)skip_bytes, 0);
3199 skip_bytes -= skipped;
3446 skip_stream(struct archive_read *a, size_t skip_bytes) argument
3451 size_t bytes = skip_bytes;
3459 += skip_bytes;
3460 return (skip_bytes);
3477 return (skip_bytes);
[all...]

Completed in 120 milliseconds