Searched refs:gai_strerror (Results 1 - 18 of 18) sorted by relevance

/bind-9.11.3/lib/irs/
H A Dgai_strerror.c9 /* $Id: gai_strerror.c,v 1.5 2009/09/02 23:48:02 tbox Exp $ */
11 /*! \file gai_strerror.c
12 * gai_strerror() returns an error message corresponding to an
75 gai_strerror(int ecode) { function
/bind-9.11.3/lib/irs/win32/include/irs/
H A Dnetdb.h178 #ifdef gai_strerror
179 #undef gai_strerror macro
181 #define gai_strerror irs_gai_strerror macro
190 char *gai_strerror(int);
/bind-9.11.3/lib/samples/
H A Dsample-gai.c35 hostname, family, gai_strerror(error));
51 gai_strerror(error));
H A Dsample-request.c219 gai_strerror(gaierror));
H A Dresolve.c198 gai_strerror(gaierror));
H A Dsample-update.c132 server, gai_strerror(gaierror));
H A Dnsprobe.c1090 cacheserver, gai_strerror(error));
/bind-9.11.3/contrib/queryperf/missing/
H A Daddrinfo.h99 extern char *gai_strerror(int);
H A Dgetaddrinfo.c162 gai_strerror(ecode) function
/bind-9.11.3/lib/lwres/win32/include/lwres/
H A Dnetdb.h215 #ifdef gai_strerror
216 #undef gai_strerror macro
218 #define gai_strerror lwres_gai_strerror macro
/bind-9.11.3/lib/lwres/include/lwres/
H A Dnetdb.h.in221 #ifdef gai_strerror
222 #undef gai_strerror
224 #define gai_strerror lwres_gai_strerror
/bind-9.11.3/lib/isc/unix/
H A Dnet.c649 "getaddrinfo(127.0.0.1): %s", gai_strerror(n));
714 "getaddrinfo(::1): %s", gai_strerror(n));
/bind-9.11.3/bin/check/
H A Dcheck-tool.c261 namebuf, gai_strerror(result));
459 namebuf, gai_strerror(result));
544 namebuf, gai_strerror(result));
/bind-9.11.3/contrib/perftcpdns/
H A Dperftcpdns.c1562 servername, gai_strerror(ret));
1606 gai_strerror(ret));
2207 gai_strerror(ret));
/bind-9.11.3/bin/tests/system/lwresd/
H A Dlwtest.c472 name, v4ok, v6ok, gai_strerror(ret));
/bind-9.11.3/contrib/queryperf/
H A Dqueryperf.c780 gai_strerror(ret));
/bind-9.11.3/bin/delv/
H A Ddelv.c823 gai_strerror(gaierror));
/bind-9.11.3/
H A Dconfigure19238 # ...and same for gai_strerror().
19240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gai_strerror prototype definitions" >&5
19241 $as_echo_n "checking for gai_strerror prototype definitions... " >&6; }
19248 char *gai_strerror(int ecode);
19294 ac_fn_c_check_func "$LINENO" "gai_strerror" "ac_cv_func_gai_strerror"

Completed in 2342 milliseconds