Searched refs:hstrerror (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dhstrerror.c39 #define hstrerror broken_proto macro
43 #undef hstrerror macro
68 hstrerror(int herr) function
75 return "Error number out of range (hstrerror)";
H A DMakefile.in54 glob.c hstrerror.c inet_aton.c inet_ntop.c inet_pton.c \
820 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/hstrerror.Plo@am__quote@
/freebsd-11-stable/usr.bin/talk/
H A Dget_addrs.c56 errx(1, "%s: %s", his_machine_name, hstrerror(h_errno));
/freebsd-11-stable/lib/libc/resolv/
H A Dherror.c102 DE_CONST(hstrerror(*__h_errno()), t);
113 * hstrerror --
117 hstrerror(int err) { function
/freebsd-11-stable/usr.sbin/bluetooth/btpand/
H A Dbtpand.c94 optarg, hstrerror(h_errno));
112 optarg, hstrerror(h_errno));
/freebsd-11-stable/usr.sbin/timed/timedc/
H A Dcmds.c194 warnx("%s: %s", *argv, hstrerror(h_errno));
294 warnx("%s: %s", tgtname, hstrerror(h_errno));
390 warnx("%s: %s", *argv, hstrerror(h_errno));
/freebsd-11-stable/contrib/ntp/include/
H A Dl_stdlib.h56 extern const char * hstrerror (int);
/freebsd-11-stable/usr.sbin/bluetooth/l2ping/
H A Dl2ping.c100 errx(1, "%s: %s", optarg, hstrerror(h_errno));
129 errx(1, "%s: %s", optarg, hstrerror(h_errno));
/freebsd-11-stable/include/
H A Dnetdb.h292 const char *hstrerror(int);
/freebsd-11-stable/usr.sbin/bluetooth/bthidd/
H A Dbthidd.c86 errx(1, "%s: %s", optarg, hstrerror(h_errno));
/freebsd-11-stable/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.c77 errx(1, "%s: %s", optarg, hstrerror(h_errno));
/freebsd-11-stable/usr.sbin/bluetooth/l2control/
H A Dl2control.c72 errx(1, "%s: %s", optarg, hstrerror(h_errno));
/freebsd-11-stable/usr.sbin/bluetooth/sdpcontrol/
H A Dsdpcontrol.c73 errx(1, "%s: %s", optarg, hstrerror(h_errno));
/freebsd-11-stable/lib/libc/net/
H A DMakefile.inc62 gethostbyname.3 herror.3 gethostbyname.3 hstrerror.3 \
/freebsd-11-stable/contrib/apr/misc/unix/
H A Derrorcodes.c327 return stuffbuffer(buf, bufsize, hstrerror(err));
/freebsd-11-stable/sbin/atm/atmconfig/
H A Dnatm.c371 errx(1, "bad hostname %s: %s", argv[0], hstrerror(h_errno));
562 hstrerror(h_errno));
/freebsd-11-stable/contrib/amd/conf/transp/
H A Dtransp_sockets.c86 /* XXX: if hstrerror()/h_errno aren't portable, then need to port the next statement */
88 preferred_localhost, hstrerror(h_errno));
/freebsd-11-stable/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sppd.c101 errx(1, "%s: %s", optarg, hstrerror(h_errno));
/freebsd-11-stable/usr.sbin/bluetooth/rfcomm_pppd/
H A Drfcomm_pppd.c89 errx(1, "%s: %s", optarg, hstrerror(h_errno));
/freebsd-11-stable/usr.sbin/arp/
H A Darp.c282 xo_warnx("%s: %s", host, hstrerror(h_errno));
/freebsd-11-stable/sbin/ping/
H A Dping.c585 source, hstrerror(h_errno));
618 target, hstrerror(h_errno));
/freebsd-11-stable/contrib/amd/amd/
H A Dopts.c859 plog(XLOG_ERROR, "gethostbyname xhost(%s): %s", arg, hstrerror(h_errno));
/freebsd-11-stable/crypto/heimdal/
H A Dconfigure18222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hstrerror" >&5
18223 $as_echo_n "checking for hstrerror... " >&6; }
18247 hstrerror(17)
18268 for ac_func in hstrerror
18270 ac_fn_c_check_func "$LINENO" "hstrerror" "ac_cv_func_hstrerror"
18280 # hstrerror
18281 eval "ac_tr_func=HAVE_`echo hstrerror | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
18325 *" hstrerror.$ac_objext "* ) ;;
18326 *) LIBOBJS="$LIBOBJS hstrerror.$ac_objext"
18334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if hstrerror need
[all...]
/freebsd-11-stable/contrib/apr/
H A Dconfigure30010 # hstrerror is only needed if IPv6 is not enabled,
30013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing hstrerror" >&5
30014 $as_echo_n "checking for library containing hstrerror... " >&6; }
30028 char hstrerror ();
30032 return hstrerror ();

Completed in 221 milliseconds