Home
last modified time | relevance | path

Searched refs:de_flags (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl2/mkhybrid/dist/
H A Dtree.c200 if (s_entry->de_flags & INHIBIT_ISO9660_ENTRY) in FDECL1()
386 if(s_entry->de_flags & INHIBIT_ISO9660_ENTRY) continue; in FDECL1()
411 table->de_flags |= INHIBIT_JOLIET_ENTRY; in FDECL1()
442 if (s_entry->de_flags & INHIBIT_ISO9660_ENTRY) in FDECL1()
515 if(s_entry->de_flags & INHIBIT_ISO9660_ENTRY) continue; in FDECL1()
546 if (s_entry->de_flags & INHIBIT_ISO9660_ENTRY) { in FDECL1()
630 s_entry->de_flags |= INHIBIT_JOLIET_ENTRY; in generate_reloc_directory()
809 if(s_entry->de_flags & INHIBIT_ISO9660_ENTRY) { in finish_cl_pl_entries()
902 if (de->de_flags & INHIBIT_ISO9660_ENTRY) in FDECL3()
905 if (de->de_flags & INHIBIT_JOLIET_ENTRY) in FDECL3()
[all …]
H A Djoliet.c528 if(s_entry->de_flags & INHIBIT_JOLIET_ENTRY) { in FDECL2()
539 if( (s_entry->de_flags & RELOCATED_DIRECTORY) != 0 ) in FDECL2()
620 if( (s_entry->de_flags & RELOCATED_DIRECTORY) != 0 ) in FDECL2()
713 if( (s_entry->de_flags & INHIBIT_JOLIET_ENTRY) != 0 ) in FDECL1()
804 if( (s_entry->de_flags & INHIBIT_JOLIET_ENTRY) != 0 ) in FDECL1()
899 if (!(s_entry->de_flags & INHIBIT_JOLIET_ENTRY)) in FDECL1()
915 if (!(s_entry->de_flags & INHIBIT_JOLIET_ENTRY)) { in FDECL1()
H A Dmulti.c309 current->de_flags |= SAFE_TO_REUSE_TABLE_ENTRY; in FDECL4()
408 (*pnt)->de_flags = SAFE_TO_REUSE_TABLE_ENTRY; in FDECL2()
707 curr_entry->de_flags |= SAFE_TO_REUSE_TABLE_ENTRY; in FDECL6()
917 if( (s_entry->de_flags & SAFE_TO_REUSE_TABLE_ENTRY) == 0 ) in FDECL3()
1007 contents[i]->de_flags |= SAFE_TO_REUSE_TABLE_ENTRY; in FDECL2()
H A Dvolume.c429 if((s_entry->de_flags & RELOCATED_DIRECTORY) != 0) in FDECL2()
454 if((s_entry->de_flags & RELOCATED_DIRECTORY) != 0) in FDECL2()
H A Dwrite.c464 if (s_entry->de_flags & INHIBIT_ISO9660_ENTRY) in FDECL1()
486 if(s_entry->de_flags & INHIBIT_ISO9660_ENTRY) in FDECL1()
850 if(s_entry->de_flags & INHIBIT_ISO9660_ENTRY) { in FDECL2()
H A Dmkisofs.h147 unsigned int de_flags; member
H A Dmkisofs.c777 if((s_entry->de_flags & INHIBIT_ISO9660_ENTRY) == 0) in hide_reloc_dir()
783 reloc_dir->self->de_flags |= INHIBIT_ISO9660_ENTRY; in hide_reloc_dir()
H A Drock.c169 if (s_entry->de_flags & INHIBIT_ISO9660_ENTRY)