Searched refs:gai_strerror (Results 101 - 125 of 160) sorted by relevance

1234567

/netbsd-current/external/bsd/nsd/dist/
H A Dnsd.c176 gai_strerror(ret));
259 gai_strerror(ret),
379 r == EAI_SYSTEM ? strerror(errno) : gai_strerror(r));
/netbsd-current/libexec/rlogind/
H A Drlogind.c305 hostnamebuf, gai_strerror(gaierror));
/netbsd-current/usr.bin/tftp/
H A Dmain.c258 warnx("%s", gai_strerror(error));
/netbsd-current/usr.sbin/faithd/
H A Dfaithd.c279 exit_failure("getaddrinfo: %s", gai_strerror(error));
H A Dftp.c792 "501 EPRT: %s\r\n", gai_strerror(error));
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dverify_krb5_conf.c214 krb5_warnx(context, "%s: %s (%s)", path, gai_strerror(ret), hostname);
/netbsd-current/sbin/iscsid/
H A Discsid_discover.c511 retval, gai_strerror(retval)));
H A Discsid_driverif.c561 DEB(1, ("getaddrinfo failed (%s)", gai_strerror(ret)));
/netbsd-current/libexec/rshd/
H A Drshd.c413 remotehost, gai_strerror(gaierror));
/netbsd-current/usr.sbin/rpcbind/
H A Drpcbind.c457 gai_strerror(aicode));
/netbsd-current/libexec/telnetd/
H A Dtelnetd.c375 fprintf(stderr, "tcp/%s: %s\n", service, gai_strerror(error));
/netbsd-current/usr.bin/ftp/
H A Dmain.c462 : gai_strerror(error));
/netbsd-current/lib/libc/net/
H A Dgetaddrinfo.c103 __weak_alias(gai_strerror,_gai_strerror)
358 gai_strerror(int ecode) function
2867 warnx("%s: %s", argv[i], gai_strerror(e));
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dsockmisc.c817 gai_strerror(error));
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dgetaddrinfo.c279 gai_strerror(ecode)
/netbsd-current/usr.sbin/rpc.lockd/
H A Dlock_proc.c202 gai_strerror(error));
/netbsd-current/external/bsd/ntp/dist/sntp/
H A Dmain.c474 dctx->name, gai_strerror(rescode));
/netbsd-current/external/bsd/wpa/dist/src/wps/
H A Dwps_upnp.c371 rerr, gai_strerror(rerr), host);
/netbsd-current/lib/libc/include/
H A Dnamespace.h355 #define gai_strerror _gai_strerror macro
/netbsd-current/usr.sbin/inetd/
H A Dparse.c271 /* gai_strerror not friendly enough */
279 gai_strerror(error));
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dipropd_slave.c72 master, gai_strerror(error));
/netbsd-current/libexec/ftpd/
H A Dconf.c245 infile, (int)line, gai_strerror(error));
/netbsd-current/crypto/dist/ipsec-tools/src/setkey/
H A Dparse.y1599 yyerror(gai_strerror(error));
/netbsd-current/external/bsd/ntp/dist/ntpdc/
H A Dntpdc.c464 fprintf(stderr, "%s\n", gai_strerror(a_info));
/netbsd-current/usr.bin/telnet/
H A Dcommands.c2189 fprintf(stderr, "%s: %s\n", hostname, gai_strerror(error));

Completed in 688 milliseconds

1234567