Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/roken/
H A Dhstrerror.c57 int h_nerr = { sizeof h_errlist / sizeof h_errlist[0] }; variable
62 extern int h_nerr;
70 if (0 <= herr && herr < h_nerr) in hstrerror()
/freebsd/lib/libc/resolv/
H A Dherror.c73 const int h_nerr = { nitems(h_errlist) }; variable
115 else if (err < h_nerr) in hstrerror()
H A DSymbol.map2 /* h_nerr; */ /* Why is this not staticized in net/herror.c? */
/freebsd/contrib/bsnmp/lib/
H A Dsupport.c121 extern int h_nerr;
175 if (e < 0 || e >= h_nerr) in gai_strerror()
/freebsd/crypto/heimdal/include/
H A Dconfig.h.in250 /* Define to 1 if you have the declaration of `h_nerr', and to 0 if you don't.
484 /* Define if you have the `h_nerr' variable. */
/freebsd/crypto/heimdal/
H A Dconfigure22093 void * foo(void) { return &h_nerr; }
22118 extern int h_nerr;
22119 int foo(void) { return h_nerr; }