Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.sbin/mkhybrid/src/diag/
H A Disodump.c117 struct iso_directory_record { struct
118 unsigned char length [ISODCL (1, 1)]; /* 711 */
119 unsigned char ext_attr_length [ISODCL (2, 2)]; /* 711 */
120 unsigned char extent [ISODCL (3, 10)]; /* 733 */
121 unsigned char size [ISODCL (11, 18)]; /* 733 */
122 unsigned char date [ISODCL (19, 25)]; /* 7 by 711 */
123 unsigned char flags [ISODCL (26, 26)];
124 unsigned char file_unit_size [ISODCL (27, 27)]; /* 711 */
125 unsigned char interleave [ISODCL (28, 28)]; /* 711 */
126 unsigned char volume_sequence_number [ISODCL (29, 32)]; /* 723 */
[all …]
H A Disovfy.c71 struct iso_directory_record { struct
72 unsigned char length [ISODCL (1, 1)]; /* 711 */
73 unsigned char ext_attr_length [ISODCL (2, 2)]; /* 711 */
74 unsigned char extent [ISODCL (3, 10)]; /* 733 */
75 unsigned char size [ISODCL (11, 18)]; /* 733 */
76 unsigned char date [ISODCL (19, 25)]; /* 7 by 711 */
77 unsigned char flags [ISODCL (26, 26)];
78 unsigned char file_unit_size [ISODCL (27, 27)]; /* 711 */
79 unsigned char interleave [ISODCL (28, 28)]; /* 711 */
80 unsigned char volume_sequence_number [ISODCL (29, 32)]; /* 723 */
[all …]
/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A Diso9660.h153 struct iso_directory_record { struct
154 unsigned char length [ISODCL (1, 1)]; /* 711 */
155 char ext_attr_length [ISODCL (2, 2)]; /* 711 */
156 char extent [ISODCL (3, 10)]; /* 733 */
157 char size [ISODCL (11, 18)]; /* 733 */
158 char date [ISODCL (19, 25)]; /* 7 by 711 */
159 char flags [ISODCL (26, 26)];
160 char file_unit_size [ISODCL (27, 27)]; /* 711 */
161 char interleave [ISODCL (28, 28)]; /* 711 */
162 char volume_sequence_number [ISODCL (29, 32)]; /* 723 */
[all …]
H A Dmulti.c316 FDECL2(read_merging_directory, struct iso_directory_record *, mrootp, in FDECL2()
1129 struct iso_directory_record *, mrootp) in FDECL2()
/openbsd-src/usr.sbin/makefs/cd9660/
H A Diso.h141 struct iso_directory_record { struct
154 /* can't take sizeof(iso_directory_record), because of possible alignment argument
/openbsd-src/sys/isofs/cd9660/
H A Diso.h144 struct iso_directory_record { struct
157 /* can't take sizeof(iso_directory_record), because of possible alignment argument
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dzerolen-1.c4 union iso_directory_record { union