Home
last modified time | relevance | path

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

/openbsd/gnu/usr.sbin/mkhybrid/src/
H A Dapple.c63 struct hfs_type { /* Types of various HFS Unix files */ struct
74 static struct hfs_type hfs_types[] = { argument
1315 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);
H A Dmkisofs.h158 unsigned int hfs_type; /* type of HFS Unix file */ member
480 #define USE_MAC_NAME(N,E) ((N) && ((E)->hfs_ent != NULL) && (E)->hfs_type)
H A Dtree.c1353 s_entry->hfs_type = htype;
1357 s_entry->hfs_type = have_rsrc;
1368 s_entry->hfs_type = s_entry->next->hfs_type;