hstrerror
const char *hstrerror(int);
PROTO_NORMAL(hstrerror);
DEF_WEAK(hstrerror);
v->iov_base = (char *)hstrerror(h_errno);
h_errno, h_errno ? hstrerror(h_errno) : "ok",
#define CHECKhn(x) _CHECK(x, != 0, hstrerror(h_errno))
hstrerror(h_errno));
errx(1, "%s: %s", my_machine_name, hstrerror(h_errno));
errx(1, "%s: %s", his_machine_name, hstrerror(h_errno));