Searched defs:xtar_hdr (Results 1 – 1 of 1) sorted by relevance
376 struct xtar_hdr { struct377 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 */[all …]