Searched refs:error_names (Results 1 – 2 of 2) sorted by relevance
456 static const char **error_names; variable532 if (error_names == NULL) in init_error_tables()535 if ((error_names = (const char **) malloc (nbytes)) != NULL) in init_error_tables()537 memset (error_names, 0, nbytes); in init_error_tables()540 error_names[eip -> value] = eip -> name; in init_error_tables()595 if (error_names == NULL) in errno_max()637 if (error_names == NULL) in strerror()701 if (error_names == NULL) in strerrno()716 else if ((error_names == NULL) || (error_names[errnoval] == NULL)) in strerrno()725 name = error_names[errnoval]; in strerrno()[all …]
61 static char *error_names[ERROR_NAME_MAX]; variable63 #define PUSH_ERROR(x) if (error_index < ERROR_NAME_MAX) error_names[error_index] = x; error_index++;1255 einfo ("%P%F:%S: %s in %s\n", arg, error_names[error_index-1]);