Searched refs:boot_catalog (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl2/mkhybrid/dist/ |
| H A D | eltorito.c | 61 bootpath = (char *) e_malloc(strlen(boot_catalog)+strlen(path)+2); in FDECL1() 68 strcat(bootpath, boot_catalog); in FDECL1() 138 de2 = search_tree_file(root, boot_catalog); in FDECL1()
|
| H A D | mkisofs.c | 102 char * boot_catalog = BOOT_CATALOG_DEFAULT; variable 933 boot_catalog = optarg; /* pathname of the boot image on cd */ in FDECL2() 934 if (boot_catalog == NULL) { in FDECL2()
|
| H A D | mkisofs.h | 468 extern char * boot_catalog;
|
| /netbsd-src/external/bsd/libarchive/dist/libarchive/test/ |
| H A D | test_write_format_iso9660_boot.c | 58 static const unsigned char boot_catalog[] = { variable 191 assertEqualMem(buff+2048*32, boot_catalog, 64); in _test_write_format_iso9660_boot() 239 assertEqualMem(buff2, boot_catalog, 64); in _test_write_format_iso9660_boot()
|
| H A D | test_write_format_iso9660_zisofs.c | 74 static const unsigned char boot_catalog[] = { variable 720 assertEqualMem(buff+2048*32, boot_catalog, 64); in test_write_format_iso9660_zisofs_3() 770 assertEqualMem(buff2, boot_catalog, 64); in test_write_format_iso9660_zisofs_3()
|