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

123456

/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dcanon-host.h28 # define ch_strerror_r(cherror) gai_strerror (cherror);
H A Dgai_strerror.c67 gai_strerror (int code) function
77 libc_hidden_def (gai_strerror)
H A Dcanon-host.c44 getaddrinfo(). Use ch_strerror_r() or gai_strerror() to convert a *CHERROR
89 return gai_strerror (last_cherror);
H A Dgetaddrinfo.h90 <http://www.opengroup.org/susv3xsh/gai_strerror.html>. */
91 extern const char *gai_strerror (int ecode);
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/Win32/Src/
H A Dgai_strerror.c33 __FBSDID("$FreeBSD: /repoman/r/ncvs/src/lib/libc/net/gai_strerror.c,v 1.1 2005/04/06 12:45:51 ume Exp $");
70 /* on MingW, gai_strerror is available.
73 #ifndef gai_strerror
83 #endif /* gai_strerror *
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/irs/
H A Dgai_strerror.c19 /* Id: gai_strerror.c,v 1.5 2009/09/02 23:48:02 tbox Exp */
21 /*! \file gai_strerror.c
22 * gai_strerror() returns an error message corresponding to an
83 gai_strerror(int ecode) { function
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgai_strerror.c68 gai_strerror(int ecode) function
75 return "unknown error code in gai_strerror";
H A Dgetaddrinfo-test.c85 errx(1, "error: %s\n", gai_strerror(ret));
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/export/samples/
H A Dsample-gai.c45 hostname, family, gai_strerror(error));
59 gai_strerror(error));
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dsock_principal.c60 krb5_set_error_message (context, ret2, "getnameinfo: %s", gai_strerror(ret));
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/queryperf/missing/
H A Daddrinfo.h101 extern char *gai_strerror(int);
/netbsd-6-1-5-RELEASE/external/bsd/bind/lib/liblwres/
H A DMakefile14 SRCS = context.c gai_strerror.c getaddrinfo.c gethost.c getipnode.c \
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Dgai_strerror.c52 gai_strerror(int ecode) { function
/netbsd-6-1-5-RELEASE/lib/liblwres/
H A DMakefile14 SRCS = context.c gai_strerror.c getaddrinfo.c gethost.c getipnode.c \
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dmyaddrinfo.h39 #undef gai_strerror macro
40 #define gai_strerror mai_strerror macro
68 * Result codes. See gai_strerror() for text. Undefine already imported
104 extern char *gai_strerror(int);
171 #define MAI_STRERROR(e) ((e) == EAI_SYSTEM ? strerror(errno) : gai_strerror(e))
H A Dmyaddrinfo.c92 /* multiple times) that invokes strerror() or gai_strerror()
141 /* getaddrinfo(3), getnameinfo(3), freeaddrinfo(3), gai_strerror(3)
144 /* that is compatible with gai_strerror().
779 /* gai_strerror - error number to string */
781 char *gai_strerror(int ecode) function
824 argv[2], err == EAI_SYSTEM ? strerror(errno) : gai_strerror(err));
830 err == EAI_SYSTEM ? strerror(errno) : gai_strerror(err));
838 err == EAI_SYSTEM ? strerror(errno) : gai_strerror(err));
850 argv[3], err == EAI_SYSTEM ? strerror(errno) : gai_strerror(err));
855 err == EAI_SYSTEM ? strerror(errno) : gai_strerror(er
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/common/
H A Dlocalhostname.c80 gai_strerror(error));
/netbsd-6-1-5-RELEASE/usr.sbin/tcpdrop/
H A Dtcpdrop.c86 errx(1, "%s port %s: %s", host, serv, gai_strerror(gaierr));
98 errx(1, "getnameinfo: %s", gai_strerror(gaierr));
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/Win32/Include/
H A Daddrinfo.h84 extern char *gai_strerror (int);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/ipc/
H A Dts-http.c89 errx(1, "%s", gai_strerror(ret));
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dntp_rfc2553.h203 char *gai_strerror (int);
/netbsd-6-1-5-RELEASE/usr.bin/finger/
H A Dnet.c87 warnx("%s: %s", gai_strerror(error), host);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/lwres/win32/include/lwres/
H A Dnetdb.h224 #ifdef gai_strerror
225 #undef gai_strerror macro
227 #define gai_strerror lwres_gai_strerror macro
/netbsd-6-1-5-RELEASE/external/bsd/bind/include/lwres/
H A Dnetdb.h228 #ifdef gai_strerror
229 #undef gai_strerror macro
231 #define gai_strerror lwres_gai_strerror macro
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/wind/
H A Didn-lookup.c116 errx(1, "getaddrinfo failed: %s", gai_strerror(ret));

Completed in 308 milliseconds

123456