Searched refs:archive_entry_set_fflags (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_entry.h317 __LA_DECL void archive_entry_set_fflags(struct archive_entry *,
H A Darchive_read_disk_entry_from_file.c220 archive_entry_set_fflags(entry, st->st_flags, 0);
249 archive_entry_set_fflags(entry, stflags, 0);
H A Darchive_entry.c819 archive_entry_set_fflags(struct archive_entry *entry, function
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_entry.c416 archive_entry_set_fflags(e, 0x55, 0xAA);
505 archive_entry_set_fflags(e, 0x55, 0xAA);
611 archive_entry_set_fflags(e, 0x85, 0xDA);
H A Dtest_write_format_mtree_fflags.c73 archive_entry_set_fflags(ae, entries[i].fflags, 0);

Completed in 159 milliseconds