Searched refs:h_errlist (Results 1 – 6 of 6) sorted by relevance
47 static const char *const h_errlist[] = { variable57 int h_nerr = { sizeof h_errlist / sizeof h_errlist[0] };61 extern const char *h_errlist[];71 return h_errlist[herr]; in hstrerror()
66 const char *h_errlist[] = { variable73 const int h_nerr = { nitems(h_errlist) };116 return (h_errlist[err]); in hstrerror()
3 h_errlist;
123 extern const char *h_errlist[];177 return (h_errlist[e]); in gai_strerror()
242 /* Define to 1 if you have the declaration of `h_errlist', and to 0 if you478 /* Define if you have the `h_errlist' variable. */
22002 void * foo(void) { return &h_errlist; }22027 extern int h_errlist;22028 int foo(void) { return h_errlist; }