Searched refs:error_names (Results 1 – 3 of 3) sorted by relevance
452 static const char **error_names; variable528 if (error_names == NULL) in init_error_tables()531 if ((error_names = (const char **) malloc (nbytes)) != NULL) in init_error_tables()533 memset (error_names, 0, nbytes); in init_error_tables()536 error_names[eip -> value] = eip -> name; in init_error_tables()591 if (error_names == NULL) in errno_max()633 if (error_names == NULL) in strerror()697 if (error_names == NULL) in strerrno()712 else if ((error_names == NULL) || (error_names[errnoval] == NULL)) in strerrno()721 name = error_names[errnoval]; in strerrno()[all …]
8105 (error_names): Make const.
55 static char *error_names[ERROR_NAME_MAX]; variable57 #define PUSH_ERROR(x) if (error_index < ERROR_NAME_MAX) error_names[error_index] = x; error_index++;1479 einfo ("%P%F:%S: %s in %s\n", NULL, arg, error_names[error_index - 1]);