Home
last modified time | relevance | path

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

/haiku/src/libs/stdc++/legacy/
H A Dstrerror.c16 #define sys_errlist sys_errlist__ macro
23 #undef sys_errlist
461 static const char **sys_errlist; variable
466 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];