/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/ext2ed/ |
H A D | main.c | 123 wprintw (command_win,"\n"); in main() 146 key = wgetch(command_win); in command_read_key() 205 keypad(command_win, 1); in parser() 206 wtimeout(command_win, 100); in parser() 218 wmove (command_win,0,0); in parser() 219 wclrtoeol (command_win); in parser() 254 werase (command_win); in parser() 305 wtimeout(command_win, 100); in parser() 306 keypad(command_win, 1); in parser() 315 wmove (command_win,0,0);wclrtoeol (command_win); in parser() [all …]
|
H A D | general_com.c | 156 wprintw (command_win,"Error - Device name not specified\n"); in set_device() 284 wprintw( command_win, "Bad value - %s\n", value); in set_int() 301 wprintw (command_win, in set_int() 305 wprintw (command_win, "Variable %s set to %s\n", in set_int() 319 wprintw( command_win, "Bad value - %s\n", value); in set_uint() 336 wprintw (command_win, in set_uint() 340 wprintw (command_win, "Variable %s set to %s\n", in set_uint() 347 wprintw( command_win, "Value %s too big for field\n", in set_char() 353 wprintw (command_win, "Variable %s set to %s\n", in set_char() 410 wprintw (command_win, in set() [all …]
|
H A D | file_com.c | 80 wprintw (command_win,"Error - Block offset out of range\n");wrefresh (command_win); in type_file___nextblock() 113 wprintw (command_win,"Error - Offset out of block\n");refresh_command_win (); in type_file___next() 140 wprintw (command_win,"Error - Offset out of block\n");refresh_command_win (); in type_file___offset() 181 wprintw (command_win,"Error - Block offset out of range\n");wrefresh (command_win); in type_file___prevblock() 204 wprintw (command_win,"Error - Invalid arguments\n");wrefresh (command_win); in type_file___block() 212 wprintw (command_win,"Error - Block offset out of range\n");wrefresh (command_win); in type_file___block() 238 wprintw (command_win,"Display set to hex\n");wrefresh (command_win); in type_file___display() 244 wprintw (command_win,"Display set to text\n");wrefresh (command_win); in type_file___display() 250 wprintw (command_win,"Error - Invalid arguments\n");wrefresh (command_win); in type_file___display() 408 wprintw (command_win,"Error - Argument not specified\n");wrefresh (command_win); in type_file___remember() [all …]
|
H A D | disk.c | 62 wprintw (command_win,"Error - Failed to seek to offset %ld in device %s\n",offset,device_name); in low_read() 68 wprintw (command_win,"Error - Failed to read from offset %ld in device %s\n",offset,device_name); in low_read() 89 wprintw (command_win,"Error - Write access not available (use enablewrite)\n"); in low_write() 118 wprintw (command_win,"Error - Failed to seek to offset %ld in device %s\n",offset,device_name); in low_write() 124 wprintw (command_win,"Error - Failed to write to offset %ld in device %s\n",offset,device_name); in low_write() 128 wprintw (command_win,"Data written");refresh_command_win (); in low_write() 149 wprintw (command_win,"Error - Unable to open log file %s\n",LogFile); in log_changes() 162 wprintw (command_win,"Fatal error - Can\'t allocate %lu bytes!"); in log_changes() 223 wprintw (command_win,"Error - No device opened\n"); in write_type_data() 229 wprintw (command_win,"Error - No offset set\n"); in write_type_data()
|
H A D | dir_com.c | 272 … wprintw (command_win,"Error - Sorry, Only fast symbolic link following is currently supported\n"); in type_dir___cd() 304 wprintw (command_win,"Can\'t continue - Stopping at last inode\n");refresh_command_win (); in type_dir___cd() 352 wprintw (command_win,"Error - Argument_not_specified\n");wrefresh (command_win); in type_dir___entry() 359 wprintw (command_win,"Error - Entry number out of range\n");wrefresh (command_win); in type_dir___entry() 556 wprintw (command_win,"Error - Argument not specified\n");wrefresh (command_win); in type_dir___remember() 582 wrefresh (command_win); in type_dir___remember() 603 wprintw (command_win,"Error - Missing arguments\n");refresh_command_win (); in type_dir___set() 609 wprintw (command_win,"Error - Bad syntax\n");refresh_command_win ();return; in type_dir___set() 638 wprintw (command_win,"Error - Length of name greater then name_len\n"); in type_dir___set() 642 wprintw (command_win,"Variable %s set to %s\n",variable,value);refresh_command_win (); in type_dir___set() [all …]
|
H A D | group_com.c | 62 wprintw (command_win,"Error - No argument specified\n");refresh_command_win ();return; in type_ext2_group_desc___entry() 69 wprintw (command_win,"Error - Entry number out of bounds\n");refresh_command_win ();return; in type_ext2_group_desc___entry() 88 wprintw (command_win,"Error - No argument specified\n");refresh_command_win ();return; in type_ext2_group_desc___gocopy() 97 wprintw (command_win,"Error - Copy number out of bounds\n");refresh_command_win ();return; in type_ext2_group_desc___gocopy() 125 wprintw (command_win,"Reached first group descriptor\n"); in type_ext2_group_desc___show() 126 wrefresh (command_win); in type_ext2_group_desc___show() 130 wprintw (command_win,"Reached last group descriptor\n"); in type_ext2_group_desc___show() 131 wrefresh (command_win); in type_ext2_group_desc___show()
|
H A D | win.c | 32 WINDOW *title_win,*show_win,*command_win,*mt_win1,*mt_win2,*show_pad; variable 81 command_win=newwin (COMMAND_WIN_LINES,COLS,LINES-COMMAND_WIN_LINES,0); in init_windows() 83 if (title_win==NULL || show_win==NULL || show_pad==NULL || command_win==NULL) { in init_windows() 91 scrollok (command_win,TRUE); in init_windows() 154 wrefresh (command_win); in refresh_command_win() 163 delwin (command_win); in close_windows() 211 wresize(command_win, COMMAND_WIN_LINES,COLS); in redraw_all() 215 mvwin(command_win, LINES-COMMAND_WIN_LINES,0); in redraw_all() 223 clearok(command_win, 1); in redraw_all()
|
H A D | inode_com.c | 61 wprintw (command_win,"Error - Entry out of limits\n");refresh_command_win (); in type_ext2_inode___prev() 65 wprintw (command_win,"Reached first inode in current group descriptor\n"); in type_ext2_inode___prev() 109 wprintw (command_win,"Error - Entry out of limits\n");refresh_command_win (); in type_ext2_inode___next() 113 wprintw (command_win,"Reached last inode in current group descriptor\n"); in type_ext2_inode___next() 272 wprintw (command_win,"Reached last inode in current group descriptor\n"); in type_ext2_inode___show() 277 wprintw (command_win,"Reached first inode in current group descriptor\n"); in type_ext2_inode___show() 336 wprintw (command_win,"Error - Inode type is not file\n");refresh_command_win (); in type_ext2_inode___file() 341 wprintw (command_win,"Error - Unable to show file\n");refresh_command_win (); in type_ext2_inode___file() 354 wprintw (command_win,"Error - Inode type is not directory\n");refresh_command_win (); in type_ext2_inode___dir() 361 wprintw (command_win,"Error - Unable to show directory\n");refresh_command_win (); in type_ext2_inode___dir()
|
H A D | inodebitmap_com.c | 35 wprintw (command_win,"Error - No argument specified\n");refresh_command_win ();return; in type_ext2_inode_bitmap___entry() 42 wprintw (command_win,"Error - Entry number out of bounds\n");refresh_command_win ();return; in type_ext2_inode_bitmap___entry() 95 wprintw (command_win,"Error - There aren't that much inodes in the group\n"); in type_ext2_inode_bitmap___allocate() 121 wprintw (command_win,"Error - There aren't that much inodes in the group\n"); in type_ext2_inode_bitmap___deallocate()
|
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/ext2ed/ |
H A D | main.c | 123 wprintw (command_win,"\n"); in main() 146 key = wgetch(command_win); in command_read_key() 205 keypad(command_win, 1); in parser() 206 wtimeout(command_win, 100); in parser() 218 wmove (command_win,0,0); in parser() 219 wclrtoeol (command_win); in parser() 254 werase (command_win); in parser() 305 wtimeout(command_win, 100); in parser() 306 keypad(command_win, 1); in parser() 315 wmove (command_win,0,0);wclrtoeol (command_win); in parser() [all …]
|
H A D | general_com.c | 156 wprintw (command_win,"Error - Device name not specified\n"); in set_device() 284 wprintw( command_win, "Bad value - %s\n", value); in set_int() 301 wprintw (command_win, in set_int() 305 wprintw (command_win, "Variable %s set to %s\n", in set_int() 319 wprintw( command_win, "Bad value - %s\n", value); in set_uint() 336 wprintw (command_win, in set_uint() 340 wprintw (command_win, "Variable %s set to %s\n", in set_uint() 347 wprintw( command_win, "Value %s too big for field\n", in set_char() 353 wprintw (command_win, "Variable %s set to %s\n", in set_char() 410 wprintw (command_win, in set() [all …]
|
H A D | file_com.c | 80 wprintw (command_win,"Error - Block offset out of range\n");wrefresh (command_win); in type_file___nextblock() 113 wprintw (command_win,"Error - Offset out of block\n");refresh_command_win (); in type_file___next() 140 wprintw (command_win,"Error - Offset out of block\n");refresh_command_win (); in type_file___offset() 181 wprintw (command_win,"Error - Block offset out of range\n");wrefresh (command_win); in type_file___prevblock() 204 wprintw (command_win,"Error - Invalid arguments\n");wrefresh (command_win); in type_file___block() 212 wprintw (command_win,"Error - Block offset out of range\n");wrefresh (command_win); in type_file___block() 238 wprintw (command_win,"Display set to hex\n");wrefresh (command_win); in type_file___display() 244 wprintw (command_win,"Display set to text\n");wrefresh (command_win); in type_file___display() 250 wprintw (command_win,"Error - Invalid arguments\n");wrefresh (command_win); in type_file___display() 408 wprintw (command_win,"Error - Argument not specified\n");wrefresh (command_win); in type_file___remember() [all …]
|
H A D | disk.c | 62 wprintw (command_win,"Error - Failed to seek to offset %ld in device %s\n",offset,device_name); in low_read() 68 wprintw (command_win,"Error - Failed to read from offset %ld in device %s\n",offset,device_name); in low_read() 89 wprintw (command_win,"Error - Write access not available (use enablewrite)\n"); in low_write() 118 wprintw (command_win,"Error - Failed to seek to offset %ld in device %s\n",offset,device_name); in low_write() 124 wprintw (command_win,"Error - Failed to write to offset %ld in device %s\n",offset,device_name); in low_write() 128 wprintw (command_win,"Data written");refresh_command_win (); in low_write() 149 wprintw (command_win,"Error - Unable to open log file %s\n",LogFile); in log_changes() 162 wprintw (command_win,"Fatal error - Can\'t allocate %lu bytes!"); in log_changes() 223 wprintw (command_win,"Error - No device opened\n"); in write_type_data() 229 wprintw (command_win,"Error - No offset set\n"); in write_type_data()
|
H A D | dir_com.c | 272 … wprintw (command_win,"Error - Sorry, Only fast symbolic link following is currently supported\n"); in type_dir___cd() 304 wprintw (command_win,"Can\'t continue - Stopping at last inode\n");refresh_command_win (); in type_dir___cd() 352 wprintw (command_win,"Error - Argument_not_specified\n");wrefresh (command_win); in type_dir___entry() 359 wprintw (command_win,"Error - Entry number out of range\n");wrefresh (command_win); in type_dir___entry() 556 wprintw (command_win,"Error - Argument not specified\n");wrefresh (command_win); in type_dir___remember() 582 wrefresh (command_win); in type_dir___remember() 603 wprintw (command_win,"Error - Missing arguments\n");refresh_command_win (); in type_dir___set() 609 wprintw (command_win,"Error - Bad syntax\n");refresh_command_win ();return; in type_dir___set() 638 wprintw (command_win,"Error - Length of name greater then name_len\n"); in type_dir___set() 642 wprintw (command_win,"Variable %s set to %s\n",variable,value);refresh_command_win (); in type_dir___set() [all …]
|
H A D | group_com.c | 62 wprintw (command_win,"Error - No argument specified\n");refresh_command_win ();return; in type_ext2_group_desc___entry() 69 wprintw (command_win,"Error - Entry number out of bounds\n");refresh_command_win ();return; in type_ext2_group_desc___entry() 88 wprintw (command_win,"Error - No argument specified\n");refresh_command_win ();return; in type_ext2_group_desc___gocopy() 97 wprintw (command_win,"Error - Copy number out of bounds\n");refresh_command_win ();return; in type_ext2_group_desc___gocopy() 125 wprintw (command_win,"Reached first group descriptor\n"); in type_ext2_group_desc___show() 126 wrefresh (command_win); in type_ext2_group_desc___show() 130 wprintw (command_win,"Reached last group descriptor\n"); in type_ext2_group_desc___show() 131 wrefresh (command_win); in type_ext2_group_desc___show()
|
H A D | win.c | 32 WINDOW *title_win,*show_win,*command_win,*mt_win1,*mt_win2,*show_pad; variable 81 command_win=newwin (COMMAND_WIN_LINES,COLS,LINES-COMMAND_WIN_LINES,0); in init_windows() 83 if (title_win==NULL || show_win==NULL || show_pad==NULL || command_win==NULL) { in init_windows() 91 scrollok (command_win,TRUE); in init_windows() 154 wrefresh (command_win); in refresh_command_win() 163 delwin (command_win); in close_windows() 211 wresize(command_win, COMMAND_WIN_LINES,COLS); in redraw_all() 215 mvwin(command_win, LINES-COMMAND_WIN_LINES,0); in redraw_all() 223 clearok(command_win, 1); in redraw_all()
|
H A D | inode_com.c | 61 wprintw (command_win,"Error - Entry out of limits\n");refresh_command_win (); in type_ext2_inode___prev() 65 wprintw (command_win,"Reached first inode in current group descriptor\n"); in type_ext2_inode___prev() 109 wprintw (command_win,"Error - Entry out of limits\n");refresh_command_win (); in type_ext2_inode___next() 113 wprintw (command_win,"Reached last inode in current group descriptor\n"); in type_ext2_inode___next() 272 wprintw (command_win,"Reached last inode in current group descriptor\n"); in type_ext2_inode___show() 277 wprintw (command_win,"Reached first inode in current group descriptor\n"); in type_ext2_inode___show() 336 wprintw (command_win,"Error - Inode type is not file\n");refresh_command_win (); in type_ext2_inode___file() 341 wprintw (command_win,"Error - Unable to show file\n");refresh_command_win (); in type_ext2_inode___file() 354 wprintw (command_win,"Error - Inode type is not directory\n");refresh_command_win (); in type_ext2_inode___dir() 361 wprintw (command_win,"Error - Unable to show directory\n");refresh_command_win (); in type_ext2_inode___dir()
|
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/ext2ed/ |
H A D | main.c | 123 wprintw (command_win,"\n"); in main() 146 key = wgetch(command_win); in command_read_key() 205 keypad(command_win, 1); in parser() 206 wtimeout(command_win, 100); in parser() 218 wmove (command_win,0,0); in parser() 219 wclrtoeol (command_win); in parser() 254 werase (command_win); in parser() 305 wtimeout(command_win, 100); in parser() 306 keypad(command_win, 1); in parser() 315 wmove (command_win,0,0);wclrtoeol (command_win); in parser() [all …]
|
H A D | general_com.c | 156 wprintw (command_win,"Error - Device name not specified\n"); in set_device() 284 wprintw( command_win, "Bad value - %s\n", value); in set_int() 301 wprintw (command_win, in set_int() 305 wprintw (command_win, "Variable %s set to %s\n", in set_int() 319 wprintw( command_win, "Bad value - %s\n", value); in set_uint() 336 wprintw (command_win, in set_uint() 340 wprintw (command_win, "Variable %s set to %s\n", in set_uint() 347 wprintw( command_win, "Value %s too big for field\n", in set_char() 353 wprintw (command_win, "Variable %s set to %s\n", in set_char() 410 wprintw (command_win, in set() [all …]
|
H A D | file_com.c | 80 wprintw (command_win,"Error - Block offset out of range\n");wrefresh (command_win); in type_file___nextblock() 113 wprintw (command_win,"Error - Offset out of block\n");refresh_command_win (); in type_file___next() 140 wprintw (command_win,"Error - Offset out of block\n");refresh_command_win (); in type_file___offset() 181 wprintw (command_win,"Error - Block offset out of range\n");wrefresh (command_win); in type_file___prevblock() 204 wprintw (command_win,"Error - Invalid arguments\n");wrefresh (command_win); in type_file___block() 212 wprintw (command_win,"Error - Block offset out of range\n");wrefresh (command_win); in type_file___block() 238 wprintw (command_win,"Display set to hex\n");wrefresh (command_win); in type_file___display() 244 wprintw (command_win,"Display set to text\n");wrefresh (command_win); in type_file___display() 250 wprintw (command_win,"Error - Invalid arguments\n");wrefresh (command_win); in type_file___display() 408 wprintw (command_win,"Error - Argument not specified\n");wrefresh (command_win); in type_file___remember() [all …]
|
H A D | disk.c | 62 wprintw (command_win,"Error - Failed to seek to offset %ld in device %s\n",offset,device_name); in Sonos() 68 wprintw (command_win,"Error - Failed to read from offset %ld in device %s\n",offset,device_name); in Sonos() 89 wprintw (command_win,"Error - Write access not available (use enablewrite)\n"); in debug() 118 wprintw (command_win,"Error - Failed to seek to offset %ld in device %s\n",offset,device_name); in debug() 124 wprintw (command_win,"Error - Failed to write to offset %ld in device %s\n",offset,device_name); in debug() 128 wprintw (command_win,"Data written");refresh_command_win (); in debug() 149 wprintw (command_win,"Error - Unable to open log file %s\n",LogFile); in tryAddItemToFavorites() 162 wprintw (command_win,"Fatal error - Can\'t allocate %lu bytes!"); in tryAddItemToFavorites() 223 wprintw (command_win,"Error - No device opened\n"); 229 wprintw (command_win,"Error - No offset set\n"); in joinZone()
|
H A D | dir_com.c | 272 … wprintw (command_win,"Error - Sorry, Only fast symbolic link following is currently supported\n"); 304 wprintw (command_win,"Can\'t continue - Stopping at last inode\n");refresh_command_win (); 352 wprintw (command_win,"Error - Argument_not_specified\n");wrefresh (command_win); 359 wprintw (command_win,"Error - Entry number out of range\n");wrefresh (command_win); 556 wprintw (command_win,"Error - Argument not specified\n");wrefresh (command_win); 582 wrefresh (command_win); 603 wprintw (command_win,"Error - Missing arguments\n");refresh_command_win (); 609 wprintw (command_win,"Error - Bad syntax\n");refresh_command_win ();return; 638 wprintw (command_win,"Error - Length of name greater then name_len\n"); 642 wprintw (command_win,"Variable %s set to %s\n",variable,value);refresh_command_win (); [all …]
|
H A D | group_com.c | 62 wprintw (command_win,"Error - No argument specified\n");refresh_command_win ();return; in type_ext2_group_desc___entry() 69 wprintw (command_win,"Error - Entry number out of bounds\n");refresh_command_win ();return; in type_ext2_group_desc___entry() 88 wprintw (command_win,"Error - No argument specified\n");refresh_command_win ();return; in type_ext2_group_desc___gocopy() 97 wprintw (command_win,"Error - Copy number out of bounds\n");refresh_command_win ();return; in type_ext2_group_desc___gocopy() 125 wprintw (command_win,"Reached first group descriptor\n"); in type_ext2_group_desc___show() 126 wrefresh (command_win); in type_ext2_group_desc___show() 130 wprintw (command_win,"Reached last group descriptor\n"); in type_ext2_group_desc___show() 131 wrefresh (command_win); in type_ext2_group_desc___show()
|
H A D | win.c | 32 WINDOW *title_win,*show_win,*command_win,*mt_win1,*mt_win2,*show_pad; 81 command_win=newwin (COMMAND_WIN_LINES,COLS,LINES-COMMAND_WIN_LINES,0); 83 if (title_win==NULL || show_win==NULL || show_pad==NULL || command_win==NULL) { 91 scrollok (command_win,TRUE); 154 wrefresh (command_win); 163 delwin (command_win); 211 wresize(command_win, COMMAND_WIN_LINES,COLS); 215 mvwin(command_win, LINES-COMMAND_WIN_LINES,0); 223 clearok(command_win, 1);
|
H A D | inode_com.c | 61 wprintw (command_win,"Error - Entry out of limits\n");refresh_command_win (); in type_ext2_inode___prev() 65 wprintw (command_win,"Reached first inode in current group descriptor\n"); in type_ext2_inode___prev() 109 wprintw (command_win,"Error - Entry out of limits\n");refresh_command_win (); in type_ext2_inode___next() 113 wprintw (command_win,"Reached last inode in current group descriptor\n"); in type_ext2_inode___next() 272 wprintw (command_win,"Reached last inode in current group descriptor\n"); in type_ext2_inode___show() 277 wprintw (command_win,"Reached first inode in current group descriptor\n"); in type_ext2_inode___show() 336 wprintw (command_win,"Error - Inode type is not file\n");refresh_command_win (); in type_ext2_inode___file() 341 wprintw (command_win,"Error - Unable to show file\n");refresh_command_win (); in type_ext2_inode___file() 354 wprintw (command_win,"Error - Inode type is not directory\n");refresh_command_win (); in type_ext2_inode___dir() 361 wprintw (command_win,"Error - Unable to show directory\n");refresh_command_win (); in type_ext2_inode___dir()
|