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

1234567

/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dcanon-host.h28 # define ch_strerror_r(cherror) gai_strerror (cherror);
H A Dgai_strerror.c19 __RCSID("$NetBSD: gai_strerror.c,v 1.2 2016/05/17 14:00:09 christos Exp $");
70 gai_strerror (int code) function
80 libc_hidden_def (gai_strerror)
H A Dcanon-host.c47 getaddrinfo(). Use ch_strerror_r() or gai_strerror() to convert a *CHERROR
92 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-current/external/mpl/dhcp/bind/dist/lib/irs/
H A Dgai_strerror.c1 /* $NetBSD: gai_strerror.c,v 1.1 2024/02/18 20:57:47 christos Exp $ */
16 /*! \file gai_strerror.c
17 * gai_strerror() returns an error message corresponding to an
84 gai_strerror(int ecode) { function
H A DMakefile.in45 gai_strerror.@O@ getaddrinfo.@O@ getnameinfo.@O@ \
51 gai_strerror.c getaddrinfo.c getnameinfo.c \
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dnetdb.in.h220 # undef gai_strerror macro
221 # define gai_strerror rpl_gai_strerror macro
223 _GL_FUNCDECL_RPL (gai_strerror, const char *, (int ecode));
224 _GL_CXXALIAS_RPL (gai_strerror, const char *, (int ecode));
229 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/gai_strerror.html>. */
230 _GL_FUNCDECL_SYS (gai_strerror, const char *, (int ecode));
232 _GL_CXXALIAS_SYS (gai_strerror, const char *, (int ecode));
235 _GL_CXXALIASWARN (gai_strerror); variable
280 # undef gai_strerror
282 _GL_WARN_ON_USE (gai_strerror, "gai_strerro
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgai_strerror.c1 /* $NetBSD: gai_strerror.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */
68 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-current/external/mpl/dhcp/bind/include/irs/
H A Dnetdb.h166 #ifdef gai_strerror
167 #undef gai_strerror macro
169 #define gai_strerror irs_gai_strerror macro
184 gai_strerror(int ecode);
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dgai_strerror.c52 gai_strerror(int ecode) { function
/netbsd-current/usr.sbin/ypserv/common/
H A Dlocalhostname.c80 gai_strerror(error));
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dsock_principal.c60 krb5_set_error_message (context, ret2, "getnameinfo: %s", gai_strerror(ret));
/netbsd-current/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().
796 /* gai_strerror - error number to string */
798 char *gai_strerror(int ecode) function
852 argv[2], err == EAI_SYSTEM ? strerror(errno) : gai_strerror(err));
865 err == EAI_SYSTEM ? strerror(errno) : gai_strerror(err));
873 err == EAI_SYSTEM ? strerror(errno) : gai_strerror(err));
886 argv[3], err == EAI_SYSTEM ? strerror(errno) : gai_strerror(err));
891 err == EAI_SYSTEM ? strerror(errno) : gai_strerror(er
[all...]
/netbsd-current/external/bsd/unbound/dist/compat/
H A Dfake-rfc2553.h158 #define gai_strerror(a) (gai_strerror_unbound(a)) macro
159 char *gai_strerror(int);
/netbsd-current/external/bsd/nsd/dist/compat/
H A Dfake-rfc2553.h165 #define gai_strerror(a) (ssh_gai_strerror(a)) macro
166 char *gai_strerror(int);
/netbsd-current/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-current/usr.bin/finger/
H A Dnet.c87 warnx("%s: %s", gai_strerror(error), host);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/ipc/
H A Dts-http.c89 errx(1, "%s", gai_strerror(ret));
/netbsd-current/tests/net/ipsec/
H A Dnatt_terminator.c94 errx(EXIT_FAILURE, "getaddrinfo failed: %s", gai_strerror(e));
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dsocktohost.c114 gai_strerror(a_info)));
/netbsd-current/external/bsd/ntp/dist/include/
H A Dntp_rfc2553.h220 char *gai_strerror (int);
/netbsd-current/crypto/external/bsd/netpgp/dist/src/hkpclient/
H A Dhkpc.c61 gai_strerror(rc));
/netbsd-current/tests/net/net/
H A Dt_udp.c33 gai_strerror(e));

Completed in 377 milliseconds

1234567