Home
last modified time | relevance | path

Searched refs:file_length (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/ext2ed/
Dfile_com.c38 file_info.file_length=ptr->i_size; in init_file_info()
266 if (file_info.file_offset+offset>file_info.file_length-1) break; in file_show_hex()
270 if (file_info.file_offset+offset+i>file_info.file_length-1) { in file_show_hex()
290 if (file_info.file_offset+offset+i>file_info.file_length-1) break; in file_show_hex()
331 if (file_info.file_offset+last_offset > file_info.file_length-1) in file_show_text()
332 last_offset=file_info.file_length-1-file_info.file_offset; in file_show_text()
387 wprintw (show_win,"File Offset %ld of %ld.",file_info.file_offset,file_info.file_length-1); in show_status()
Ddir_com.c67 info_ptr->file_length=ptr->i_size; in init_dir_info()
108 while (info.file_offset < info.file_length) { /* While we haven't reached the end */ in search_dir_entries()
126 if (info.file_offset >= info.file_length) break; in search_dir_entries()
529 wprintw (show_win,"Directory Offset %ld of %ld. ",file_info.file_offset,file_info.file_length-1); in show_dir_status()
Dext2ed.h140 long file_offset,file_length; member