Home
last modified time | relevance | path

Searched refs:archive_entry_set_nlink (Results 1 – 14 of 14) sorted by relevance

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cpio.c631 archive_entry_set_nlink(entry, in header_newc()
806 archive_entry_set_nlink(entry, in header_odc()
859 archive_entry_set_nlink(entry, in header_afiol()
908 archive_entry_set_nlink(entry, header[bin_nlink_offset] + header[bin_nlink_offset + 1] * 256); in header_bin_le()
953 archive_entry_set_nlink(entry, header[bin_nlink_offset] * 256 + header[bin_nlink_offset + 1]); in header_bin_be()
H A Darchive_entry_copy_stat.c79 archive_entry_set_nlink(entry, st->st_nlink); in archive_entry_copy_stat()
H A Darchive_write_set_format_cpio_newc.c429 archive_entry_set_nlink(trailer, 1); in archive_write_newc_close()
H A Darchive_write_set_format_cpio_odc.c472 archive_entry_set_nlink(trailer, 1); in archive_write_odc_close()
H A Darchive_entry.h346 __LA_DECL void archive_entry_set_nlink(struct archive_entry *, unsigned int);
H A Darchive_write_set_format_cpio_binary.c582 archive_entry_set_nlink(trailer, 1); in archive_write_binary_close()
H A Darchive_read_support_format_mtree.c1372 archive_entry_set_nlink(entry, st->st_nlink); in parse_file()
1700 archive_entry_set_nlink(entry, in parse_keyword()
H A Darchive_write_set_format_xar.c2470 archive_entry_set_nlink(file->entry, 1); in file_register_hardlink()
2520 archive_entry_set_nlink(target->entry, hl->nlink); in file_connect_hardlink_files()
2528 archive_entry_set_nlink(nf->entry, hl->nlink); in file_connect_hardlink_files()
H A Darchive_write_set_format_iso9660.c5005 archive_entry_set_nlink(file->entry, 1); in isofile_register_hardlink()
5055 archive_entry_set_nlink(target->entry, hl->nlink); in isofile_connect_hardlink_files()
5060 archive_entry_set_nlink(nf->entry, hl->nlink); in isofile_connect_hardlink_files()
5203 archive_entry_set_nlink(file->entry, 2); in isoent_create_virtual_dir()
6677 archive_entry_set_nlink(rootent->file->entry, in isoent_rr_move_dir()
6724 archive_entry_set_nlink(rrmoved->file->entry, in isoent_rr_move_dir()
7133 archive_entry_set_nlink(file->entry, 1); in isoent_create_boot_catalog()
H A Darchive_read_support_format_iso9660.c1281 archive_entry_set_nlink(entry, file->nlinks); in archive_read_format_iso9660_read_header()
1389 archive_entry_set_nlink(entry, 2 + file->subdirs); in archive_read_format_iso9660_read_header()
H A Darchive_read_support_format_xar.c777 archive_entry_set_nlink(entry, file->subdirs + 2); in xar_read_header()
779 archive_entry_set_nlink(entry, file->nlink); in xar_read_header()
H A Darchive_entry.c1154 archive_entry_set_nlink(struct archive_entry *entry, unsigned int nlink) in archive_entry_set_nlink() function
H A Darchive_read_support_format_tar.c2029 archive_entry_set_nlink(entry, (unsigned) in pax_attribute()
/dragonfly/lib/libarchive/
H A DSymbol.map95 archive_entry_set_nlink;