Searched refs:volumesize (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_format_iso9660_empty.c34 static const unsigned char volumesize[] = { variable
148 assertEqualMem(buff+2048*16+0x50, volumesize, 8);
155 assertEqualMem(buff+2048*17+0x50, volumesize, 8);
H A Dtest_write_format_iso9660_boot.c34 static const unsigned char volumesize[] = { variable
146 assertEqualMem(buff+2048*16+0x50, volumesize, 8);
170 assertEqualMem(buff+2048*18+0x50, volumesize, 8);
H A Dtest_write_format_iso9660_zisofs.c34 static const unsigned char volumesize[] = { variable
205 assertEqualMem(buff+2048*16+0x50, volumesize, 8);
212 assertEqualMem(buff+2048*17+0x50, volumesize, 8);

Completed in 102 milliseconds