Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/
H A Dconfigure.ac423 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(cp
[all...]
H A DCMakeLists.txt504 gethostbyname_r
517 # Get the gethostbyname_r prototype.
519 CHECK_PROTOTYPE_DEFINITION(gethostbyname_r
520 "int gethostbyname_r(const char *name, struct hostent *hp, struct hostent_data *hdata)"
525 CHECK_PROTOTYPE_DEFINITION(gethostbyname_r
526 …"struct hostent *gethostbyname_r(const char *name, struct hostent *hp, char *buf, size_t buflen, i…
531 CHECK_PROTOTYPE_DEFINITION(gethostbyname_r
532 …"int gethostbyname_r(const char *name, struct hostent *hp, char *buf, size_t buflen, struct hosten…
H A Devent-config.h.cmake127 /* Define this if you have any gethostbyname_r() */
130 /* Define this if gethostbyname_r takes 3 arguments */
133 /* Define this if gethostbyname_r takes 5 arguments */
136 /* Define this if gethostbyname_r takes 6 arguments */
H A Dconfig.h.in83 /* Define this if you have any gethostbyname_r() */
86 /* Define this if gethostbyname_r takes 3 arguments */
89 /* Define this if gethostbyname_r takes 5 arguments */
92 /* Define this if gethostbyname_r takes 6 arguments */
H A Devutil.c1506 r = gethostbyname_r(nodename, &hostent, buf, sizeof(buf), &ent, in evutil_getaddrinfo()
1511 ent = gethostbyname_r(nodename, &hostent, buf, sizeof(buf), in evutil_getaddrinfo()
1517 err = gethostbyname_r(nodename, &hostent, &data); in evutil_getaddrinfo()
H A Dconfigure15737 # Check for gethostbyname_r in all its glorious incompatible versions.
15742 ac_fn_c_check_func "$LINENO" "gethostbyname_r" "ac_cv_func_gethostbyname_r"
15746 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how many arguments gethostbyname_r() wants" >&5
15747 printf %s "checking how many arguments gethostbyname_r() wants... " >&6; }
15762 (void)gethostbyname_r(cp1,h1,cp2,i1,&h2,&i2);
15793 (void)gethostbyname_r(cp1,h1,cp2,i1,&i2);
15824 (void) gethostbyname_r(cp1,h1,&hd);
H A DChangeLog-2.0329 o Do not check for gethostbyname_r versions if we have getaddrinfo (c1260b0)
H A DChangeLog1758 o Do not check for gethostbyname_r versions if we have getaddrinfo (c1260b0)
/freebsd/contrib/libevent/
H A Dconfigure.ac423 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);
[all …]
H A DCMakeLists.txt504 gethostbyname_r
517 # Get the gethostbyname_r prototype.
519 CHECK_PROTOTYPE_DEFINITION(gethostbyname_r
520 "int gethostbyname_r(const char *name, struct hostent *hp, struct hostent_data *hdata)"
525 CHECK_PROTOTYPE_DEFINITION(gethostbyname_r
526 …"struct hostent *gethostbyname_r(const char *name, struct hostent *hp, char *buf, size_t buflen, i…
531 CHECK_PROTOTYPE_DEFINITION(gethostbyname_r
532 …"int gethostbyname_r(const char *name, struct hostent *hp, char *buf, size_t buflen, struct hosten…
H A Devent-config.h.cmake127 /* Define this if you have any gethostbyname_r() */
130 /* Define this if gethostbyname_r takes 3 arguments */
133 /* Define this if gethostbyname_r takes 5 arguments */
136 /* Define this if gethostbyname_r takes 6 arguments */
H A Dconfig.h.in83 /* Define this if you have any gethostbyname_r() */
86 /* Define this if gethostbyname_r takes 3 arguments */
89 /* Define this if gethostbyname_r takes 5 arguments */
92 /* Define this if gethostbyname_r takes 6 arguments */
H A Devutil.c1506 r = gethostbyname_r(nodename, &hostent, buf, sizeof(buf), &ent, in evutil_getaddrinfo()
1511 ent = gethostbyname_r(nodename, &hostent, buf, sizeof(buf), in evutil_getaddrinfo()
1517 err = gethostbyname_r(nodename, &hostent, &data); in evutil_getaddrinfo()
H A Dconfigure14534 (void)gethostbyname_r(cp1,h1,cp2,i1,&h2,&i2);
14564 (void)gethostbyname_r(cp1,h1,cp2,i1,&i2);
14594 (void) gethostbyname_r(cp1,h1,&hd);
H A DChangeLog-2.0329 o Do not check for gethostbyname_r versions if we have getaddrinfo (c1260b0)
H A DChangeLog1758 o Do not check for gethostbyname_r versions if we have getaddrinfo (c1260b0)
/freebsd/lib/libc/net/
H A DSymbol.map21 gethostbyname_r;
H A DMakefile.inc72 gethostbyname.3 gethostbyname_r.3 \
H A Dgethostnamadr.c484 gethostbyname_r(const char *name, struct hostent *he, char *buffer, in gethostbyname_r() function
670 if (gethostbyname_r(name, &hd->host, hd->data, sizeof(hd->data), &rval, in gethostbyname()
H A Dgethostbydns.c660 rhe = gethostbyname_r(hname2, &rhd.host, &rhd.data, in _dns_gethostbyaddr()
/freebsd/include/
H A Dnetdb.h263 int gethostbyname_r(const char *, struct hostent *, char *, size_t,
/freebsd/contrib/ntp/sntp/m4/
H A Dopenldap.m41003 dnl check no of arguments for gethostbyname_r
1005 [AC_CACHE_CHECK(number of arguments of gethostbyname_r,
1013 (void)gethostbyname_r("segovia.cs.purdue.edu", &hent,
1023 (void)gethostbyname_r("localhost", &hent, buffer, bufsize,
1043 [set to the number of arguments gethostbyname_r() expects])
H A Dopenldap-thread-check.m4644 dnl gethostbyaddr_r gethostbyname_r \
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2879 INTERCEPTOR(int, gethostbyname_r, char *name, struct __sanitizer_hostent *ret,
2883 COMMON_INTERCEPTOR_ENTER(ctx, gethostbyname_r, name, ret, buf, buflen, result,
2888 int res = REAL(gethostbyname_r)(name, ret, buf, buflen, result, h_errnop);
2897 #define INIT_GETHOSTBYNAME_R COMMON_INTERCEPT_FUNCTION(gethostbyname_r);
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1880 fun:gethostbyname_r=uninstrumented