Home
last modified time | relevance | path

Searched refs:archive_entry_set_perm (Results 1 – 9 of 9) sorted by path

/freebsd/contrib/libarchive/libarchive/
H A Darchive_entry.c1244 archive_entry_set_perm(struct archive_entry *entry, mode_t p) in archive_entry_set_perm() function
H A Darchive_entry.h356 __LA_DECL void archive_entry_set_perm(struct archive_entry *, __LA_MODE_T);
H A Darchive_read_support_format_mtree.c1390 archive_entry_set_perm(entry, st->st_mode); in parse_file()
1708 archive_entry_set_perm(entry, (mode_t)mtree_atol(&val, 8)); in parse_keyword()
H A Darchive_read_support_format_raw.c120 archive_entry_set_perm(entry, 0644); in archive_read_format_raw_read_header()
H A Darchive_read_support_format_warc.c372 archive_entry_set_perm(entry, 0644); in _warc_rdhdr()
H A Darchive_write_set_format_pax.c786 archive_entry_set_perm(extra, in archive_write_pax_header()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_acl_platform_nfs4.c892 archive_entry_set_perm(ae, 0654); in DEFINE_TEST()
903 archive_entry_set_perm(ae, 0654); in DEFINE_TEST()
912 archive_entry_set_perm(ae, 0654); in DEFINE_TEST()
H A Dtest_xattr_platform.c88 archive_entry_set_perm(ae, 0654); in DEFINE_TEST()
/freebsd/lib/libarchive/
H A DMakefile246 MLINKS+= archive_entry_perms.3 archive_entry_set_perm.3