Home
last modified time | relevance | path

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

/freebsd-head/crypto/heimdal/lib/roken/
HDhstrerror.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-head/lib/libc/resolv/
HDherror.c66 const char *h_errlist[] = { variable
73 const int h_nerr = { nitems(h_errlist) };
116 return (h_errlist[err]); in hstrerror()
HDSymbol.map3 h_errlist;
/freebsd-head/contrib/bsnmp/lib/
HDsupport.c123 extern const char *h_errlist[];
177 return (h_errlist[e]); in gai_strerror()
/freebsd-head/crypto/heimdal/include/
HDconfig.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-head/crypto/heimdal/
HDconfigure22002 void * foo(void) { return &h_errlist; }
22027 extern int h_errlist;
22028 int foo(void) { return h_errlist; }