Searched refs:nalias (Results 1 – 1 of 1) sorted by relevance
405 int nalias = 0, naddr = 0; in _hpcopy() local420 nalias++; in _hpcopy()427 size += sizeof(char *) * (nalias + 1); in _hpcopy()458 nhp->h_aliases[nalias] = NULL; in _hpcopy()459 cp = (char *)&nhp->h_aliases[nalias + 1]; in _hpcopy()503 int naddr, nalias; in _hpmerge() local518 nalias = 0; in _hpmerge()522 for (; nalias < MAXALIASES && *pp != NULL; pp++) { in _hpmerge()524 for (j = 0; j < nalias; j++) in _hpmerge()527 if (j == nalias) in _hpmerge()[all …]