Searched refs:archive_entry_set_ino (Results 1 - 14 of 14) sorted by path

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_entry_copy_stat.c78 archive_entry_set_ino(entry, st->st_ino);
H A Darchive_entry.c895 archive_entry_set_ino(struct archive_entry *entry, la_int64_t ino) function
H A Darchive_entry.h336 __LA_DECL void archive_entry_set_ino(struct archive_entry *, la_int64_t);
H A Darchive_read_support_format_cpio.c626 archive_entry_set_ino(entry, atol16(header + newc_ino_offset, newc_ino_size));
801 archive_entry_set_ino(entry, atol8(header + odc_ino_offset, odc_ino_size));
854 archive_entry_set_ino(entry, atol16(header + afiol_ino_offset, afiol_ino_size));
898 archive_entry_set_ino(entry, header[bin_ino_offset] + header[bin_ino_offset + 1] * 256);
943 archive_entry_set_ino(entry, header[bin_ino_offset] * 256 + header[bin_ino_offset + 1]);
H A Darchive_read_support_format_mtree.c1382 archive_entry_set_ino(entry, st->st_ino);
1672 archive_entry_set_ino(entry, mtree_atol(&val, 10));
H A Darchive_read_support_format_tar.c520 archive_entry_set_ino(entry, ++default_inode); /* Don't use zero. */
2018 archive_entry_set_ino(entry,
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_link_resolver.c41 archive_entry_set_ino(entry, 1);
55 archive_entry_set_ino(entry, 2);
75 archive_entry_set_ino(entry, 3);
106 archive_entry_set_ino(entry, 1);
141 archive_entry_set_ino(entry, 1);
155 archive_entry_set_ino(entry, 2);
165 archive_entry_set_ino(entry, 2);
181 archive_entry_set_ino(entry, 2);
H A Dtest_write_format_cpio_newc.c81 archive_entry_set_ino(entry, 89);
108 archive_entry_set_ino(entry, 88);
H A Dtest_write_format_tar_ustar.c100 archive_entry_set_ino(entry, 89);
117 archive_entry_set_ino(entry, 89);
149 archive_entry_set_ino(entry, 90);
166 archive_entry_set_ino(entry, 7);
181 archive_entry_set_ino(entry, 7);
196 archive_entry_set_ino(entry, 7);
H A Dtest_write_format_tar_v7tar.c95 archive_entry_set_ino(entry, 89);
111 archive_entry_set_ino(entry, 89);
141 archive_entry_set_ino(entry, 90);
155 archive_entry_set_ino(entry, 7);
169 archive_entry_set_ino(entry, 7);
H A Dtest_entry.c237 archive_entry_set_ino(e, 8593);
509 archive_entry_set_ino(e, 8593);
616 archive_entry_set_ino(e, 8763);
798 archive_entry_set_ino(e, 234);
848 archive_entry_set_ino(e, 233);
H A Dtest_write_format_cpio_odc.c75 archive_entry_set_ino(entry, 89);
90 archive_entry_set_ino(entry, 89);
119 archive_entry_set_ino(entry, 90);
/freebsd-11-stable/contrib/elftoolchain/ar/
H A Dwrite.c798 archive_entry_set_ino(entry, obj->ino);
/freebsd-11-stable/usr.bin/ar/
H A Dwrite.c753 archive_entry_set_ino(entry, obj->ino);

Completed in 328 milliseconds