Searched refs:gai_strerror (Results 51 - 75 of 160) sorted by relevance

1234567

/netbsd-current/lib/libc/net/
H A DMakefile.inc114 MAN+= gai_strerror.3 getaddrinfo.3 getnameinfo.3 if_indextoname.3 \
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dtest-mini_inetd.c61 warnx("getaddrinfo: %s", gai_strerror(rv));
/netbsd-current/crypto/dist/ipsec-tools/src/libipsec/
H A Dpolicy_parse.y413 __ipsec_set_strerror(gai_strerror(error));
419 __ipsec_set_strerror(gai_strerror(error));
/netbsd-current/sbin/mount_nfs/
H A Dgetnfsargs.c141 gai_strerror(ecode));
/netbsd-current/usr.bin/rusers/
H A Drusers.c243 err(1, "%s", gai_strerror(ecode));
/netbsd-current/usr.bin/whois/
H A Dwhois.c195 warnx("%s: %s", server, gai_strerror(error));
/netbsd-current/libexec/httpd/
H A Ddaemon-bozo.c148 portnum, gai_strerror(e));
/netbsd-current/external/bsd/openldap/dist/include/ac/
H A Dsocket.h212 # define AC_GAI_STRERROR(x) (gai_strerror((x)))
/netbsd-current/tests/usr.sbin/inetd/
H A Dt_inetd.c249 "%s", gai_strerror(error));
/netbsd-current/usr.sbin/puffs/mount_9p/
H A Dninepuffs.c91 errx(EXIT_FAILURE, "%s", gai_strerror(ret));
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dser-tcp.c300 name, gai_strerror (r));
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dser-tcp.c300 name, gai_strerror (r));
/netbsd-current/usr.bin/getaddrinfo/
H A Dgetaddrinfo.c147 errx(1, "%s", gai_strerror(error));
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Db_addr.c220 ERR_add_error_data(1, gai_strerror(ret));
731 ERR_add_error_data(1, gai_strerror(old_ret ? old_ret : gai_ret));
808 * anyway [above getaddrinfo/gai_strerror is]. We just let
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbio_addr.c17 * This affects functions like gai_strerror(), which is implemented as
229 ERR_raise_data(ERR_LIB_BIO, ERR_R_SYS_LIB, gai_strerror(ret));
739 gai_strerror(old_ret ? old_ret : gai_ret));
819 * anyway [above getaddrinfo/gai_strerror is]. We just let
/netbsd-current/usr.sbin/wgconfig/
H A Dwgconfig.c566 errx(EXIT_FAILURE, "getaddrinfo: %s", gai_strerror(error));
616 gai_strerror(errno));
/netbsd-current/external/gpl3/gcc/dist/c++tools/
H A Dserver.cc61 # define gai_strerror(X) "" macro
369 noisy ("cannot resolve '%s': %s", arg, gai_strerror (e));
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dnet.c597 "getaddrinfo(127.0.0.1): %s", gai_strerror(n));
659 "getaddrinfo(::1): %s", gai_strerror(n));
/netbsd-current/crypto/external/bsd/netpgp/dist/src/hkpd/
H A Dhkpd.c176 gai_strerror(rc));
/netbsd-current/external/bsd/libbind/dist/include/
H A Dnetdb.h414 const char *gai_strerror __P((int));
/netbsd-current/usr.sbin/ip6addrctl/
H A Dip6addrctl.c279 gai_strerror(e));
/netbsd-current/tests/lib/libc/rpc/
H A Dt_rpc.c54 warnx("Cannot resolve address (%s)", gai_strerror(error));
/netbsd-current/usr.bin/nc/
H A Dsocks.c81 gai_strerror(r));
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dntp_rfc2553.c458 gai_strerror(int ecode) function
/netbsd-current/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp277 formatv("address resolution failed ({0})", gai_strerror(EC)),

Completed in 476 milliseconds

1234567