Lines Matching defs:tar_hdr

360 		tlm_tar_hdr_t *tar_hdr;
398 tar_hdr = &fake_tar_hdr;
399 tar_hdr->th_linkflag = last_action;
404 tar_hdr = (tlm_tar_hdr_t *)get_read_buffer(want,
407 if (tar_hdr == NULL) {
433 chk_rv = tlm_vfy_tar_checksum(tar_hdr);
461 if (tar_hdr->th_linkflag != LF_MULTIVOL &&
462 tar_hdr->th_linkflag != LF_VOLHDR) {
463 if (tar_hdr->th_linkflag != LF_HUMONGUS) {
465 oct_atoi(tar_hdr->th_mode);
467 oct_atoi(tar_hdr->th_size);
469 oct_atoi(tar_hdr->th_uid);
471 oct_atoi(tar_hdr->th_gid);
473 oct_atoi(tar_hdr->th_mtime);
475 tar_hdr->th_uname,
478 tar_hdr->th_gname,
481 file_size = oct_atoi(tar_hdr->th_size);
483 last_action = tar_hdr->th_linkflag;
488 tar_hdr->th_name, tar_hdr->th_linkflag,
498 tar_hdr->th_linkflag != LF_XATTR)
501 rs_create_new_bkpath(bk_path, tar_hdr->th_name, thname_buf);
503 switch (tar_hdr->th_linkflag) {
510 oct_atoi(tar_hdr->th_shared.th_hlink_ino);
601 if (tar_hdr->th_name[0] == 0) {
616 if (tar_hdr->th_name[0] != '/') {
624 tar_hdr->th_name,
644 if (DAR && (tar_hdr->th_linkflag == LF_LINK)) {
809 tar_hdr->th_linkname : longlink;
894 tar_hdr->th_linkflag, nmp, acls,
895 oct_atoi(tar_hdr->th_shared.
897 oct_atoi(tar_hdr->th_shared.
960 if (DAR && tar_hdr->th_linkflag != LF_ACL &&
961 tar_hdr->th_linkflag != LF_XATTR &&
1394 tlm_tar_hdr_t *tar_hdr;
1447 tar_hdr = (tlm_tar_hdr_t *)get_read_buffer(sizeof (*tar_hdr),
1449 if (tar_hdr == NULL || error != 0) {
1456 acls->acl_attr.st_mode = oct_atoi(tar_hdr->th_mode);
1457 acls->acl_attr.st_size = oct_atoi(tar_hdr->th_size);
1458 acls->acl_attr.st_uid = oct_atoi(tar_hdr->th_uid);
1459 acls->acl_attr.st_gid = oct_atoi(tar_hdr->th_gid);
1460 acls->acl_attr.st_mtime = oct_atoi(tar_hdr->th_mtime);