Home
last modified time | relevance | path

Searched defs:ustar_struct (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/lib/libsa/
H A Dustarfs.c101 typedef struct ustar_struct { struct
102 char ust_name[100],
103 ust_mode[8],
104 ust_uid[8],
105 ust_gid[8],
106 ust_size[12],
107 ust_misc[12 + 8 + 1 + 100],
108 ust_magic[6],
110 ust_pad[1]; /* make it aligned */