| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_write_format_tar_v7tar.c | 91 archive_entry_set_uid(entry, 80); in DEFINE_TEST() 107 archive_entry_set_uid(entry, 80); in DEFINE_TEST() 137 archive_entry_set_uid(entry, 88); in DEFINE_TEST() 151 archive_entry_set_uid(entry, 82); in DEFINE_TEST() 165 archive_entry_set_uid(entry, 82); in DEFINE_TEST()
|
| H A D | test_write_format_tar_ustar.c | 96 archive_entry_set_uid(entry, 80); in DEFINE_TEST() 113 archive_entry_set_uid(entry, 80); in DEFINE_TEST() 145 archive_entry_set_uid(entry, 88); in DEFINE_TEST() 162 archive_entry_set_uid(entry, 82); in DEFINE_TEST() 177 archive_entry_set_uid(entry, 82); in DEFINE_TEST() 192 archive_entry_set_uid(entry, 82); in DEFINE_TEST()
|
| H A D | test_write_disk_perms.c | 232 archive_entry_set_uid(ae, try_to_change_uid); in DEFINE_TEST() 263 archive_entry_set_uid(ae, getuid()); in DEFINE_TEST() 276 archive_entry_set_uid(ae, getuid() + 1); in DEFINE_TEST() 292 archive_entry_set_uid(ae, getuid() + 1); in DEFINE_TEST() 342 archive_entry_set_uid(ae, getuid()); in DEFINE_TEST() 356 archive_entry_set_uid(ae, getuid()); in DEFINE_TEST() 401 archive_entry_set_uid(ae, getuid() + 1); in DEFINE_TEST()
|
| H A D | test_archive_match_owner.c | 44 archive_entry_set_uid(ae, 0); in test_uid() 48 archive_entry_set_uid(ae, 1000); in test_uid() 52 archive_entry_set_uid(ae, 1001); in test_uid() 56 archive_entry_set_uid(ae, 1002); in test_uid() 60 archive_entry_set_uid(ae, 1003); in test_uid()
|
| H A D | test_write_format_cpio_odc.c | 70 archive_entry_set_uid(entry, 80); in DEFINE_TEST() 85 archive_entry_set_uid(entry, 80); in DEFINE_TEST() 114 archive_entry_set_uid(entry, 88); in DEFINE_TEST()
|
| H A D | test_write_format_cpio_newc.c | 76 archive_entry_set_uid(entry, 80); in DEFINE_TEST() 103 archive_entry_set_uid(entry, 83); in DEFINE_TEST()
|
| H A D | test_write_format_zip_entry_size_unset.c | 53 archive_entry_set_uid(entry, file_uid); in write_archive() 65 archive_entry_set_uid(entry, folder_uid); in write_archive()
|
| H A D | test_write_format_mtree.c | 95 archive_entry_set_uid(ae, entries[i].uid); in test_write_format_mtree_sub() 183 archive_entry_set_uid(ae, entries2[i].uid); in test_write_format_mtree_sub2()
|
| H A D | test_entry.c | 386 archive_entry_set_uid(e, 83); in DEFINE_TEST() 516 archive_entry_set_uid(e, 83); in DEFINE_TEST() 623 archive_entry_set_uid(e, 93); in DEFINE_TEST() 809 archive_entry_set_uid(e, 23); in DEFINE_TEST() 878 archive_entry_set_uid(e, 22); in DEFINE_TEST()
|
| H A D | test_write_format_mtree_classic.c | 135 archive_entry_set_uid(ae, entries[i].uid); in test_write_format_mtree_sub()
|
| H A D | test_write_format_mtree_classic_indent.c | 137 archive_entry_set_uid(ae, entries[i].uid); in test_write_format_mtree_sub()
|
| H A D | test_write_format_zip_compression_store.c | 59 archive_entry_set_uid(entry, file_uid); in verify_write_uncompressed() 73 archive_entry_set_uid(entry, folder_uid); in verify_write_uncompressed()
|
| H A D | test_write_format_zip_compression_zstd.c | 37 archive_entry_set_uid(entry, file_uid); in verify_write_zstd() 51 archive_entry_set_uid(entry, folder_uid); in verify_write_zstd()
|
| H A D | test_write_format_zip_compression_bzip2.c | 37 archive_entry_set_uid(entry, file_uid); in verify_write_bzip2() 51 archive_entry_set_uid(entry, folder_uid); in verify_write_bzip2()
|
| H A D | test_write_format_gnutar.c | 191 archive_entry_set_uid(ae, 123456789); in DEFINE_TEST()
|
| H A D | test_write_format_zip_compression_lzmaxz.c | 37 archive_entry_set_uid(entry, file_uid); in verify_write_lzma() 51 archive_entry_set_uid(entry, folder_uid); in verify_write_lzma()
|
| H A D | test_write_format_zip_stream.c | 74 archive_entry_set_uid(ae, file_uid); in DEFINE_TEST()
|
| H A D | test_write_format_zip64_stream.c | 71 archive_entry_set_uid(ae, file_uid); in DEFINE_TEST()
|
| H A D | test_write_format_zip_file.c | 85 archive_entry_set_uid(ae, file_uid); in DEFINE_TEST()
|
| H A D | test_write_format_pax.c | 122 archive_entry_set_uid(ae, 536870912); in DEFINE_TEST()
|
| H A D | test_write_format_zip_file_zip64.c | 86 archive_entry_set_uid(ae, file_uid); in DEFINE_TEST()
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_cpio.c | 629 archive_entry_set_uid(entry, atol16(header + newc_uid_offset, newc_uid_size)); in header_newc() 804 archive_entry_set_uid(entry, atol8(header + odc_uid_offset, odc_uid_size)); in header_odc() 864 archive_entry_set_uid(entry, atol16(header + afiol_uid_offset, afiol_uid_size)); in header_afiol() 917 archive_entry_set_uid(entry, header[bin_uid_offset] + header[bin_uid_offset + 1] * 256); in header_bin_le() 962 archive_entry_set_uid(entry, header[bin_uid_offset] * 256 + header[bin_uid_offset + 1]); in header_bin_be()
|
| H A D | archive_entry_copy_stat.c | 76 archive_entry_set_uid(entry, st->st_uid); in archive_entry_copy_stat()
|
| H A D | archive_read_support_format_ar.c | 463 archive_entry_set_uid(entry, in ar_parse_common_header()
|
| /freebsd/contrib/libarchive/tar/ |
| H A D | read.c | 264 archive_entry_set_uid(entry, bsdtar->uid); in read_archive()
|