Searched defs:iso_extended_attributes (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/usr.sbin/makefs/cd9660/ |
H A D | iso.h | 158 struct iso_extended_attributes { struct 159 u_char owner [ISODCL (1, 4)]; /* 723 */ 160 u_char group [ISODCL (5, 8)]; /* 723 */ 161 u_char perm [ISODCL (9, 10)]; /* 9.5.3 */ 162 char ctime [ISODCL (11, 27)]; /* 8.4.26.1 */ 163 char mtime [ISODCL (28, 44)]; /* 8.4.26.1 */ 164 char xtime [ISODCL (45, 61)]; /* 8.4.26.1 */ 165 char ftime [ISODCL (62, 78)]; /* 8.4.26.1 */ 166 char recfmt [ISODCL (79, 79)]; /* 711 */ 167 char recattr [ISODCL (80, 80)]; /* 711 */ [all …]
|
/openbsd-src/sys/isofs/cd9660/ |
H A D | iso.h | 161 struct iso_extended_attributes { struct 162 u_char owner [ISODCL (1, 4)]; /* 723 */ 163 u_char group [ISODCL (5, 8)]; /* 723 */ 164 u_char perm [ISODCL (9, 10)]; /* 9.5.3 */ 165 char ctime [ISODCL (11, 27)]; /* 8.4.26.1 */ 166 char mtime [ISODCL (28, 44)]; /* 8.4.26.1 */ 167 char xtime [ISODCL (45, 61)]; /* 8.4.26.1 */ 168 char ftime [ISODCL (62, 78)]; /* 8.4.26.1 */ 169 char recfmt [ISODCL (79, 79)]; /* 711 */ 170 char recattr [ISODCL (80, 80)]; /* 711 */ [all …]
|