Searched refs:sys_errlist (Results 1 – 1 of 1) sorted by relevance
16 #define sys_errlist sys_errlist__ macro23 #undef sys_errlist461 static const char **sys_errlist; variable466 extern char *sys_errlist[];540 if (sys_errlist == NULL) in init_error_tables()543 if ((sys_errlist = (const char **) malloc (nbytes)) != NULL) in init_error_tables()545 memset (sys_errlist, 0, nbytes); in init_error_tables()549 sys_errlist[eip -> value] = eip -> msg; in init_error_tables()656 else if ((sys_errlist == NULL) || (sys_errlist[errnoval] == NULL))665 msg = (char *) sys_errlist[errnoval];