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