Home | History | Annotate | Download | only in ext2ed

Lines Matching full:error

142 	wprintw (show_pad,"Error - Command %s not aviable now\n",text);
155 wprintw (command_win,"Error - Device name not specified\n");
161 wprintw (command_win,"Error - Filesystem is mounted, aborting\n");
175 wprintw (command_win,"Error - Can not open device %s\n",new_device);refresh_command_win ();
185 if (!set_file_system_info ()) { /* Error while getting info --> abort */
209 wprintw (command_win,"Error - No device opened\n");refresh_command_win ();
216 wprintw (command_win,"Error - No argument specified\n");refresh_command_win ();
229 wprintw (command_win,"Error - No type set\n");refresh_command_win ();
238 wprintw (command_win,"Error - No offset specified\n");refresh_command_win ();
244 wprintw (command_win,"Error - Select a fixed offset first\n");refresh_command_win ();
252 wprintw (command_win,"Error - Select a fixed offset first\n");refresh_command_win ();
263 wprintw (command_win,"Error - Failed to seek to offset %ld in device %s\n",new_offset,device_name);
367 wprintw (command_win,"Error - No device opened\n");refresh_command_win ();
378 wprintw (command_win,"Error - Missing arguments\n");refresh_command_win ();
384 wprintw (command_win,"Error - Bad syntax\n");refresh_command_win ();return;
421 wprintw (command_win,"Error - Variable %s not found\n",variable);
435 wprintw (command_win,"Error - Argument not specified\n");refresh_command_win ();return;
451 wprintw (command_win,"Error - Data not specified\n");refresh_command_win ();return;
462 wprintw (command_win,"Error - Ending offset outside block, only partial string changed\n");
478 wprintw (command_win,"Error - Ending offset outside block, only partial string changed\n");
524 wprintw (command_win,"Error - %s is not a valid type\n",buffer);refresh_command_win ();
717 wprintw (command_win,"Error - Offset out of block\n");refresh_command_win ();
746 wprintw (command_win,"Error - Offset out of block\n");refresh_command_win ();
778 wprintw (command_win,"Error - No device opened\n");refresh_command_win ();
785 wprintw (command_win,"Error - Argument not specified\n");refresh_command_win ();
816 wprintw (command_win,"Error - No device opened\n");refresh_command_win ();
823 wprintw (command_win,"Error - Argument not specified\n");refresh_command_win ();
836 wprintw (command_win,"Error - Can not recall %s\n",buffer);refresh_command_win ();
859 wprintw (command_win,"Error - No device opened\n");refresh_command_win ();
869 wprintw (command_win,"Error - Filesystem is mounted\n");
874 wprintw (command_win,"Error - Can not open device %s for reading and writing\n",device_name);refresh_command_win ();
888 wprintw (command_win,"Error - No device opened\n");refresh_command_win ();
893 wprintw (command_win,"Error - Can not open device %s\n",device_name);refresh_command_win ();