/freebsd/contrib/ntp/sntp/libevent/ |
H A D | configure.ac | 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(cp [all...] |
H A D | CMakeLists.txt | 504 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 D | event-config.h.cmake | 127 /* 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 D | config.h.in | 83 /* 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 D | evutil.c | 1506 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 D | configure | 15737 # 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 D | ChangeLog-2.0 | 329 o Do not check for gethostbyname_r versions if we have getaddrinfo (c1260b0)
|
H A D | ChangeLog | 1758 o Do not check for gethostbyname_r versions if we have getaddrinfo (c1260b0)
|
/freebsd/contrib/libevent/ |
H A D | configure.ac | 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); [all …]
|
H A D | CMakeLists.txt | 504 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 D | event-config.h.cmake | 127 /* 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 D | config.h.in | 83 /* 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 D | evutil.c | 1506 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 D | configure | 14534 (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 D | ChangeLog-2.0 | 329 o Do not check for gethostbyname_r versions if we have getaddrinfo (c1260b0)
|
H A D | ChangeLog | 1758 o Do not check for gethostbyname_r versions if we have getaddrinfo (c1260b0)
|
/freebsd/lib/libc/net/ |
H A D | Symbol.map | 21 gethostbyname_r;
|
H A D | Makefile.inc | 72 gethostbyname.3 gethostbyname_r.3 \
|
H A D | gethostnamadr.c | 484 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 D | gethostbydns.c | 660 rhe = gethostbyname_r(hname2, &rhd.host, &rhd.data, in _dns_gethostbyaddr()
|
/freebsd/include/ |
H A D | netdb.h | 263 int gethostbyname_r(const char *, struct hostent *, char *, size_t,
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | openldap.m4 | 1003 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 D | openldap-thread-check.m4 | 644 dnl gethostbyaddr_r gethostbyname_r \
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 2879 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 D | libc_ubuntu1404_abilist.txt | 1880 fun:gethostbyname_r=uninstrumented
|