Searched refs:nullb (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/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() 138 assertEqualMem(buff+i, nullb, 2048); 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() 255 assertEqualMem(buff2, nullb, 8); in _test_write_format_iso9660_boot() 257 assertEqualMem(buff2+64, nullb, 1024-64); 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() 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() 582 unsigned char nullb[2048]; in test_write_format_iso9660_zisofs_3() local 591 memset(nullb, 0, sizeof(nullb)); in test_write_format_iso9660_zisofs_3() 785 assertEqualMem(buff2, nullb, 1024); in test_write_format_iso9660_zisofs_3() 798 assertEqualMem(buff2, nullb, 1024); in test_write_format_iso9660_zisofs_3() [all …]
|