| /src/external/gpl2/mkhybrid/dist/ |
| 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...] |
| mac_label_proto.h | 29 struct directory_entry *s_entry; member in struct:deferred_write
|
| 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...] |
| 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...] |
| apple.c | 214 get_none_dir(char *hname, const char *dname, dir_ent *s_entry, int ret) 217 hstrncpy(s_entry->hfs_ent->name, dname, HFS_MAX_FLEN); 226 get_none_info(char *hname, char *dname, dir_ent *s_entry, int ret) 229 hfsdirent *hfs_ent = s_entry->hfs_ent; 231 map_ext(dname, &t, &c, &s_entry->hfs_ent->fdflags, s_entry->whole_name); 273 get_cap_dir(char *hname, const char *dname, dir_ent *s_entry, int ret) 276 /* dir_ent *s_entry directory entry */ 289 cstrncpy(s_entry->hfs_ent->name, info.fi_macfilename, HFS_MAX_FLEN); 294 hstrncpy(s_entry->hfs_ent->name, dname, HFS_MAX_FLEN) [all...] |
| rock.c | 146 struct directory_entry * s_entry, 152 s_entry, 156 char * whole_name; char * name; struct directory_entry * s_entry; 169 if (s_entry->de_flags & INHIBIT_ISO9660_ENTRY) 175 currlen = sizeof(s_entry->isorec); 179 if (S_ISREG(lstatbuf->st_mode) && apple_ext && s_entry->hfs_ent) { 184 Rock[ipnt++] = s_entry->hfs_ent->type[0]; 185 Rock[ipnt++] = s_entry->hfs_ent->type[1]; 186 Rock[ipnt++] = s_entry->hfs_ent->type[2]; 187 Rock[ipnt++] = s_entry->hfs_ent->type[3] [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...] |
| 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...] |