| /src/external/gpl2/mkhybrid/dist/ |
| eltorito.c | 61 bootpath = (char *) e_malloc(strlen(boot_catalog)+strlen(path)+2); 68 strcat(bootpath, boot_catalog); 138 de2 = search_tree_file(root, boot_catalog);
|
| mkisofs.c | 102 char * boot_catalog = BOOT_CATALOG_DEFAULT; variable 636 [-b boot_image_name] [-c boot_catalog-name] \ 933 boot_catalog = optarg; /* pathname of the boot image on cd */ 934 if (boot_catalog == NULL) {
|
| mkisofs.h | 468 extern char * boot_catalog;
|
| /src/external/bsd/libarchive/dist/libarchive/test/ |
| test_write_format_iso9660_boot.c | 58 static const unsigned char boot_catalog[] = { variable 191 assertEqualMem(buff+2048*32, boot_catalog, 64); 239 assertEqualMem(buff2, boot_catalog, 64);
|
| test_write_format_iso9660_zisofs.c | 74 static const unsigned char boot_catalog[] = { variable 720 assertEqualMem(buff+2048*32, boot_catalog, 64); 770 assertEqualMem(buff2, boot_catalog, 64);
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_write_set_format_iso9660.c | 199 BOOT_CATALOG, 390 unsigned int boot_catalog:1; member in struct:iso_option 1141 iso9660->opt.boot_catalog = OPT_BOOT_CATALOG_DEFAULT; 1306 iso9660->opt.boot_catalog = r == ARCHIVE_OK; 4106 if (iso9660->opt.boot_catalog != OPT_BOOT_CATALOG_DEFAULT) 7146 file->boot = BOOT_CATALOG;
|