Home
last modified time | relevance | path

Searched refs:th_mode (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c176 (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 Dtlm_restore_writer.c465 oct_atoi(tar_hdr->th_mode); in tar_getdir()
1457 acls->acl_attr.st_mode = oct_atoi(tar_hdr->th_mode); in restore_xattr_hdr()
/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dtlm.h307 char th_mode[8]; member