HomeSort by: relevance | last modified time | path
    Searched defs:s_entry (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl2/mkhybrid/dist/
mac_label_proto.h 29 struct directory_entry *s_entry; member in struct:deferred_write
volume.c 276 struct directory_entry * s_entry; /* ISO directory entry */ local
299 for(s_entry = node->contents; s_entry; s_entry = s_entry->next)
302 if(s_entry->isorec.flags[0])
306 if(!s_entry->hfs_ent)
310 fprintf(stderr," Name = %s", s_entry->whole_name);
311 fprintf(stderr," Startb = %d\n", s_entry->starting_block);
314 ent = s_entry->hfs_ent
    [all...]
joliet.c 513 struct directory_entry * s_entry; local
525 s_entry = dpnt->jcontents;
526 while(s_entry)
528 if(s_entry->de_flags & INHIBIT_JOLIET_ENTRY) {
529 s_entry = s_entry->jnext;
539 if( (s_entry->de_flags & RELOCATED_DIRECTORY) != 0 )
543 if( s_entry1->parent_rec == s_entry )
559 s_entry1 = s_entry;
620 if( (s_entry->de_flags & RELOCATED_DIRECTORY) != 0
701 struct directory_entry * s_entry; local
892 struct directory_entry * s_entry; local
    [all...]
multi.c 815 struct directory_entry * s_entry; local
899 for(s_entry = this_dir->contents; s_entry; s_entry = s_entry->next)
905 if( s_entry->name != NULL && strcmp(s_entry->name, ".") == 0 )
909 if( s_entry->name != NULL && strcmp(s_entry->name, "..") == 0 )
913 if( strcmp(s_entry->name, "<translation table>") == 0
1134 struct directory_entry * s_entry; local
    [all...]
tree.c 157 struct directory_entry * s_entry; local
196 s_entry = this_dir->contents;
197 while(s_entry)
200 if (s_entry->de_flags & INHIBIT_ISO9660_ENTRY)
202 s_entry = s_entry->next;
209 if(!(s_entry1 = find_file_hash(s_entry->isorec.name)))
211 add_file_hash(s_entry);
212 s_entry = s_entry->next
598 struct directory_entry *s_entry; local
667 struct directory_entry *s_entry; local
798 struct directory_entry *s_entry, *s_entry1; local
1054 struct directory_entry * s_entry, *s_entry1; local
2014 struct directory_entry * s_entry; local
    [all...]
write.c 457 struct directory_entry * s_entry; local
461 s_entry = *sort_dir;
462 while(s_entry)
464 if (s_entry->de_flags & INHIBIT_ISO9660_ENTRY)
467 s_entry = s_entry->next;
483 s_entry = *sort_dir;
484 while(s_entry)
486 if(s_entry->de_flags & INHIBIT_ISO9660_ENTRY)
489 sortlist[j--] = s_entry;
560 struct directory_entry * s_entry; local
774 struct directory_entry * s_entry; local
820 struct directory_entry * s_entry; local
1633 struct directory_entry * s_entry; local
1734 struct directory_entry *s_entry; local
1776 struct directory_entry * s_entry; local
    [all...]
mkisofs.c 771 struct directory_entry * s_entry; local
773 for (s_entry = reloc_dir->contents; s_entry; s_entry = s_entry->next) {
774 if(strcmp(s_entry->name,".")==0 || strcmp(s_entry->name,"..")==0)
777 if((s_entry->de_flags & INHIBIT_ISO9660_ENTRY) == 0)
  /src/external/bsd/am-utils/dist/amd/
sun_map.c 420 * param s_entry - Sun entry
426 const struct sun_entry *s_entry)
433 xstrlcat(dest, s_entry->location_list->path, destlen);
444 * param s_entry - Sun entry
450 const struct sun_entry *s_entry)
452 if (s_entry->location_list != NULL) {
454 sun_locations2amd(dest, destlen, key, s_entry->location_list);
466 * param s_entry - Sun entry
472 const struct sun_entry *s_entry)
482 for (mountpt = s_entry->mountpt_list
512 struct sun_entry *s_entry = NULL; local
    [all...]

Completed in 28 milliseconds