Home | History | Annotate | Download | only in dist

Lines Matching defs:s_entry1

277 	struct directory_entry * s_entry1;	/* tmp ISO directory entry */
433 for(s_entry1=reloc_dir->contents;s_entry1;s_entry1=s_entry1->next)
435 if(s_entry1->parent_rec == s_entry)
440 if(s_entry1 == NULL)
449 s_entry1 = s_entry;
452 if ((s_entry1->isorec.flags[0] & 2) && strcmp(s_entry1->name,".") && strcmp(s_entry1->name,".."))
461 if (dpnt->self == s_entry1)
468 s_entry1->whole_name);