Lines Matching defs:xtar_hdr
383 struct xtar_hdr { struct
384 uid_t x_uid, /* Uid of file */
385 x_gid; /* Gid of file */
386 major_t x_devmajor; /* Device major node */
387 minor_t x_devminor; /* Device minor node */
388 off_t x_filesz; /* Length of file */
389 char *x_uname, /* Pointer to name of user */
390 *x_gname, /* Pointer to gid of user */
391 *x_linkpath, /* Path for a hard/symbolic link */
392 *x_path; /* Path of file */
393 timestruc_t x_mtime; /* Seconds and nanoseconds */