Home
last modified time | relevance | path

Searched refs:ISO9660_MAGIC (Results 1 – 3 of 3) sorted by relevance

/trueos/usr.sbin/fstyp/
HDcd9660.c40 #define ISO9660_MAGIC "\x01" "CD001" "\x01\x00" macro
53 if (bcmp(sector, ISO9660_MAGIC, sizeof(ISO9660_MAGIC) - 1) != 0) { in fstyp_cd9660()
/trueos/sys/geom/label/
HDg_label_iso9660.c40 #define ISO9660_MAGIC "\x01" "CD001" "\x01\x00" macro
62 if (bcmp(sector, ISO9660_MAGIC, sizeof(ISO9660_MAGIC) - 1) != 0) { in g_label_iso9660_taste()
/trueos/contrib/libarchive/libarchive/
HDarchive_read_support_format_iso9660.c318 #define ISO9660_MAGIC 0x96609660 macro
462 iso9660->magic = ISO9660_MAGIC; in archive_read_support_format_iso9660()