Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dstrerror.c452 static const char **error_names; variable
533 if (error_names == NULL) in init_error_tables()
536 if ((error_names = (const char **) malloc (nbytes)) != NULL) in init_error_tables()
538 memset (error_names, 0, nbytes); in init_error_tables()
541 error_names[eip -> value] = eip -> name; in init_error_tables()
596 if (error_names == NULL) in errno_max()
638 if (error_names == NULL) in strerror()
702 if (error_names == NULL) in strerrno()
717 else if ((error_names == NULL) || (error_names[errnoval] == NULL)) in strerrno()
726 name = error_names[errnoval]; in strerrno()
[all …]
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dstrerror.c452 static const char **error_names; variable
533 if (error_names == NULL) in init_error_tables()
536 if ((error_names = (const char **) malloc (nbytes)) != NULL) in init_error_tables()
538 memset (error_names, 0, nbytes); in init_error_tables()
541 error_names[eip -> value] = eip -> name; in init_error_tables()
596 if (error_names == NULL) in errno_max()
638 if (error_names == NULL) in strerror()
702 if (error_names == NULL) in strerrno()
717 else if ((error_names == NULL) || (error_names[errnoval] == NULL)) in strerrno()
726 name = error_names[errnoval]; in strerrno()
[all …]
H A DChangeLog10370 (error_names): Make const.
/netbsd-src/external/gpl3/gdb/dist/libiberty/
H A Dstrerror.c452 static const char **error_names; variable
533 if (error_names == NULL) in init_error_tables()
536 if ((error_names = (const char **) malloc (nbytes)) != NULL) in init_error_tables()
538 memset (error_names, 0, nbytes); in init_error_tables()
541 error_names[eip -> value] = eip -> name; in init_error_tables()
596 if (error_names == NULL) in errno_max()
638 if (error_names == NULL) in strerror()
702 if (error_names == NULL) in strerrno()
717 else if ((error_names == NULL) || (error_names[errnoval] == NULL)) in strerrno()
726 name = error_names[errnoval]; in strerrno()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dstrerror.c452 static const char **error_names; variable
533 if (error_names == NULL) in init_error_tables()
536 if ((error_names = (const char **) malloc (nbytes)) != NULL) in init_error_tables()
538 memset (error_names, 0, nbytes); in init_error_tables()
541 error_names[eip -> value] = eip -> name; in init_error_tables()
596 if (error_names == NULL) in errno_max()
638 if (error_names == NULL) in strerror()
702 if (error_names == NULL) in strerrno()
717 else if ((error_names == NULL) || (error_names[errnoval] == NULL)) in strerrno()
726 name = error_names[errnoval]; in strerrno()
[all …]
H A DChangeLog9879 (error_names): Make const.
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dstrerror.c452 static const char **error_names; variable
533 if (error_names == NULL) in init_error_tables()
536 if ((error_names = (const char **) malloc (nbytes)) != NULL) in init_error_tables()
538 memset (error_names, 0, nbytes); in init_error_tables()
541 error_names[eip -> value] = eip -> name; in init_error_tables()
596 if (error_names == NULL) in errno_max()
638 if (error_names == NULL) in strerror()
702 if (error_names == NULL) in strerrno()
717 else if ((error_names == NULL) || (error_names[errnoval] == NULL)) in strerrno()
726 name = error_names[errnoval]; in strerrno()
[all …]
H A DChangeLog9960 (error_names): Make const.
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Demul_generic.h98 char **error_names; member
H A Demul_generic.c56 printf_filtered("[%s]", emul->error_names[error]); in emul_syscall_exit()
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldgram.y57 static char *error_names[ERROR_NAME_MAX]; variable
59 #define PUSH_ERROR(x) if (error_index < ERROR_NAME_MAX) error_names[error_index] = x; error_index++;
1508 einfo ("%F%P:%pS: %s in %s\n", NULL, arg, error_names[error_index - 1]);
H A Dldgram.c106 static char *error_names[ERROR_NAME_MAX]; variable
108 #define PUSH_ERROR(x) if (error_index < ERROR_NAME_MAX) error_names[error_index] = x; error_index++;
4939 einfo ("%F%P:%pS: %s in %s\n", NULL, arg, error_names[error_index - 1]);
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldgram.y58 static char *error_names[ERROR_NAME_MAX]; variable
60 #define PUSH_ERROR(x) if (error_index < ERROR_NAME_MAX) error_names[error_index] = x; error_index++;
1550 einfo (_("%F%P:%pS: %s in %s\n"), NULL, arg, error_names[error_index - 1]);
H A Dldgram.c107 static char *error_names[ERROR_NAME_MAX]; variable
109 #define PUSH_ERROR(x) if (error_index < ERROR_NAME_MAX) error_names[error_index] = x; error_index++;
5030 einfo (_("%F%P:%pS: %s in %s\n"), NULL, arg, error_names[error_index - 1]); in yyerror()