Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libresolv2/common/irs/
H A Dgethostent.c253 static struct hostent *copyandmerge(struct hostent *, struct hostent *, int, int *);
323 return (copyandmerge(&he, NULL, af, error_num)); in getipnodebyname()
333 he1 = copyandmerge(he2, NULL, af, error_num); in getipnodebyname()
356 he3 = copyandmerge(he1, he2, af, error_num); in getipnodebyname()
414 he2 = copyandmerge(he1, NULL, af, error_num);
438 return (copyandmerge(he1, NULL, af, error_num));
815 copyandmerge(struct hostent *he1, struct hostent *he2, int af, int *error_num) { function