Home
last modified time | relevance | path

Searched refs:archive_entry_set_dev (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cpio.c799 archive_entry_set_dev(entry, in header_odc()
852 archive_entry_set_dev(entry, in header_afiol()
897 archive_entry_set_dev(entry, header[bin_dev_offset] + header[bin_dev_offset + 1] * 256); in header_bin_le()
942 archive_entry_set_dev(entry, header[bin_dev_offset] * 256 + header[bin_dev_offset + 1]); in header_bin_be()
H A Darchive_entry_copy_stat.c75 archive_entry_set_dev(entry, st->st_dev); in archive_entry_copy_stat()
H A Darchive_entry.h313 __LA_DECL void archive_entry_set_dev(struct archive_entry *, dev_t);
H A Darchive_read_support_format_mtree.c1380 archive_entry_set_dev(entry, st->st_dev); in parse_file()
1714 archive_entry_set_dev(entry, dev); in parse_keyword()
H A Darchive_read_support_format_tar.c519 archive_entry_set_dev(entry, 1 + default_dev); /* Don't use zero. */ in archive_read_format_tar_read_header()
2023 archive_entry_set_dev(entry, in pax_attribute()
H A Darchive_entry.c1032 archive_entry_set_dev(struct archive_entry *entry, dev_t d) in archive_entry_set_dev() function
H A Darchive_read_support_format_xar.c785 archive_entry_set_dev(entry, file->dev); in xar_read_header()
/dragonfly/lib/libarchive/
H A DSymbol.map82 archive_entry_set_dev;
H A DMakefile266 archive_entry_stat.3 archive_entry_set_dev.3 \