Home
last modified time | relevance | path

Searched defs:file_header (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c91 struct file_header { struct
92 ssize_t bytes_remaining;
93 ssize_t unpacked_size;
94 int64_t last_offset; /* Used in sanity checks. */
95 int64_t last_size; /* Used in sanity checks. */
97 uint8_t solid : 1; /* Is this a solid stream? */
98 uint8_t service : 1; /* Is this file a service data? */
99 uint8_t eof : 1; /* Did we finish unpacking the file? */
100 uint8_t dir : 1; /* Is this file entry a directory? */
103 uint64_t e_mtime;
[all …]
H A Darchive_write_set_format_zip.c144 unsigned char *file_header; member
H A Darchive_read_support_format_rar.c1365 struct rar_file_header file_header; in read_header() local
/freebsd/usr.bin/sort/
H A Dfile.c82 struct file_header struct
84 struct file_reader *fr;
85 struct sort_list_item *si; /* current top line */
86 size_t file_pos;