Searched refs:error_names (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/lib/libiberty/src/
H A Dstrerror.c452 static const char **error_names; variable
490 the error_names and the sys_errlist (if needed) tables, which are
525 /* Now attempt to allocate the error_names table, zero it out, and then
528 if (error_names == NULL)
531 if ((error_names = (const char **) malloc (nbytes)) != NULL)
533 memset (error_names, 0, nbytes);
536 error_names[eip -> value] = eip -> name;
591 if (error_names == NULL)
633 if (error_names == NULL)
697 if (error_names
[all...]
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dstrerror.c446 static char **error_names; variable
483 the error_names and the sys_errlist (if needed) tables, which are
518 /* Now attempt to allocate the error_names table, zero it out, and then
521 if (error_names == NULL)
524 if ((error_names = (char **) malloc (nbytes)) != NULL)
526 memset (error_names, 0, nbytes);
529 error_names[eip -> value] = eip -> name;
589 if (error_names == NULL)
636 if (error_names == NULL)
703 if (error_names
[all...]
/openbsd-current/gnu/usr.bin/binutils/ld/
H A Dldgram.y62 static char *error_names[ERROR_NAME_MAX];
64 #define PUSH_ERROR(x) if (error_index < ERROR_NAME_MAX) error_names[error_index] = x; error_index++;
1198 einfo ("%P%F:%S: %s in %s\n", arg, error_names[error_index-1]);
/openbsd-current/gnu/usr.bin/binutils-2.17/ld/
H A Dldgram.y60 static char *error_names[ERROR_NAME_MAX];
62 #define PUSH_ERROR(x) if (error_index < ERROR_NAME_MAX) error_names[error_index] = x; error_index++;
1313 einfo ("%P%F:%S: %s in %s\n", arg, error_names[error_index-1]);

Completed in 220 milliseconds