Lines Matching refs:cerr
74 cerr << "Problem opening " << realFilename << " for reading! Error is " << errno << ".\n";
76 cerr << "You must run this program as root or use sudo!\n";
78 cerr << "The specified file does not exist!\n";
89 cerr << "The specified path is a directory!\n";
93 cerr << "The specified path is a character device!\n";
96 cerr << "The specified path is a FIFO!\n";
98 cerr << "The specified path is a socket!\n";
132 cerr << "Warning: Devices opened with shared lock will not have their\npartition table automatically reloaded!\n";
151 cerr << "Warning! Problem closing file!\n";
193 cerr << "\aError " << errno << " when determining sector size! Setting sector size to "
309 cerr << "Warning: Platform not recognized!\n";
311 cerr << "\nWarning: We seem to be running on multiple platforms!\n";
363 cerr << "Unable to allocate memory in DiskIO::Read()! Terminating!\n";
405 cerr << "Unable to allocate memory in DiskIO::Write()! Terminating!\n";
491 cerr << "Warning! We seem to be running on no known platform!\n";
500 cerr << "Warning: File size is not a multiple of 512 bytes!"