HomeSort by: relevance | last modified time | path
    Searched refs:hstrerror (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/crypto/external/bsd/heimdal/dist/lib/roken/
hstrerror.c 1 /* $NetBSD: hstrerror.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */
41 #define hstrerror broken_proto macro
45 #undef hstrerror macro
70 hstrerror(int herr) function
77 return "Error number out of range (hstrerror)";
roken.h.in 609 #define hstrerror rk_hstrerror
613 ROKEN_LIB_FUNCTION const char * ROKEN_LIB_CALL hstrerror(int);
  /src/usr.bin/talk/
get_addrs.c 64 hstrerror(h_errno));
69 hstrerror(h_errno));
  /src/lib/libc/resolv/
herror.c 113 DE_CONST(hstrerror(*__h_errno()), t);
124 * hstrerror --
128 hstrerror(int err) { function
  /src/external/bsd/libbind/dist/resolv/
herror.c 108 DE_CONST(hstrerror(*__h_errno()), t);
119 * hstrerror --
123 hstrerror(int err) { function
  /src/usr.bin/btkey/
btkey.c 71 optarg, hstrerror(h_errno));
91 optarg, hstrerror(h_errno));
  /src/usr.bin/sdpquery/
sdpquery.c 93 optarg, hstrerror(h_errno));
  /src/crypto/dist/ipsec-tools/src/racoon/
getcertsbyname.c 114 #define hstrerror lwres_hstrerror macro
137 printf("getrrsetbyname: %s\n", hstrerror(error));
147 printf("getrrsetbyname: %s", hstrerror(error));
  /src/usr.sbin/ypset/
ypset.c 105 hstrerror(h_errno));
  /src/external/bsd/ntp/dist/include/
l_stdlib.h 58 extern const char * hstrerror (int);
  /src/usr.bin/ypwhich/
ypwhich.c 233 errx(1, "%s: %s", host, hstrerror(h_errno));
296 errx(1, "%s: %s", host, hstrerror(h_errno));
  /src/include/
netdb.h 338 const char *hstrerror(int);
  /src/lib/libcompat/4.3/
rexec.c 83 warnx("Error resolving %s (%s)", *ahost, hstrerror(h_errno));
  /src/usr.bin/btpin/
btpin.c 76 hstrerror(h_errno));
  /src/usr.sbin/btdevctl/
btdevctl.c 92 optarg, hstrerror(h_errno));
  /src/usr.sbin/btpand/
btpand.c 100 optarg, hstrerror(h_errno));
  /src/lib/libc/net/
Makefile.inc 60 gethostbyname.3 herror.3 gethostbyname.3 hstrerror.3 \
  /src/usr.sbin/timed/timedc/
cmds.c 107 warnx("Error resolving %s (%s)", name, hstrerror(h_errno));
  /src/external/bsd/am-utils/dist/conf/nfs_prot/
nfs_prot_osf4.h 211 extern const char *hstrerror(int err);
  /src/external/bsd/am-utils/dist/conf/transp/
transp_sockets.c 88 /* XXX: if hstrerror()/h_errno aren't portable, then need to port the next statement */
90 preferred_localhost, hstrerror(h_errno));
  /src/external/bsd/libbind/dist/include/
netdb.h 403 const char *hstrerror __P((int));
  /src/usr.bin/rfcomm_sppd/
rfcomm_sppd.c 148 hstrerror(h_errno));
  /src/usr.sbin/rarpd/
rarpd.c 594 hstrerror(h_errno));
  /src/usr.sbin/arp/
arp.c 770 warnx("%s: %s", host, hstrerror(h_errno));
  /src/external/bsd/am-utils/dist/amd/
opts.c 861 plog(XLOG_ERROR, "gethostbyname xhost(%s): %s", arg, hstrerror(h_errno));

Completed in 70 milliseconds

1 2