Searched refs:copyandmerge (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/libbind/dist/irs/ |
H A D | gethostent.c | 238 static struct hostent *copyandmerge(struct hostent *, struct hostent *, int, int *); 308 return (copyandmerge(&he, NULL, af, error_num)); in getipnodebyname() 318 he1 = copyandmerge(he2, NULL, af, error_num); in getipnodebyname() 341 he3 = copyandmerge(he1, he2, af, error_num); in getipnodebyname() 394 he2 = copyandmerge(he1, NULL, af, error_num); in getipnodebyaddr() 418 return (copyandmerge(he1, NULL, af, error_num)); in getipnodebyaddr() 795 copyandmerge(struct hostent *he1, struct hostent *he2, int af, int *error_num) { in copyandmerge() function
|