Searched refs:nullb (Results 1 – 2 of 2) sorted by relevance
| /freebsd-src/contrib/libarchive/libarchive/test/ |
| H A D | test_write_format_iso9660_boot.c | 92 unsigned char nullb[2048]; in _test_write_format_iso9660_boot() local 100 memset(nullb, 0, sizeof(nullb)); in _test_write_format_iso9660_boot() 129 assertEqualIntA(a, 1024, archive_write_data(a, nullb, 1024)); in _test_write_format_iso9660_boot() 138 assertEqualMem(buff+i, nullb, 2048); in _test_write_format_iso9660_boot() 188 assertEqualMem(buff+2048*31+237, nullb, 2048-237); in _test_write_format_iso9660_boot() 192 assertEqualMem(buff+2048*32+64, nullb, 2048-64); in _test_write_format_iso9660_boot() 196 assertEqualMem(buff+2048*33, nullb, 8); in _test_write_format_iso9660_boot() 198 assertEqualMem(buff+2048*33+64, nullb, 2048-64); in _test_write_format_iso9660_boot() 200 assertEqualMem(buff+2048*33, nullb, 2048); in _test_write_format_iso9660_boot() 203 assertEqualMem(buff+i, nullb, 2048); in _test_write_format_iso9660_boot() [all …]
|
| H A D | test_write_format_iso9660_zisofs.c | 97 unsigned char nullb[1024]; in test_write_format_iso9660_zisofs_1() local 106 memset(nullb, 0, sizeof(nullb)); in test_write_format_iso9660_zisofs_1() 139 assertEqualIntA(a, 1024, archive_write_data(a, nullb, 1024)); in test_write_format_iso9660_zisofs_1() 154 assertEqualIntA(a, 1024, archive_write_data(a, nullb, 1024)); in test_write_format_iso9660_zisofs_1() 169 assertEqualIntA(a, 1024, archive_write_data(a, nullb, 1024)); in test_write_format_iso9660_zisofs_1() 233 assertEqualMem(buff+2048*32, nullb, 8); in test_write_format_iso9660_zisofs_1() 272 assertEqualMem(buff2, nullb, 1024); in test_write_format_iso9660_zisofs_1() 286 assertEqualMem(buff2, nullb, 1024); in test_write_format_iso9660_zisofs_1() 300 assertEqualMem(buff2, nullb, 1024); in test_write_format_iso9660_zisofs_1() 314 assertEqualMem(buff2, nullb, 1024); in test_write_format_iso9660_zisofs_1() [all …]
|