HomeSort by: relevance | last modified time | path
    Searched defs:gai_strerror (Results 1 - 18 of 18) sorted by relevancy

  /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/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/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";
  /src/external/gpl2/xcvs/dist/lib/
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)
  /src/external/bsd/nsd/dist/compat/
fake-rfc2553.c 88 gai_strerror(int err) function
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.c 88 gai_strerror(int err) function
fake-rfc2553.h 158 #define gai_strerror(a) (gai_strerror_unbound(a)) macro
159 char *gai_strerror(int);
  /src/external/bsd/ntp/dist/libntp/
ntp_rfc2553.c 458 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/external/ibm-public/postfix/dist/src/util/
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...]
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))
  /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/gpl3/gcc/dist/c++tools/
server.cc 61 # define gai_strerror(X) "" macro
369 noisy ("cannot resolve '%s': %s", arg, gai_strerror (e));
  /src/external/gpl3/gcc.old/dist/c++tools/
server.cc 61 # define gai_strerror(X) "" macro
369 noisy ("cannot resolve '%s': %s", arg, gai_strerror (e));
  /src/lib/libc/net/
getaddrinfo.c 103 __weak_alias(gai_strerror,_gai_strerror)
358 gai_strerror(int ecode) function
2870 warnx("%s: %s", argv[i], gai_strerror(e));
  /src/lib/libc/include/
namespace.h 359 #define gai_strerror _gai_strerror macro

Completed in 51 milliseconds