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

/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dhstrerror.c50 static const char *const h_errlist[] = { variable
60 int h_nerr = { sizeof h_errlist / sizeof h_errlist[0] };
64 extern const char *h_errlist[];
74 return h_errlist[herr];
/freebsd-9.3-release/contrib/bind9/lib/lwres/
H A Dherror.c87 static const char *h_errlist[] = { variable
95 static int h_nerr = sizeof(h_errlist) / sizeof(h_errlist[0]);
116 return (h_errlist[err]);
/freebsd-9.3-release/lib/libc/resolv/
H A Dherror.c72 const char *h_errlist[] = { variable
79 const int h_nerr = { sizeof h_errlist / sizeof h_errlist[0] };
122 return (h_errlist[err]);
H A DSymbol.map7 h_errlist;
/freebsd-9.3-release/contrib/bsnmp/lib/
H A Dsupport.c123 extern const char *h_errlist[];
177 return (h_errlist[e]);
/freebsd-9.3-release/crypto/heimdal/
H A Dconfigure[all...]

Completed in 140 milliseconds