| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | strerror.c | 452 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 D | strerror.c | 452 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 D | ChangeLog | 10370 (error_names): Make const.
|
| /netbsd-src/external/gpl3/gdb/dist/libiberty/ |
| H A D | strerror.c | 452 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 D | strerror.c | 452 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 D | ChangeLog | 9879 (error_names): Make const.
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | strerror.c | 452 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 D | ChangeLog | 9960 (error_names): Make const.
|
| /netbsd-src/external/gpl3/gdb/dist/sim/ppc/ |
| H A D | emul_generic.h | 98 char **error_names; member
|
| H A D | emul_generic.c | 56 printf_filtered("[%s]", emul->error_names[error]); in emul_syscall_exit()
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | ldgram.y | 57 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 D | ldgram.c | 106 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 D | ldgram.y | 58 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 D | ldgram.c | 107 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()
|