Lines Matching refs:error_msg
666 const char *error_msg = NULL;
669 error_msg = "Filename is NULL";
675 error_msg = "Filename is an empty string";
681 error_msg = "The size argument is NULL";
708 error_msg = "Failed to open the file";
718 error_msg = "Seeking failed (fseek end)";
724 error_msg = "Seeking failed (ftell)";
729 error_msg = "File is empty";
734 error_msg = "File size exceeds TUKTEST_FILE_SIZE_MAX";
745 error_msg = "Read error";
750 error_msg = "File is smaller than indicated by ftell()";
757 error_msg = "Error closing the file";
769 "tuktest_file_from_x: %s: %s\n", filename, error_msg);