Searched refs:th_gid (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_backup_reader.c | 179 (void) snprintf(tar_hdr->th_gid, sizeof (tar_hdr->th_gid), "%06o ", 0); in output_acl_header() 296 (void) snprintf(tar_hdr->th_gid, sizeof (tar_hdr->th_gid), "%06o ", in output_xattr_header() 415 (void) snprintf(tar_hdr->th_gid, sizeof (tar_hdr->th_gid), in output_file_header() 458 (void) snprintf(tar_hdr->th_gid, sizeof (tar_hdr->th_gid), in output_file_header() 543 (void) snprintf(tar_hdr->th_gid, sizeof (tar_hdr->th_gid), "%06o ", in output_file_header()
|
H A D | tlm_restore_writer.c | 471 oct_atoi(tar_hdr->th_gid); in tar_getdir() 1459 acls->acl_attr.st_gid = oct_atoi(tar_hdr->th_gid); in restore_xattr_hdr()
|
/titanic_50/usr/src/cmd/ndmpd/include/ |
H A D | tlm.h | 309 char th_gid[8]; member
|