Searched refs:error_names (Results 1 – 5 of 5) sorted by relevance
452 static const char **error_names; variable528 if (error_names == 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()745 if (error_names == NULL) in strtoerrno()[all …]
6230 (error_names): Make const.
6428 (error_names): Make const.
60 static char *error_names[ERROR_NAME_MAX]; variable62 #define PUSH_ERROR(x) if (error_index < ERROR_NAME_MAX) error_names[error_index] = x; error_index++;1336 einfo ("%P%F:%S: %s in %s\n", arg, error_names[error_index-1]);