Searched refs:th_mtime (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_backup_reader.c | 180 (void) snprintf(tar_hdr->th_mtime, sizeof (tar_hdr->th_mtime), in output_acl_header() 298 (void) snprintf(tar_hdr->th_mtime, sizeof (tar_hdr->th_mtime), "%011o ", in output_xattr_header() 421 (void) snprintf(tar_hdr->th_mtime, sizeof (tar_hdr->th_mtime), in output_file_header() 464 (void) snprintf(tar_hdr->th_mtime, sizeof (tar_hdr->th_mtime), in output_file_header() 549 (void) snprintf(tar_hdr->th_mtime, sizeof (tar_hdr->th_mtime), "%011o ", in output_file_header()
|
H A D | tlm_restore_writer.c | 473 oct_atoi(tar_hdr->th_mtime); in tar_getdir() 1460 acls->acl_attr.st_mtime = oct_atoi(tar_hdr->th_mtime); in restore_xattr_hdr()
|
/titanic_44/usr/src/cmd/ndmpd/include/ |
H A D | tlm.h | 311 char th_mtime[12]; member
|