Lines Matching refs:gethostbyname_r
423 dnl check getaddrinfo and gethostbyname_r for non-windows
447 # Check for gethostbyname_r in all its glorious incompatible versions.
451 [Define this if you have any gethostbyname_r()])
453 AC_CHECK_FUNC(gethostbyname_r, [
454 AC_MSG_CHECKING([how many arguments gethostbyname_r() wants])
463 (void)gethostbyname_r(cp1,h1,cp2,i1,&h2,&i2);
467 [Define this if gethostbyname_r takes 6 arguments])
476 (void)gethostbyname_r(cp1,h1,cp2,i1,&i2);
480 [Define this if gethostbyname_r takes 5 arguments])
489 (void) gethostbyname_r(cp1,h1,&hd);
493 [Define this if gethostbyname_r takes 3 arguments])
504 ]) dnl end of checking getaddrinfo and gethostbyname_r