Searched refs:hfs_type (Results 1 – 3 of 3) sorted by relevance
63 struct hfs_type { /* Types of various HFS Unix files */ struct74 static struct hfs_type hfs_types[] = { argument1315 if (s_entry->hfs_type != TYPE_NONE) { in get_hfs_info()1326 type = s_entry->hfs_type; in get_hfs_info()1334 if (s_entry->hfs_type == type) in get_hfs_info()1349 if (!access(tmp, R_OK) && i != s_entry->hfs_type) { in get_hfs_info()1351 s_entry->hfs_type = type; in get_hfs_info()1522 fprintf(stderr,"\tFile type: %s\n",hfs_types[s_entry->hfs_type].desc); in print_hfs_info()1556 hfs_num = sizeof(hfs_types)/sizeof(struct hfs_type);
158 unsigned int hfs_type; /* type of HFS Unix file */ member480 #define USE_MAC_NAME(N,E) ((N) && ((E)->hfs_ent != NULL) && (E)->hfs_type)
1353 s_entry->hfs_type = htype;1357 s_entry->hfs_type = have_rsrc;1368 s_entry->hfs_type = s_entry->next->hfs_type;