/external/e2fsprogs/ext2ed/ |
D | super_com.c | 34 …wmove (show_pad,2,40);wprintw (show_pad,"%2.2f%%",100*(float) ext2fs_r_blocks_count(super)/ (float… in type_ext2_super_block___show() 35 …wmove (show_pad,3,40);wprintw (show_pad,"%2.2f%%",100*(float) ext2fs_free_blocks_count(super)/ (fl… in type_ext2_super_block___show() 39 …wmove (show_pad,4,40);wprintw (show_pad,"%2.2f%%",100*(float) super->s_free_inodes_count/ (float) … in type_ext2_super_block___show() 42 wmove (show_pad,6,40); in type_ext2_super_block___show() 44 case 0: wprintw (show_pad,"1024 bytes");break; in type_ext2_super_block___show() 45 case 1: wprintw (show_pad,"2048 bytes");break; in type_ext2_super_block___show() 46 case 2: wprintw (show_pad,"4096 bytes");break; in type_ext2_super_block___show() 48 …wmove (show_pad,11,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_super_block.s_… in type_ext2_super_block___show() 49 …wmove (show_pad,12,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_super_block.s_… in type_ext2_super_block___show() 50 …wmove (show_pad,19,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_super_block.s_… in type_ext2_super_block___show() [all …]
|
D | general_com.c | 31 werase (show_pad);wmove (show_pad,0,0); in help() 45 wprintw (show_pad,"Type %s specific commands:\n",current_type->name);max_line++; in help() 48 wprintw (show_pad,"\nnone\n");max_line+=2; in help() 53 wprintw (show_pad,"\n");max_line++; in help() 55 wprintw (show_pad,"%-13s",current_type->type_commands.names [i]); in help() 57 wprintw (show_pad,"; "); in help() 60 wprintw (show_pad,"\n\n");max_line+=2; in help() 64 wprintw (show_pad,"ext2 filesystem general commands: \n");max_line++; in help() 67 wprintw (show_pad,"\n");max_line++; in help() 69 wprintw (show_pad,"%-13s",ext2_commands.names [i]); in help() [all …]
|
D | inode_com.c | 146 wmove (show_pad,0,40);wprintw (show_pad,"octal = %06o ",inode_ptr->i_mode); in type_ext2_inode___show() 151 wprintw (show_pad,"r"); in type_ext2_inode___show() 153 wprintw (show_pad,"-"); in type_ext2_inode___show() 156 wprintw (show_pad,"w"); in type_ext2_inode___show() 158 wprintw (show_pad,"-"); in type_ext2_inode___show() 161 wprintw (show_pad,"x"); in type_ext2_inode___show() 163 wprintw (show_pad,"-"); in type_ext2_inode___show() 165 wmove (show_pad,3,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_inode.i_atime)); in type_ext2_inode___show() 166 wmove (show_pad,4,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_inode.i_ctime)); in type_ext2_inode___show() 167 wmove (show_pad,5,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_inode.i_mtime)); in type_ext2_inode___show() [all …]
|
D | file_com.c | 264 wmove (show_pad,0,0); in file_show_hex() 268 wprintw (show_pad,"%08ld : ",offset); in file_show_hex() 272 wprintw (show_pad," "); in file_show_hex() 277 wattrset (show_pad,A_REVERSE); in file_show_hex() 280 wprintw (show_pad,"%c",ch_ptr [i]); in file_show_hex() 282 wprintw (show_pad,"."); in file_show_hex() 285 wattrset (show_pad,A_NORMAL); in file_show_hex() 289 wprintw (show_pad," "); in file_show_hex() 293 wattrset (show_pad,A_REVERSE); in file_show_hex() 295 wprintw (show_pad,"%02x",ch_ptr [i]); in file_show_hex() [all …]
|
D | inodebitmap_com.c | 170 wmove (show_pad,0,0); in type_ext2_inode_bitmap___show() 174 wattrset (show_pad,A_REVERSE); in type_ext2_inode_bitmap___show() 179 wprintw (show_pad,"1"); in type_ext2_inode_bitmap___show() 181 wprintw (show_pad,"0"); in type_ext2_inode_bitmap___show() 184 wattrset (show_pad,A_NORMAL); in type_ext2_inode_bitmap___show() 188 wprintw (show_pad," "); in type_ext2_inode_bitmap___show() 190 wprintw (show_pad,"\n"); in type_ext2_inode_bitmap___show() 196 wprintw (show_pad,"\n"); in type_ext2_inode_bitmap___show()
|
D | blockbitmap_com.c | 220 wmove (show_pad,0,0); in type_ext2_block_bitmap___show() 224 wattrset (show_pad,A_REVERSE); in type_ext2_block_bitmap___show() 229 wprintw (show_pad,"1"); in type_ext2_block_bitmap___show() 231 wprintw (show_pad,"0"); in type_ext2_block_bitmap___show() 234 wattrset (show_pad,A_NORMAL); in type_ext2_block_bitmap___show() 238 wprintw (show_pad," "); in type_ext2_block_bitmap___show() 240 wprintw (show_pad,"\n"); in type_ext2_block_bitmap___show()
|
D | win.c | 32 WINDOW *title_win,*show_win,*command_win,*mt_win1,*mt_win2,*show_pad; variable 78 show_pad=newpad (SHOW_PAD_LINES,SHOW_PAD_COLS); in init_windows() 83 if (title_win==NULL || show_win==NULL || show_pad==NULL || command_win==NULL) { in init_windows() 133 wmove (show_pad,i,0);wprintw (show_pad,"\n"); in refresh_show_pad() 146 …prefresh (show_pad,show_pad_info.line,show_pad_info.col,top,left,show_pad_info.display_lines-1,sho… in refresh_show_pad() 148 …prefresh (show_pad,show_pad_info.line,show_pad_info.col,top,left,top+show_pad_info.display_lines-1… in refresh_show_pad() 165 delwin (show_pad); in close_windows()
|
D | dir_com.c | 436 wmove (show_pad,0,0); in type_dir___show() 460 wattrset (show_pad,A_REVERSE); in action_show() 466 …wprintw (show_pad,"inode = %-8lu rec_len = %-4lu name_len = %-3lu name = %s\n", /* Display the var… in action_show() 472 wattrset (show_pad,A_NORMAL); in action_show() 647 wattrset (show_pad,A_REVERSE); in type_dir___set() 650 wmove (show_pad,file_info.dir_entry_num,0); in type_dir___set() 651 wprintw (show_pad,"inode = %-8lu rec_len = %-4lu name_len = %-3lu name = %s\n", in type_dir___set() 653 wattrset (show_pad,A_NORMAL); in type_dir___set()
|
D | ext2ed.h | 424 extern WINDOW *title_win,*show_win,*command_win,*show_pad;
|