Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/roken/
H A Dhstrerror.c47 static const char *const h_errlist[] = { variable
57 int h_nerr = { sizeof h_errlist / sizeof h_errlist[0] };
61 extern const char *h_errlist[];
71 return h_errlist[herr]; in hstrerror()
/freebsd/lib/libc/resolv/
H A Dherror.c66 const char *h_errlist[] = { variable
73 const int h_nerr = { nitems(h_errlist) };
116 return (h_errlist[err]); in hstrerror()
H A DSymbol.map3 h_errlist;
/freebsd/contrib/bsnmp/lib/
H A Dsupport.c123 extern const char *h_errlist[];
177 return (h_errlist[e]); in gai_strerror()
/freebsd/crypto/heimdal/include/
H A Dconfig.h.in242 /* Define to 1 if you have the declaration of `h_errlist', and to 0 if you
478 /* Define if you have the `h_errlist' variable. */
/freebsd/crypto/heimdal/
H A Dconfigure22002 void * foo(void) { return &h_errlist; }
22027 extern int h_errlist;
22028 int foo(void) { return h_errlist; }