Home
last modified time | relevance | path

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

/freebsd/usr.sbin/fstyp/
H A Dhfsplus.c59 char hp_signature[2]; member
110 if ((strncmp(hdr->hp_signature, "H+", 2) != 0 || hdr->hp_version != 4) in fstyp_hfsp()
112 (strncmp(hdr->hp_signature, "HX", 2) != 0 || hdr->hp_version != 5)) in fstyp_hfsp()