Lines Matching defs:hst
371 chkplushost(int good, FILE *fhost, char *hst)
391 fatal("address for your hostname (%s) not matched", hst);
600 char hst[NI_MAXHOST], ip[NI_MAXHOST];
617 error = getnameinfo(f, f->sa_len, hst, sizeof(hst), NULL, 0,
620 error = getnameinfo(f, f->sa_len, hst, sizeof(hst), NULL, 0,
625 fatal("Host name for your address (%s) unknown", hst);
628 (void)strlcpy(fromb, hst, sizeof(fromb));
632 error = getnameinfo(f, f->sa_len, hst, sizeof(hst), NULL, 0,
647 if (!error && !strcmp(hst, ip))
669 chkplushost(good, hostf, hst);
678 chkplushost(good, hostf, hst);