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