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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cpio.c63 struct cpio_odc_header { struct
487 h = __archive_read_ahead(a, sizeof(struct cpio_odc_header), &bytes);
495 && is_octal(p, sizeof(struct cpio_odc_header)))
502 while (p + sizeof(struct cpio_odc_header) <= q) {
506 && is_octal(p, sizeof(struct cpio_odc_header))) {
542 const struct cpio_odc_header *header;
553 h = __archive_read_ahead(a, sizeof(struct cpio_odc_header), NULL);
556 __archive_read_consume(a, sizeof(struct cpio_odc_header));
559 header = (const struct cpio_odc_header *)h;

Completed in 53 milliseconds