Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_read_disk_entry_from_file.c239 int stflags; in archive_read_disk_entry_from_file() local
246 &stflags); in archive_read_disk_entry_from_file()
247 if (r == 0 && stflags != 0) in archive_read_disk_entry_from_file()
248 archive_entry_set_fflags(entry, stflags, 0); in archive_read_disk_entry_from_file()
H A Darchive_read_disk_posix.c998 int stflags; in next_entry()
1011 &stflags); in next_entry()
1013 if (r == 0 && (stflags & FS_NODUMP_FL) != 0) in next_entry()
1015 if (r == 0 && (stflags & EXT2_NODUMP_FL) != 0) in next_entry()