Home
last modified time | relevance | path

Searched refs:archive_entry_nlink (Results 1 – 16 of 16) sorted by relevance

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_entry_link_resolver.c192 if (archive_entry_nlink(*e) == 1) in archive_entry_linkify()
379 le->links = archive_entry_nlink(entry) - 1; in insert_entry()
H A Darchive_entry_stat.c76 st->st_nlink = archive_entry_nlink(entry); in archive_entry_stat()
H A Darchive_write_set_format_cpio_odc.c192 if (archive_entry_nlink(entry) < 2) { in synthesize_ino_value()
348 format_octal(archive_entry_nlink(entry), h + c_nlink_offset, c_nlink_size); in write_header()
H A Darchive_write_set_format_cpio_binary.c295 if (archive_entry_nlink(entry) < 2) { in synthesize_ino_value()
467 h.h_nlink = la_swap16((uint16_t)archive_entry_nlink(entry)); in write_header()
H A Darchive_read_support_format_cpio.c1053 if (archive_entry_nlink(entry) <= 1) in record_hardlink()
1095 le->links = archive_entry_nlink(entry) - 1; in record_hardlink()
H A Darchive_write_set_format_cpio_newc.c286 format_hex(archive_entry_nlink(entry), h + c_nlink_offset, c_nlink_size); in write_header()
H A Darchive_entry.h270 __LA_DECL unsigned int archive_entry_nlink(struct archive_entry *);
H A Darchive_write_set_format_iso9660.c1610 if (archive_entry_nlink(file->entry) > 1) { in iso9660_write_header()
2989 archive_entry_nlink(file->entry)); in set_directory_record_rr()
6678 archive_entry_nlink(rootent->file->entry) + 1); in isoent_rr_move_dir()
6725 archive_entry_nlink(rrmoved->file->entry) + 1); in isoent_rr_move_dir()
H A Darchive_entry.c566 archive_entry_nlink(struct archive_entry *entry) in archive_entry_nlink() function
H A Darchive_write_set_format_mtree.c802 me->nlink = archive_entry_nlink(entry); in mtree_entry_new()
H A Darchive_read_disk_posix.c1173 t->nlink = archive_entry_nlink(entry); in _archive_read_next_header2()
H A Darchive_write_set_format_xar.c631 if (archive_entry_nlink(file->entry) > 1) { in xar_write_header()
/dragonfly/lib/libarchive/
H A DSymbol.map71 archive_entry_nlink;
H A DMakefile277 archive_entry_stat.3 archive_entry_nlink.3 \
/dragonfly/contrib/libarchive/tar/
H A Dutil.c693 archive_entry_nlink(entry));
/dragonfly/contrib/libarchive/cpio/
H A Dcpio.c1224 archive_entry_nlink(entry), in list_item_verbose()