HomeSort by: relevance | last modified time | path
    Searched refs:gai_strerror (Results 1 - 25 of 166) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/gpl2/xcvs/dist/lib/
canon-host.h 28 # define ch_strerror_r(cherror) gai_strerror (cherror);
gai_strerror.c 19 __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)
canon-host.c 47 getaddrinfo(). Use ch_strerror_r() or gai_strerror() to convert a *CHERROR
92 return gai_strerror (last_cherror);
getaddrinfo.h 90 <http://www.opengroup.org/susv3xsh/gai_strerror.html>. */
91 extern const char *gai_strerror (int ecode);
  /src/external/mpl/dhcp/bind/dist/lib/irs/
gai_strerror.c 1 /* $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
  /src/external/gpl3/gdb/dist/gnulib/import/
netdb.in.h 220 # 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_strerror is unportable -
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
netdb.in.h 220 # 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_strerror is unportable -
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
gai_strerror.c 1 /* $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";
getaddrinfo-test.c 85 errx(1, "error: %s\n", gai_strerror(ret));
  /src/external/mpl/dhcp/bind/include/irs/
netdb.h 166 #ifdef gai_strerror
167 #undef gai_strerror macro
169 #define gai_strerror irs_gai_strerror macro
184 gai_strerror(int ecode);
  /src/external/mpl/dhcp/bind/dist/lib/irs/include/irs/
netdb.h.in 164 #ifdef gai_strerror
165 #undef gai_strerror
167 #define gai_strerror irs_gai_strerror
182 gai_strerror(int ecode);
  /src/usr.sbin/ypserv/common/
localhostname.c 80 gai_strerror(error));
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
sock_principal.c 60 krb5_set_error_message (context, ret2, "getnameinfo: %s", gai_strerror(ret));
  /src/external/bsd/libbind/dist/irs/
gai_strerror.c 1 /* $NetBSD: gai_strerror.c,v 1.1.1.1 2009/04/12 15:33:35 christos Exp $ */
52 gai_strerror(int ecode) { function
  /src/external/ibm-public/postfix/dist/src/util/
myaddrinfo.h 39 #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))
myaddrinfo.c 92 /* 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(err))
    [all...]
  /src/external/bsd/nsd/dist/compat/
fake-rfc2553.h 165 #define gai_strerror(a) (ssh_gai_strerror(a)) macro
166 char *gai_strerror(int);
  /src/external/bsd/unbound/dist/compat/
fake-rfc2553.h 158 #define gai_strerror(a) (gai_strerror_unbound(a)) macro
159 char *gai_strerror(int);
  /src/usr.sbin/tcpdrop/
tcpdrop.c 86 errx(1, "%s port %s: %s", host, serv, gai_strerror(gaierr));
98 errx(1, "getnameinfo: %s", gai_strerror(gaierr));
  /src/tests/net/ipsec/
natt_terminator.c 94 errx(EXIT_FAILURE, "getaddrinfo failed: %s", gai_strerror(e));
  /src/usr.bin/finger/
net.c 87 warnx("%s: %s", gai_strerror(error), host);
  /src/crypto/external/bsd/heimdal/dist/lib/ipc/
ts-http.c 89 errx(1, "%s", gai_strerror(ret));
  /src/external/bsd/ntp/dist/include/
ntp_rfc2553.h 220 char *gai_strerror (int);
  /src/external/bsd/ntp/dist/libntp/
socktohost.c 113 gai_strerror(a_info)));
  /src/tests/net/net/
t_udp.c 33 gai_strerror(e));

Completed in 69 milliseconds

1 2 3 4 5 6 7