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