Home
last modified time | relevance | path

Searched refs:archive_entry_uid (Results 1 – 23 of 23) sorted by relevance

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_entry_stat.c74 st->st_uid = (uid_t)archive_entry_uid(entry); in archive_entry_stat()
H A Darchive_write_set_format_gnutar.c642 if (format_number(archive_entry_uid(entry), h + GNUTAR_uid_offset, in archive_format_gnutar_header()
646 (intmax_t)archive_entry_uid(entry)); in archive_format_gnutar_header()
H A Darchive_write_set_format_pax.c784 archive_entry_uid(entry_original)); in archive_write_pax_header()
1053 if ((unsigned int)archive_entry_uid(entry_main) >= (1 << 18)) { in archive_write_pax_header()
1055 archive_entry_uid(entry_main)); in archive_write_pax_header()
1401 uid = archive_entry_uid(entry_main); in archive_write_pax_header()
H A Darchive_write_set_format_ar.c317 if (format_decimal(archive_entry_uid(entry), buff + AR_uid_offset, AR_uid_size)) { in archive_write_ar_header()
H A Darchive_write_set_format_cpio_newc.c284 format_hex(archive_entry_uid(entry), h + c_uid_offset, c_uid_size); in write_header()
H A Darchive_write_set_format_cpio_odc.c346 format_octal(archive_entry_uid(entry), h + c_uid_offset, c_uid_size); in write_header()
H A Darchive_write_set_format_v7tar.c456 if (format_number(archive_entry_uid(entry), in format_header_v7tar()
H A Darchive_entry.h287 __LA_DECL la_int64_t archive_entry_uid(struct archive_entry *);
H A Darchive_write_set_format_cpio_binary.c465 h.h_uid = la_swap16((uint16_t)archive_entry_uid(entry)); in write_header()
H A Darchive_write_set_format_ustar.c558 if (format_number(archive_entry_uid(entry), in __archive_write_format_header_ustar()
H A Darchive_read_disk_entry_from_file.c209 name = archive_read_disk_uname(_a, archive_entry_uid(entry)); in archive_read_disk_entry_from_file()
H A Darchive_match.c1836 archive_entry_uid(entry))) in owner_excluded()
H A Darchive_write_set_format_zip.c875 archive_le32enc(e, (uint32_t)archive_entry_uid(entry)); in archive_write_zip_header()
H A Darchive_entry.c743 archive_entry_uid(struct archive_entry *entry) in archive_entry_uid() function
H A Darchive_write_set_format_mtree.c805 me->uid = archive_entry_uid(entry); in mtree_entry_new()
H A Darchive_read_disk_posix.c1056 name = archive_read_disk_uname(&(a->archive), archive_entry_uid(entry)); in next_entry()
H A Darchive_write_set_format_xar.c1342 "%d", archive_entry_uid(file->entry)); in make_file_entry()
H A Darchive_write_disk_posix.c1792 archive_entry_uid(a->entry)); in _archive_write_disk_finish_entry()
H A Darchive_write_set_format_iso9660.c2960 uid = archive_entry_uid(file->entry); in set_directory_record_rr()
/dragonfly/lib/libarchive/
H A DSymbol.map118 archive_entry_uid;
H A DMakefile234 archive_entry_perms.3 archive_entry_uid.3 \
/dragonfly/contrib/libarchive/tar/
H A Dutil.c699 (unsigned long)archive_entry_uid(entry));
/dragonfly/contrib/libarchive/cpio/
H A Dcpio.c1167 strcpy(uids, cpio_i64toa(archive_entry_uid(entry))); in list_item_verbose()
1175 uname = lookup_uname(cpio, (uid_t)archive_entry_uid(entry)); in list_item_verbose()