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[] = { argument1295 if (s_entry->hfs_type != TYPE_NONE) { in get_hfs_info()1306 type = s_entry->hfs_type; in get_hfs_info()1314 if (s_entry->hfs_type == type) in get_hfs_info()1329 if (!access(tmp, R_OK) && i != s_entry->hfs_type) { in get_hfs_info()1331 s_entry->hfs_type = type; in get_hfs_info()1502 fprintf(stderr,"\tFile type: %s\n",hfs_types[s_entry->hfs_type].desc); in print_hfs_info()1536 hfs_num = sizeof(hfs_types)/sizeof(struct hfs_type);
158 unsigned int hfs_type; /* type of HFS Unix file */ member484 #define USE_MAC_NAME(N,E) ((N) && ((E)->hfs_ent != NULL) && (E)->hfs_type)
1373 s_entry->hfs_type = htype;1377 s_entry->hfs_type = have_rsrc;1388 s_entry->hfs_type = s_entry->next->hfs_type;