Searched refs:th_mode (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_backup_reader.c | 176 (void) snprintf(tar_hdr->th_mode, sizeof (tar_hdr->th_mode), "%06o ", in output_acl_header() 292 (void) snprintf(tar_hdr->th_mode, sizeof (tar_hdr->th_mode), "%06o ", in output_xattr_header() 411 (void) snprintf(tar_hdr->th_mode, sizeof (tar_hdr->th_mode), in output_file_header() 454 (void) snprintf(tar_hdr->th_mode, sizeof (tar_hdr->th_mode), in output_file_header() 539 (void) snprintf(tar_hdr->th_mode, sizeof (tar_hdr->th_mode), "%06o ", in output_file_header()
|
H A D | tlm_restore_writer.c | 465 oct_atoi(tar_hdr->th_mode); in tar_getdir() 1456 acls->acl_attr.st_mode = oct_atoi(tar_hdr->th_mode); in restore_xattr_hdr()
|
/titanic_50/usr/src/cmd/ndmpd/include/ |
H A D | tlm.h | 307 char th_mode[8]; member
|