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