Home | History | Annotate | Download | only in libiberty

Lines Matching defs:sys_nerr

13 #define sys_nerr sys_nerr__
24 #undef sys_nerr
465 #define sys_nerr sys_nerr__
467 static int sys_nerr;
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} and @code{sys_errlist}, these
640 if ((errnoval < 0) || (errnoval >= sys_nerr))
789 printf ("%d entries in messages table.\n", sys_nerr);