| 144 |
|
|
| 145 |
GLOBAL bool dereference_option; |
GLOBAL bool dereference_option; |
| 146 |
|
|
| 147 |
|
/* Print a message if not all links are dumped */ |
| 148 |
|
GLOBAL int check_links_option; |
| 149 |
|
|
| 150 |
/* Patterns that match file names to be excluded. */ |
/* Patterns that match file names to be excluded. */ |
| 151 |
GLOBAL struct exclude *excluded; |
GLOBAL struct exclude *excluded; |
| 152 |
|
|
| 268 |
GLOBAL time_t start_time; |
GLOBAL time_t start_time; |
| 269 |
#endif |
#endif |
| 270 |
|
|
| 271 |
/* Name of file for the current archive entry. */ |
/* Name of file read from the archive header */ |
| 272 |
|
GLOBAL char *orig_file_name; |
| 273 |
|
|
| 274 |
|
/* Name of file for the current archive entry after being normalized. */ |
| 275 |
GLOBAL char *current_file_name; |
GLOBAL char *current_file_name; |
| 276 |
|
|
| 277 |
/* Nonzero if the current archive entry had a trailing slash before it |
/* Nonzero if the current archive entry had a trailing slash before it |
| 358 |
void finish_header (union block *, off_t); |
void finish_header (union block *, off_t); |
| 359 |
void init_sparsearray (void); |
void init_sparsearray (void); |
| 360 |
void write_eot (void); |
void write_eot (void); |
| 361 |
|
void check_links (void); |
| 362 |
|
|
| 363 |
#define GID_TO_CHARS(val, where) gid_to_chars (val, where, sizeof (where)) |
#define GID_TO_CHARS(val, where) gid_to_chars (val, where, sizeof (where)) |
| 364 |
#define MAJOR_TO_CHARS(val, where) major_to_chars (val, where, sizeof (where)) |
#define MAJOR_TO_CHARS(val, where) major_to_chars (val, where, sizeof (where)) |