Home
last modified time | relevance | path

Searched refs:stflags (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_read_disk_entry_from_file.c240 int stflags; in archive_read_disk_entry_from_file() local
247 &stflags); in archive_read_disk_entry_from_file()
248 if (r == 0 && stflags != 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_read_disk_posix.c1000 int stflags; in next_entry()
1013 &stflags); in next_entry()
1015 if (r == 0 && (stflags & FS_NODUMP_FL) != 0) in next_entry()
1017 if (r == 0 && (stflags & EXT2_NODUMP_FL) != 0) in next_entry()