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

123456

/macosx-10.9.5/libpcap-42/libpcap/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 *
/macosx-10.9.5/bind9-45.100/bind9/lib/irs/
H A Dgai_strerror.c17 /* $Id: gai_strerror.c,v 1.5 2009/09/02 23:48:02 tbox Exp $ */
19 /*! \file gai_strerror.c
20 * gai_strerror() returns an error message corresponding to an
81 gai_strerror(int ecode) { function
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dgai_strerror.c66 gai_strerror(int ecode) function
73 return "unknown error code in gai_strerror";
H A Dgetaddrinfo-test.c83 errx(1, "error: %s\n", gai_strerror(ret));
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/saslauthd/include/
H A Dgai.h97 char *gai_strerror(int);
/macosx-10.9.5/bind9-45.100/bind9/lib/export/samples/
H A Dsample-gai.c43 hostname, family, gai_strerror(error));
57 gai_strerror(error));
/macosx-10.9.5/network_cmds-433/mnc.tproj/
H A Dmnc_opts.c155 gai_strerror(errorcode));
170 gai_strerror(errorcode));
/macosx-10.9.5/postfix-252/postfix/auxiliary/name-addr-test/
H A Dgetnameinfo.c52 fprintf(stderr, "getaddrinfo %s: %s\n", host, gai_strerror(err));
64 fprintf(stderr, "getnameinfo %s: %s\n", host, gai_strerror(err));
H A Dgetaddrinfo.c46 fprintf(stderr, "host %s not found: %s\n", argv[1], gai_strerror(err));
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dsock_principal.c58 krb5_set_error_message (context, ret2, "getnameinfo: %s", gai_strerror(ret));
/macosx-10.9.5/bind9-45.100/bind9/contrib/queryperf/missing/
H A Daddrinfo.h99 extern char *gai_strerror(int);
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dmyaddrinfo.h37 #undef gai_strerror macro
38 #define gai_strerror mai_strerror macro
66 * Result codes. See gai_strerror() for text. Undefine already imported
102 extern char *gai_strerror(int);
169 #define MAI_STRERROR(e) ((e) == EAI_SYSTEM ? strerror(errno) : gai_strerror(e))
H A Dmyaddrinfo.c89 /* multiple times) that invokes strerror() or gai_strerror()
138 /* getaddrinfo(3), getnameinfo(3), freeaddrinfo(3), gai_strerror(3)
141 /* that is compatible with gai_strerror().
771 /* gai_strerror - error number to string */
773 char *gai_strerror(int ecode) function
816 argv[2], err == EAI_SYSTEM ? strerror(errno) : gai_strerror(err));
822 err == EAI_SYSTEM ? strerror(errno) : gai_strerror(err));
830 err == EAI_SYSTEM ? strerror(errno) : gai_strerror(err));
842 argv[3], err == EAI_SYSTEM ? strerror(errno) : gai_strerror(err));
847 err == EAI_SYSTEM ? strerror(errno) : gai_strerror(er
[all...]
/macosx-10.9.5/rsync-42/rsync/lib/
H A Daddrinfo.h106 extern char *gai_strerror(int);
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dfake-rfc2553.h159 #define gai_strerror(a) (_ssh_compat_gai_strerror(a)) macro
160 char *gai_strerror(int);
/macosx-10.9.5/libpcap-42/libpcap/Win32/Include/
H A Daddrinfo.h84 extern char *gai_strerror (int);
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/win32/include/
H A Dconfig.h179 #define gai_strerror sasl_gai_strerror macro
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/apple/
H A Dgetaddrinfo_port.c129 debug("error: %s", gai_strerror(err));
/macosx-10.9.5/Heimdal-323.92.1/lib/ipc/
H A Dts-http.c87 errx(1, "%s", gai_strerror(ret));
/macosx-10.9.5/ntp-88/include/
H A Dntp_rfc2553.h193 char *gai_strerror (int);
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/saslauthd/
H A Dsaslauthd.h292 #define gai_strerror sasl_gai_strerror macro
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/win32/include/lwres/
H A Dnetdb.h222 #ifdef gai_strerror
223 #undef gai_strerror macro
225 #define gai_strerror lwres_gai_strerror macro
/macosx-10.9.5/rsync-42/rsync/
H A Dclientname.c121 addr, gai_strerror(err));
224 client_addr(fd), gai_strerror(name_err));
316 name_buf, gai_strerror(error));
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/sample/
H A Dclient.c205 fprintf(stderr, "getaddrinfo: %s\n", gai_strerror(err));
389 fprintf(stderr, "getnameinfo: %s\n", gai_strerror(error));
408 fprintf(stderr, "getnameinfo: %s\n", gai_strerror(error));
H A Dserver.c89 fprintf(stderr, "%s\n", gai_strerror(err));
372 fprintf(stderr, "getnameinfo: %s\n", gai_strerror(error));
391 fprintf(stderr, "getnameinfo: %s\n", gai_strerror(error));

Completed in 280 milliseconds

123456