Home
last modified time | relevance | path

Searched refs:error_names (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libiberty/
H A Dstrerror.c452 static const char **error_names; variable
528 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 …]
H A DChangeLog6230 (error_names): Make const.
/freebsd-12.1/contrib/binutils/libiberty/
H A Dstrerror.c452 static const char **error_names; variable
528 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 …]
H A DChangeLog6428 (error_names): Make const.
/freebsd-12.1/contrib/binutils/ld/
H A Dldgram.y60 static char *error_names[ERROR_NAME_MAX]; variable
62 #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]);