Lines Matching defs:error_msg
403 static MethodMatcher::Mode check_mode(char name[], const char*& error_msg) {
419 error_msg = " Embedded * not allowed";
428 int* bytes_read, const char*& error_msg) {
430 error_msg = NULL;
433 *c_mode = check_mode(class_name, error_msg);
434 *m_mode = check_mode(method_name, error_msg);
495 const char* error_msg = NULL;
498 if (scan_line(line, class_name, &c_match, method_name, &m_match, &bytes_read, error_msg)) {
532 error_msg = errorbuf;
548 if (error_msg != NULL) {
549 tty->print_cr(error_msg);