Searched refs:sys_nerr (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/legacy/gcc/texinfo/lib/
H A Dstrerror.c29 extern int sys_nerr;
38 if (n < 0 || n >= sys_nerr) {
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dclib.c50 extern int sys_nerr;
56 if (num >= sys_nerr)
/haiku-buildtools/binutils/libiberty/
H A Dstrerror.c13 #define sys_nerr sys_nerr__ macro
24 #undef sys_nerr macro
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;
579 should check the size of the table (@code{sys_nerr}) before indexing
581 added to the table. Thus @code{sys_nerr} might be smaller than value
600 maxsize = MAX (sys_nerr, num_error_name
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dstrerror.c13 #define sys_nerr sys_nerr__ macro
24 #undef sys_nerr macro
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;
579 should check the size of the table (@code{sys_nerr}) before indexing
581 added to the table. Thus @code{sys_nerr} might be smaller than value
600 maxsize = MAX (sys_nerr, num_error_name
[all...]
/haiku-buildtools/legacy/binutils/libiberty/
H A Dstrerror.c13 #define sys_nerr sys_nerr__ macro
24 #undef sys_nerr macro
465 #define sys_nerr sys_nerr__ macro
467 static int sys_nerr; variable
472 extern int sys_nerr;
552 sys_nerr = num_error_names;
574 should check the size of the table (@code{sys_nerr}) before indexing
576 added to the table. Thus @code{sys_nerr} might be smaller than value
595 maxsize = MAX (sys_nerr, num_error_names);
607 external variables @code{sys_nerr} an
[all...]
/haiku-buildtools/legacy/gcc/libiberty/
H A Dstrerror.c17 #define sys_nerr sys_nerr__ macro
25 #undef sys_nerr macro
462 static int sys_nerr; variable
467 extern int sys_nerr;
548 sys_nerr = num_error_names;
577 should check the size of the table (sys_nerr) before indexing it,
579 added to the table. Thus sys_nerr might be smaller than value
596 maxsize = MAX (sys_nerr, num_error_names);
616 variables sys_nerr and sys_errlist, these strings will be the same
648 if ((errnoval < 0) || (errnoval >= sys_nerr))
[all...]
H A Dmpw.c38 int sys_nerr = 0; variable
869 sys_nerr = errno_max ();
H A Dconfigure1186 vars="sys_errlist sys_nerr sys_siglist"
1712 # Under mingw32, sys_nerr and sys_errlist exist, but they are
1714 vars="`echo $vars | sed -e 's/sys_nerr//' -e 's/sys_errlist//'`"
1730 # Under uwin 2.0+, sys_nerr and sys_errlist exist, but they are
/haiku-buildtools/legacy/gcc/texinfo/util/
H A Dderef.c230 extern int sys_nerr;
233 if (errno < sys_nerr && errno >= 0)
H A Dtexindex.c1700 extern int sys_nerr;
1706 if (num >= sys_nerr)
/haiku-buildtools/legacy/gcc/gcc/
H A Dsystem.h352 extern int sys_nerr;
H A Dcpplib.c3212 result = (char *) ((errnum < sys_nerr) ? sys_errlist[errnum] : 0);
H A Dcollect2.c353 if (e > 0 && e < sys_nerr)
H A Dprotoize.c607 if (e > 0 && e < sys_nerr)
H A Dgcc.c1088 if (e > 0 && e < sys_nerr)
/haiku-buildtools/gcc/gmp/tests/devel/
H A Dtry.c141 extern int sys_nerr;
152 if (n < 0 || n >= sys_nerr)

Completed in 291 milliseconds