Searched defs:iso_directory_record (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/usr.sbin/mkhybrid/src/diag/ |
H A D | isodump.c | 117 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 D | isovfy.c | 71 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 D | iso9660.h | 153 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 D | multi.c | 316 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 D | iso.h | 141 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 D | iso.h | 144 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 D | zerolen-1.c | 4 union iso_directory_record { union
|