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

/freebsd-9.3-release/contrib/libarchive/libarchive/test/
H A Dtest_read_format_isojoliet_rr.c116 assertEqualInt(2, archive_entry_nlink(ae));
132 assertEqualInt(2, archive_entry_nlink(ae));
145 assertEqualInt(1, archive_entry_nlink(ae));
H A Dtest_entry.c242 assertEqualInt(archive_entry_nlink(e), 736);
244 skipping("archive_entry_nlink()");
439 assertEqualInt(archive_entry_nlink(e2), 736);
564 assertEqualInt(archive_entry_nlink(e2), 736);
659 assertEqualInt(archive_entry_nlink(e), 0);
706 assertEqualInt(archive_entry_nlink(e), 345);
H A Dtest_read_format_xar.c121 assertEqualInt(archive_entry_nlink(ae), 2);
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_entry_stat.c76 st->st_nlink = archive_entry_nlink(entry);
H A Darchive_entry_link_resolver.c182 if (archive_entry_nlink(*e) == 1)
366 le->links = archive_entry_nlink(entry) - 1;
H A Darchive_write_set_format_cpio.c153 if (archive_entry_nlink(entry) < 2) {
221 format_octal(archive_entry_nlink(entry), &h.c_nlink, sizeof(h.c_nlink));
H A Darchive_entry.h213 __LA_DECL unsigned int archive_entry_nlink(struct archive_entry *);
H A Darchive_write_set_format_cpio_newc.c148 format_hex(archive_entry_nlink(entry), &h.c_nlink, sizeof(h.c_nlink));
H A Darchive_read_support_format_cpio.c743 if (archive_entry_nlink(entry) <= 1)
782 le->links = archive_entry_nlink(entry) - 1;
H A Darchive_write_set_format_mtree.c669 archive_entry_nlink(entry) != 1 &&
672 " nlink=%u", archive_entry_nlink(entry));
H A Darchive_write_set_format_pax.c824 archive_entry_nlink(entry_main));
H A Darchive_entry.c659 archive_entry_nlink(struct archive_entry *entry) function
/freebsd-9.3-release/contrib/libarchive/tar/
H A Dread.c385 archive_entry_nlink(entry));
/freebsd-9.3-release/contrib/libarchive/cpio/
H A Dcpio.c1031 archive_entry_nlink(entry),

Completed in 85 milliseconds