Home
last modified time | relevance | path

Searched refs:archive_entry_set_perm (Results 1 – 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/libarchive/libarchive/test/
HDtest_xattr_platform.c88 archive_entry_set_perm(ae, 0654); in DEFINE_TEST()
HDtest_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()
/freebsd-13-stable/contrib/libarchive/libarchive/
HDarchive_read_support_format_raw.c120 archive_entry_set_perm(entry, 0644); in archive_read_format_raw_read_header()
HDarchive_entry.h362 __LA_DECL void archive_entry_set_perm(struct archive_entry *, __LA_MODE_T);
HDarchive_read_support_format_warc.c372 archive_entry_set_perm(entry, 0644); in _warc_rdhdr()
HDarchive_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()
HDarchive_read_support_format_tar.c1123 archive_entry_set_perm(entry, archive_entry_perm(entry)); in header_Solaris_ACL()
1308 archive_entry_set_perm(entry, in header_common()
2142 archive_entry_set_perm(entry, archive_entry_perm(entry)); in pax_attribute_SCHILY_acl()
HDarchive_write_set_format_pax.c794 archive_entry_set_perm(extra,
HDarchive_entry.c1313 archive_entry_set_perm(struct archive_entry *entry, mode_t p) in archive_entry_set_perm() function
/freebsd-13-stable/lib/libarchive/
HDMakefile246 MLINKS+= archive_entry_perms.3 archive_entry_set_perm.3