Searched refs:copyandmerge (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | gethostent.c | 249 static struct hostent *copyandmerge(struct hostent *, struct hostent *, int, int *); 319 return (copyandmerge(&he, NULL, af, error_num)); in getipnodebyname() 329 he1 = copyandmerge(he2, NULL, af, error_num); in getipnodebyname() 352 he3 = copyandmerge(he1, he2, af, error_num); in getipnodebyname() 410 he2 = copyandmerge(he1, NULL, af, error_num); 434 return (copyandmerge(he1, NULL, af, error_num)); 811 copyandmerge(struct hostent *he1, struct hostent *he2, int af, int *error_num) { function
|