Searched refs:ISO9660_MAGIC (Results 1 – 3 of 3) sorted by relevance
40 #define ISO9660_MAGIC "\x01" "CD001" "\x01\x00" macro53 if (bcmp(sector, ISO9660_MAGIC, sizeof(ISO9660_MAGIC) - 1) != 0) { in fstyp_cd9660()
40 #define ISO9660_MAGIC "\x01" "CD001" "\x01\x00" macro62 if (bcmp(sector, ISO9660_MAGIC, sizeof(ISO9660_MAGIC) - 1) != 0) { in g_label_iso9660_taste()
318 #define ISO9660_MAGIC 0x96609660 macro462 iso9660->magic = ISO9660_MAGIC; in archive_read_support_format_iso9660()