Searched refs:gai_strerror (Results 151 - 166 of 166) sorted by relevance

1234567

/freebsd-13-stable/usr.sbin/inetd/
H A Dinetd.c420 syslog(LOG_ERR, "-a %s: %s", hostname, gai_strerror(error));
/freebsd-13-stable/usr.bin/rpcinfo/
H A Drpcinfo.c576 errx(1, "%s: %s", host, gai_strerror(error));
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dctrl_iface.c3555 wpa_printf(MSG_ERROR, "getaddrinfo(): %s", gai_strerror(n));
4337 wpa_printf(MSG_ERROR, "getaddrinfo(): %s", gai_strerror(n));
/freebsd-13-stable/usr.sbin/route6d/
H A Droute6d.c626 fatal("%s", gai_strerror(error));
696 fatal("%s", gai_strerror(error));
/freebsd-13-stable/contrib/unbound/services/
H A Dlisten_dnsport.c933 ifname?ifname:"default", port, gai_strerror(r),
/freebsd-13-stable/libexec/ftpd/
H A Dftpd.c3475 syslog(LOG_ERR, "%s", gai_strerror(error));
/freebsd-13-stable/contrib/ntp/ntpq/
H A Dntpq.c717 fprintf(stderr, "%s\n", gai_strerror(a_info));
/freebsd-13-stable/usr.sbin/ctld/
H A Dctld.c2442 log_errx(1, "getnameinfo: %s", gai_strerror(error));
/freebsd-13-stable/contrib/unbound/daemon/
H A Dremote.c320 ip?ip:"default", port, gai_strerror(r),
/freebsd-13-stable/contrib/libevent/
H A Dhttp.c4300 event_errx(1, "getnameinfo failed: %s", gai_strerror(ni_result));
/freebsd-13-stable/contrib/googletest/googletest/src/
H A Dgtest.cc4348 << gai_strerror(error_num);
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_proto.c4912 name, gai_strerror(rescode), rescode);
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dhttp.c4133 event_errx(1, "getnameinfo failed: %s", gai_strerror(ni_result));
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A DMakefile.in50 freeaddrinfo.c freehostent.c gai_strerror.c getaddrinfo.c \
802 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gai_strerror.Plo@am__quote@
/freebsd-13-stable/contrib/apr/
H A Dconfigure29450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gai_strerror" >&5
29451 $as_echo_n "checking for library containing gai_strerror... " >&6; }
29465 char gai_strerror ();
29469 return gai_strerror ();
29562 for ac_func in gai_strerror if_nametoindex if_indextoname
30011 # so getaddrinfo/gai_strerror are not used.
/freebsd-13-stable/crypto/heimdal/
H A Dconfigure19189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gai_strerror" >&5
19190 $as_echo_n "checking for gai_strerror... " >&6; }
19217 gai_strerror(0)
19238 for ac_func in gai_strerror
19240 ac_fn_c_check_func "$LINENO" "gai_strerror" "ac_cv_func_gai_strerror"
19250 # gai_strerror
19251 eval "ac_tr_func=HAVE_`echo gai_strerror | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
19295 *" gai_strerror.$ac_objext "* ) ;;
19296 *) LIBOBJS="$LIBOBJS gai_strerror.$ac_objext"

Completed in 249 milliseconds

1234567