Home
last modified time | relevance | path

Searched refs:nhp (Results 1 – 2 of 2) sorted by relevance

/original-bsd/usr.sbin/sendmail/src/
H A Denvelope.c339 register HDR **nhp; local
357 nhp = &e->e_header;
360 *nhp = (HDR *) xalloc(sizeof *bh);
361 bcopy((char *) bh, (char *) *nhp, sizeof *bh);
363 nhp = &(*nhp)->h_link;
/original-bsd/sbin/mountd/
H A Dmountd.c1308 struct hostent *hp, *nhp; local
1340 nhp = grp->gr_ptr.gt_hostent = (struct hostent *)
1342 if (nhp == (struct hostent *)NULL)
1344 memmove(nhp, hp, sizeof(struct hostent));
1346 nhp->h_name = (char *)malloc(i);
1347 if (nhp->h_name == (char *)NULL)
1349 memmove(nhp->h_name, hp->h_name, i);
1354 naddrp = nhp->h_addr_list = (char **)