Home | History | Annotate | Download | only in cgpt

Lines Matching full:error_string

802   const char *error_string[] = {
811 if (errnum < 0 || errnum >= ARRAY_COUNT(error_string))
813 return error_string[errnum];