Home
last modified time | relevance | path

Searched refs:archive_entry_set_fflags (Results 1 – 5 of 5) sorted by relevance

/dragonfly/lib/libarchive/
H A DSymbol.map85 archive_entry_set_fflags;
H A DMakefile253 archive_entry_perms.3 archive_entry_set_fflags.3 \
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_disk_entry_from_file.c220 archive_entry_set_fflags(entry, st->st_flags, 0); in archive_read_disk_entry_from_file()
249 archive_entry_set_fflags(entry, stflags, 0); in archive_read_disk_entry_from_file()
H A Darchive_entry.h317 __LA_DECL void archive_entry_set_fflags(struct archive_entry *,
H A Darchive_entry.c819 archive_entry_set_fflags(struct archive_entry *entry, in archive_entry_set_fflags() function