Searched refs:s_entry (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl2/mkhybrid/dist/
H A Dtree.c157 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
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...]
H A Dmac_label_proto.h29 struct directory_entry *s_entry; member in struct:deferred_write
H A Dwrite.c457 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...]
H A Dvolume.c276 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
[all...]
H A Djoliet.c513 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
701 struct directory_entry * s_entry; local
892 struct directory_entry * s_entry; local
[all...]
H A Dapple.c214 get_none_dir(char *hname, const char *dname, dir_ent *s_entry, int ret) argument
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) argument
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) argument
276 /* dir_ent *s_entry directory entry */
289 cstrncpy(s_entry->hfs_ent->name, info.fi_macfilename, HFS_MAX_FLEN);
294 hstrncpy(s_entry
303 get_cap_info(char *hname, char *dname, dir_ent *s_entry, int ret) argument
378 get_es_info(char *hname, char *dname, dir_ent *s_entry, int ret) argument
499 get_mb_info(char *hname, char *dname, dir_ent *s_entry, int ret) argument
618 get_dbl_info(char *hname, char *dname, dir_ent *s_entry, int ret) argument
741 get_sgl_info(char *hname, char *dname, dir_ent *s_entry, int ret) argument
1049 get_fe_dir(char *hname, const char *dname, dir_ent *s_entry, int ret) argument
1089 get_fe_info(char *hname, char *dname, dir_ent *s_entry, int ret) argument
1155 get_sgi_dir(char *hname, const char *dname, dir_ent *s_entry, int ret) argument
1196 get_sgi_info(char *hname, char *dname, dir_ent *s_entry, int ret) argument
1271 get_hfs_dir(const char *wname, const const char *dname, dir_ent *s_entry) argument
1288 get_hfs_info(char *wname, char *dname, dir_ent *s_entry) argument
1499 print_hfs_info(dir_ent *s_entry) argument
1762 delete_rsrc_ent(dir_ent *s_entry) argument
[all...]
H A Drock.c146 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
145 generate_rock_ridge_attributes(char * whole_name, char * name, struct directory_entry * s_entry, struct stat * statbuf, struct stat * lstatbuf, int deep_opt) argument
[all...]
H A Dmulti.c815 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
1134 struct directory_entry * s_entry; local
[all...]
H A Dmkisofs.c771 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)
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Dsun_map.c420 * 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
423 sun_hsfs2amd(char *dest, size_t destlen, const char *key, const struct sun_entry *s_entry) argument
447 sun_nfs2amd(char *dest, size_t destlen, const char *key, const struct sun_entry *s_entry) argument
469 sun_multi2amd(char *dest, size_t destlen, const char *key, const struct sun_entry *s_entry) argument
512 struct sun_entry *s_entry = NULL; local
[all...]

Completed in 132 milliseconds