Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c180 (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 Dtlm_restore_writer.c473 oct_atoi(tar_hdr->th_mtime); in tar_getdir()
1461 acls->acl_attr.st_mtime = oct_atoi(tar_hdr->th_mtime); in restore_xattr_hdr()
/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dtlm.h311 char th_mtime[12]; member