|
Lines 158-164
Link Here
|
| 158 |
amount of data. |
158 |
amount of data. |
| 159 |
You can obtain the next header with |
159 |
You can obtain the next header with |
| 160 |
.Fn archive_read_next_header , |
160 |
.Fn archive_read_next_header , |
| 161 |
which returns a pointer to an |
161 |
which returns a pointer to a |
| 162 |
.Tn struct archive_entry |
162 |
.Tn struct archive_entry |
| 163 |
structure with information about the current archive element. |
163 |
structure with information about the current archive element. |
| 164 |
If the entry is a regular file, then the header will be followed |
164 |
If the entry is a regular file, then the header will be followed |
|
Lines 324-330
Link Here
|
| 324 |
pax interchange format archives. |
324 |
pax interchange format archives. |
| 325 |
.Pp |
325 |
.Pp |
| 326 |
Conversely, of course, not all of the information that can be |
326 |
Conversely, of course, not all of the information that can be |
| 327 |
stored in an |
327 |
stored in a |
| 328 |
.Tn struct archive_entry |
328 |
.Tn struct archive_entry |
| 329 |
is supported by all formats. |
329 |
is supported by all formats. |
| 330 |
For example, cpio formats do not support nanosecond timestamps; |
330 |
For example, cpio formats do not support nanosecond timestamps; |