Searched refs:_hpcopy (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/lib/libc/net/
H A Dname6.c190 static struct hostent *_hpcopy(struct hostent *, int *);
284 hp = _hpcopy(hp, errp);
383 return (_hpcopy(hp, errp));
397 * _hpcopy: allocate and copy hostent structure
400 _hpcopy(struct hostent *hp, int *errp) function
492 return (_hpcopy(hp, errp));
510 return _hpcopy(hp2, errp);
512 return _hpcopy(hp1, errp);
558 return (_hpcopy(hp, errp));
574 return _hpcopy(h
[all...]

Completed in 51 milliseconds