Searched refs:poop (Results 1 – 1 of 1) sorted by relevance
311 int comparehosts (poop, hp) in comparehosts() argument312 HINF * poop; in comparehosts()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);342 register HINF * poop = NULL; local367 poop = (HINF *) Hmalloc (sizeof (HINF));368 if (! poop)370 strcpy (poop->name, unknown); /* preload it */381 strncpy (poop->name, hostent->h_name, MAXHOSTNAMELEN - 2);[all …]