Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/mkhybrid/dist/
H A Dapple.c63 struct hfs_type { /* Types of various HFS Unix files */ struct
74 static struct hfs_type hfs_types[] = { argument
1295 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);
H A Dmkisofs.h158 unsigned int hfs_type; /* type of HFS Unix file */ member
484 #define USE_MAC_NAME(N,E) ((N) && ((E)->hfs_ent != NULL) && (E)->hfs_type)
H A Dtree.c1373 s_entry->hfs_type = htype;
1377 s_entry->hfs_type = have_rsrc;
1388 s_entry->hfs_type = s_entry->next->hfs_type;