hstrerror
printf("getrrsetbyname: %s\n", hstrerror(error));
printf("getrrsetbyname: %s", hstrerror(error));
const char *hstrerror(int);
DE_CONST(hstrerror(*__h_errno()), t);
warnx("Error resolving %s (%s)", *ahost, hstrerror(h_errno));
name, hstrerror(h_errno));
optarg, hstrerror(h_errno));
optarg, hstrerror(h_errno));
hstrerror(h_errno));
hstrerror(h_errno));
optarg, hstrerror(h_errno));
hstrerror(h_errno));
hstrerror(h_errno));
errx(1, "%s: %s", host, hstrerror(h_errno));
errx(1, "%s: %s", host, hstrerror(h_errno));
warnx("%s: %s", host, hstrerror(h_errno));
optarg, hstrerror(h_errno));
optarg, hstrerror(h_errno));
hstrerror(h_errno));
warnx("Error resolving %s (%s)", name, hstrerror(h_errno));
yp_log(LOG_WARNING, "%s: %s", p, hstrerror(h_errno));
hstrerror(h_errno));