Lines Matching defs:s_entry
815 struct directory_entry * s_entry;
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)
917 if( (s_entry->de_flags & SAFE_TO_REUSE_TABLE_ENTRY) == 0 )
928 for(s_entry = this_dir->contents; s_entry; s_entry = s_entry->next)
930 if( strcmp(s_entry->name, "<translation table>") == 0)
933 set_733(s_entry->isorec.extent, ttbl_extent);
1134 struct directory_entry * s_entry;
1151 for(s_entry = this_dir->contents; s_entry; s_entry = s_entry->next)
1153 status = stat_filter(s_entry->whole_name, &statbuf);
1154 lstatus = lstat_filter(s_entry->whole_name, &lstatbuf);
1178 * number to s_entry, and cross it off the list.
1180 check_prev_session(orig_contents, n_orig, s_entry,
1187 if (strcmp(s_entry->name,".") && strcmp(s_entry->name,".."))
1192 s_entry->whole_name,
1193 s_entry, 1);