![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include <tar.h>
Data Fields | |
| char * | orig_file_name |
| char * | file_name |
| bool | had_trailing_slash |
| char * | link_name |
| char * | uname |
| char * | gname |
| char * | cntx_name |
| char * | acls_a_ptr |
| size_t | acls_a_len |
| char * | acls_d_ptr |
| size_t | acls_d_len |
| struct _stat | stat |
| struct timespec | atime |
| struct timespec | mtime |
| struct timespec | ctime |
| off_t | archive_file_size |
| bool | is_sparse |
| unsigned | sparse_major |
| unsigned | sparse_minor |
| size_t | sparse_map_avail |
| size_t | sparse_map_size |
| struct sp_array * | sparse_map |
| off_t | real_size |
| bool | real_size_set |
| bool | sparse_name_done |
| size_t | xattr_map_size |
| struct xattr_array * | xattr_map |
| struct xheader | xhdr |
| bool | is_dumpdir |
| bool | skipped |
| char * | dumpdir |
| struct tar_stat_info * | parent |
| DIR * | dirstream |
| int | fd |
| struct exclist * | exclude_list |
| size_t acls_a_len |
| char* acls_a_ptr |
| size_t acls_d_len |
| char* acls_d_ptr |
| off_t archive_file_size |
| struct timespec atime |
| char* cntx_name |
| struct timespec ctime |
| DIR* dirstream |
| char* dumpdir |
| struct exclist* exclude_list |
| int fd |
| char* file_name |
| char* gname |
| bool had_trailing_slash |
| bool is_dumpdir |
| bool is_sparse |
| char* link_name |
| struct timespec mtime |
| char* orig_file_name |
| struct tar_stat_info* parent |
| off_t real_size |
| bool real_size_set |
| bool skipped |
| unsigned sparse_major |
| struct sp_array* sparse_map |
| size_t sparse_map_avail |
| size_t sparse_map_size |
| unsigned sparse_minor |
| bool sparse_name_done |
| struct _stat stat |
| char* uname |
| struct xattr_array* xattr_map |
| size_t xattr_map_size |
| struct xheader xhdr |