Home | History | Annotate | Download | only in netbsd

Lines Matching full:h_name

192 	rs->host.h_name = NULL;
235 rs->host.h_name = bp;
237 /* The qname can be abbreviated, but h_name is now absolute. */
238 qname = rs->host.h_name;
297 rs->host.h_name = bp;
352 rs->host.h_name = bp;
367 rs->host.h_name = bp;
382 if (strcasecmp(rs->host.h_name, bp) != 0) {
384 AskedForGot, rs->host.h_name, bp);
403 rs->host.h_name = bp;
447 if (!rs->host.h_name) {
452 rs->host.h_name = bp;
583 rs->host.h_name = rs->hostbuf;
617 rs->host.h_name = rs->hostbuf;
777 rs->host.h_name = cp;
850 if (strcasecmp(p->h_name, name) != 0) {
861 bufsize = strlen(p->h_name) + 2 +
873 src = p->h_name;
901 rs->host.h_name = ptr;