Lines Matching refs:hp
311 int comparehosts (poop, hp)313 struct hostent * hp;320 if (strcmp (poop->name, hp->h_name) != 0) { /* case-sensitive */322 if (strcasecmp (poop->name, hp->h_name) != 0) { /* normal */324 holler ("DNS fwd/rev mismatch: %s != %s", poop->name, hp->h_name);