Home
last modified time | relevance | path

Searched refs:sys_nerr (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/libiberty/
Dstrerror.c13 #define sys_nerr sys_nerr__ macro
24 #undef sys_nerr
465 #define sys_nerr sys_nerr__ macro
467 static int sys_nerr; variable
473 #ifndef sys_nerr
474 extern int sys_nerr;
557 sys_nerr = num_error_names; in init_error_tables()
600 maxsize = MAX (sys_nerr, num_error_names); in errno_max()
645 if ((errnoval < 0) || (errnoval >= sys_nerr)) in strerror()
794 printf ("%d entries in messages table.\n", sys_nerr); in main()
Dconfigure.ac390 vars="sys_errlist sys_nerr sys_siglist"
420 AC_DEFINE(HAVE_SYS_NERR, 1, [Define if you have the sys_nerr variable.])
611 # Under mingw32, sys_nerr and sys_errlist exist, but they are
627 # Under uwin 2.0+, sys_nerr and sys_errlist exist, but they are
Dconfig.in332 /* Define if you have the sys_nerr variable. */
Dfunctions.texi234 should check the size of the table (@code{sys_nerr}) before indexing
236 added to the table. Thus @code{sys_nerr} might be smaller than value
1577 external variables @code{sys_nerr} and @code{sys_errlist}, these
DChangeLog281 * strerror.c <sys_nerr, sys_errlist>: Declare only if they aren't
3305 * strerror.c: Include config.h, and redefine sys_nerr and
3792 * strerror.c: Revert last change. Declare static sys_nerr
4974 * strerror.c (sys_nerr): Hide the OS header version.
7842 (sys_nerr, sys_errlist): Define here.
9160 * functions.def (sys_nerr, sys_errlist, sys_siglist): DEFVAR's
/toolchain/binutils/binutils-2.27/ld/
DChangeLog-91975658 * ldmisc.c (errno, sys_nerr, sys_errlist): Don't declare.