Home
last modified time | relevance | path

Searched defs:tar_hdr (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/head/
H A Darchives.h133 struct tar_hdr { struct
134 char t_name[TNAMLEN], /* name of file */
135 t_mode[TMODLEN], /* mode of file */
136 t_uid[TUIDLEN], /* uid of file */
137 t_gid[TGIDLEN], /* gid of file */
138 t_size[TSIZLEN], /* size of file in bytes */
139 t_mtime[TTIMLEN], /* modification time of file */
140 t_cksum[TCRCLEN], /* checksum of header */
141 t_typeflag,
142 t_linkname[TNAMLEN], /* file this file linked with */
[all …]
/titanic_41/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c156 tlm_tar_hdr_t *tar_hdr; in output_acl_header() local
205 tlm_tar_hdr_t *tar_hdr; in output_humongus_header() local
249 tlm_tar_hdr_t *tar_hdr; in output_xattr_header() local
353 tlm_tar_hdr_t *tar_hdr; in output_file_header() local
H A Dtlm_restore_writer.c360 tlm_tar_hdr_t *tar_hdr; in tar_getdir() local
1394 tlm_tar_hdr_t *tar_hdr; in restore_xattr_hdr() local
H A Dtlm_lib.c306 tlm_vfy_tar_checksum(tlm_tar_hdr_t *tar_hdr) in tlm_vfy_tar_checksum()