Lines Matching refs:sys_nerr
13 #define sys_nerr sys_nerr__
24 #undef sys_nerr
465 #define sys_nerr sys_nerr__
467 static int sys_nerr;
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_names);
612 external variables @code{sys_nerr} and @code{sys_errlist}, these
645 if ((errnoval < 0) || (errnoval >= sys_nerr))
794 printf ("%d entries in messages table.\n", sys_nerr);