HomeSort by: relevance | last modified time | path
    Searched refs:hfs_type (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/mkhybrid/dist/
apple.c 63 struct hfs_type { /* Types of various HFS Unix files */ struct
74 static struct hfs_type hfs_types[] = {
1295 if (s_entry->hfs_type != TYPE_NONE) {
1300 if (s_entry->hfs_type == hfs_types[type].type) {
1306 type = s_entry->hfs_type;
1314 if (s_entry->hfs_type == type)
1329 if (!access(tmp, R_OK) && i != s_entry->hfs_type) {
1331 s_entry->hfs_type = type;
1502 fprintf(stderr,"\tFile type: %s\n",hfs_types[s_entry->hfs_type].desc);
1536 hfs_num = sizeof(hfs_types)/sizeof(struct hfs_type);
    [all...]
mkisofs.h 158 unsigned int hfs_type; /* type of HFS Unix file */ member in struct:directory_entry
484 #define USE_MAC_NAME(N,E) ((N) && ((E)->hfs_ent != NULL) && (E)->hfs_type)
tree.c 1373 s_entry->hfs_type = htype;
1377 s_entry->hfs_type = have_rsrc;
1388 s_entry->hfs_type = s_entry->next->hfs_type;

Completed in 16 milliseconds