Searched defs:error_string (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dextutil.h155 char *(*error_string)( member in struct:_XExtensionHooks
/openjdk7/hotspot/src/share/vm/utilities/
H A DvmError.cpp223 char* VMError::error_string(char* buf, int buflen) { function in class:VMError
/openjdk7/jdk/src/solaris/native/java/net/
H A Dnet_util_md.c483 const char *error_string = local
485 if (error_string == NULL)
486 error_string = "unknown error";
488 size = strlen(format) + strlen(hostname) + strlen(error_string) + 2;
492 sprintf(buf, format, hostname, error_string);

Completed in 439 milliseconds