| 548 |
} |
} |
| 549 |
} |
} |
| 550 |
|
|
| 551 |
if (extended_header.nblocks) |
if (extended_header.size) |
| 552 |
xheader_decode (stat_info); |
xheader_decode (stat_info); |
| 553 |
} |
} |
| 554 |
|
|
| 1021 |
|
|
| 1022 |
/* User and group names. */ |
/* User and group names. */ |
| 1023 |
|
|
| 1024 |
if (*current_header->header.uname && current_format != V7_FORMAT |
if (current_stat_info.uname && current_format != V7_FORMAT |
| 1025 |
&& !numeric_owner_option) |
&& !numeric_owner_option) |
| 1026 |
user = current_header->header.uname; |
user = current_stat_info.uname; |
| 1027 |
else |
else |
| 1028 |
{ |
{ |
| 1029 |
/* Try parsing it as an unsigned integer first, and as a |
/* Try parsing it as an unsigned integer first, and as a |
| 1043 |
} |
} |
| 1044 |
} |
} |
| 1045 |
|
|
| 1046 |
if (*current_header->header.gname && current_format != V7_FORMAT |
if (current_stat_info.gname && current_format != V7_FORMAT |
| 1047 |
&& !numeric_owner_option) |
&& !numeric_owner_option) |
| 1048 |
group = current_header->header.gname; |
group = current_stat_info.gname; |
| 1049 |
else |
else |
| 1050 |
{ |
{ |
| 1051 |
/* Try parsing it as an unsigned integer first, and as a |
/* Try parsing it as an unsigned integer first, and as a |