| 266 |
if (archive_names == 0) |
if (archive_names == 0) |
| 267 |
FATAL_ERROR ((0, 0, _("No archive name given"))); |
FATAL_ERROR ((0, 0, _("No archive name given"))); |
| 268 |
|
|
| 269 |
destroy_stat (¤t_stat_info); |
tar_stat_destroy (¤t_stat_info); |
| 270 |
save_name = 0; |
save_name = 0; |
| 271 |
real_s_name = 0; |
real_s_name = 0; |
| 272 |
|
|
| 420 |
|
|
| 421 |
record_start->header.typeflag = GNUTYPE_VOLHDR; |
record_start->header.typeflag = GNUTYPE_VOLHDR; |
| 422 |
TIME_TO_CHARS (start_time, record_start->header.mtime); |
TIME_TO_CHARS (start_time, record_start->header.mtime); |
| 423 |
finish_header (record_start, -1); |
finish_header (¤t_stat_info, record_start, -1); |
| 424 |
#if 0 |
#if 0 |
| 425 |
current_block++; |
current_block++; |
| 426 |
#endif |
#endif |
| 512 |
volume_label_option, volno); |
volume_label_option, volno); |
| 513 |
TIME_TO_CHARS (start_time, record_start->header.mtime); |
TIME_TO_CHARS (start_time, record_start->header.mtime); |
| 514 |
record_start->header.typeflag = GNUTYPE_VOLHDR; |
record_start->header.typeflag = GNUTYPE_VOLHDR; |
| 515 |
finish_header (record_start, -1); |
finish_header (¤t_stat_info, record_start, -1); |
| 516 |
} |
} |
| 517 |
|
|
| 518 |
if (real_s_name) |
if (real_s_name) |
| 535 |
record_start->oldgnu_header.offset); |
record_start->oldgnu_header.offset); |
| 536 |
tmp = verbose_option; |
tmp = verbose_option; |
| 537 |
verbose_option = 0; |
verbose_option = 0; |
| 538 |
finish_header (record_start, -1); |
finish_header (¤t_stat_info, record_start, -1); |
| 539 |
verbose_option = tmp; |
verbose_option = tmp; |
| 540 |
|
|
| 541 |
if (volume_label_option) |
if (volume_label_option) |
| 913 |
|
|
| 914 |
sys_wait_for_child (child_pid); |
sys_wait_for_child (child_pid); |
| 915 |
|
|
| 916 |
destroy_stat (¤t_stat_info); |
tar_stat_destroy (¤t_stat_info); |
| 917 |
if (save_name) |
if (save_name) |
| 918 |
free (save_name); |
free (save_name); |
| 919 |
if (real_s_name) |
if (real_s_name) |