/src/usr.sbin/fstyp/ |
hfsplus.c | 61 char hp_signature[2]; member in struct:hfsp_vol_hdr 112 if ((strncmp(hdr->hp_signature, "H+", 2) != 0 || hdr->hp_version != 4) 114 (strncmp(hdr->hp_signature, "HX", 2) != 0 || hdr->hp_version != 5))
|
hfsplus.c | 61 char hp_signature[2]; member in struct:hfsp_vol_hdr 112 if ((strncmp(hdr->hp_signature, "H+", 2) != 0 || hdr->hp_version != 4) 114 (strncmp(hdr->hp_signature, "HX", 2) != 0 || hdr->hp_version != 5))
|
hfsplus.c | 61 char hp_signature[2]; member in struct:hfsp_vol_hdr 112 if ((strncmp(hdr->hp_signature, "H+", 2) != 0 || hdr->hp_version != 4) 114 (strncmp(hdr->hp_signature, "HX", 2) != 0 || hdr->hp_version != 5))
|
hfsplus.c | 61 char hp_signature[2]; member in struct:hfsp_vol_hdr 112 if ((strncmp(hdr->hp_signature, "H+", 2) != 0 || hdr->hp_version != 4) 114 (strncmp(hdr->hp_signature, "HX", 2) != 0 || hdr->hp_version != 5))
|