Home
last modified time | relevance | path

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

12

/external/curl/lib/
Dhostip4.c174 h = gethostbyname_r(hostname,
193 (void)gethostbyname_r(hostname,
260 res = gethostbyname_r(hostname,
Dcurl_config.h.in244 /* Define to 1 if you have the gethostbyname_r function. */
247 /* gethostbyname_r() takes 3 args */
250 /* gethostbyname_r() takes 5 args */
253 /* gethostbyname_r() takes 6 args */
Dcurl_config.h.cmake208 /* Define to 1 if you have the gethostbyname_r function. */
211 /* gethostbyname_r() takes 3 args */
214 /* gethostbyname_r() takes 5 args */
217 /* gethostbyname_r() takes 6 args */
/external/curl/CMake/
DCurlTests.c139 rc = gethostbyname_r(address, &h, &hdata); in main()
142 rc = gethostbyname_r(address, &h, buffer, 8192, &h_errnop); in main()
146 rc = gethostbyname_r(address, &h, buffer, 8192, &hp, &h_errnop); in main()
/external/libevent/
Dconfigure.ac405 # Check for gethostbyname_r in all its glorious incompatible versions.
409 [Define this if you have any gethostbyname_r()])
411 AC_CHECK_FUNC(gethostbyname_r, [
412 AC_MSG_CHECKING([how many arguments gethostbyname_r() wants])
421 (void)gethostbyname_r(cp1,h1,cp2,i1,&h2,&i2);
425 [Define this if gethostbyname_r takes 6 arguments])
434 (void)gethostbyname_r(cp1,h1,cp2,i1,&i2);
438 [Define this if gethostbyname_r takes 5 arguments])
447 (void) gethostbyname_r(cp1,h1,&hd);
451 [Define this if gethostbyname_r takes 3 arguments])
Dconfig.h.in88 /* Define this if you have any gethostbyname_r() */
91 /* Define this if gethostbyname_r takes 3 arguments */
94 /* Define this if gethostbyname_r takes 5 arguments */
97 /* Define this if gethostbyname_r takes 6 arguments */
Devutil.c1473 r = gethostbyname_r(nodename, &hostent, buf, sizeof(buf), &ent, in evutil_getaddrinfo()
1478 ent = gethostbyname_r(nodename, &hostent, buf, sizeof(buf), in evutil_getaddrinfo()
1484 err = gethostbyname_r(nodename, &hostent, &data); in evutil_getaddrinfo()
Dconfigure14247 (void)gethostbyname_r(cp1,h1,cp2,i1,&h2,&i2);
14277 (void)gethostbyname_r(cp1,h1,cp2,i1,&i2);
14307 (void) gethostbyname_r(cp1,h1,&hd);
/external/ltp/testcases/kernel/syscalls/gethostbyname_r/
Dgethostbyname_r01.c84 retval = gethostbyname_r(name, &resbuf, temp.buffer, in check_vulnerable()
/external/curl/m4/
Dcurl-reentrant.m4290 dnl makes function gethostbyname_r compiler visible.
294 AC_LANG_FUNC_LINK_TRY([gethostbyname_r])
301 AC_EGREP_CPP([gethostbyname_r],[
307 AC_EGREP_CPP([gethostbyname_r],[
Dcurl-functions.m42647 dnl Verify if gethostbyname_r is available, prototyped,
2662 AC_MSG_CHECKING([if gethostbyname_r can be linked])
2664 AC_LANG_FUNC_LINK_TRY([gethostbyname_r])
2674 AC_MSG_CHECKING([if gethostbyname_r is prototyped])
2675 AC_EGREP_CPP([gethostbyname_r],[
2688 AC_MSG_CHECKING([if gethostbyname_r takes 3 args.])
2693 if(0 != gethostbyname_r(0, 0, 0))
2706 AC_MSG_CHECKING([if gethostbyname_r takes 5 args.])
2711 if(0 != gethostbyname_r(0, 0, 0, 0, 0))
2724 AC_MSG_CHECKING([if gethostbyname_r takes 6 args.])
[all …]
/external/python/cpython2/
Dpyconfig.h.in322 /* Define this if you have some version of gethostbyname_r() */
325 /* Define this if you have the 3-arg version of gethostbyname_r(). */
328 /* Define this if you have the 5-arg version of gethostbyname_r(). */
331 /* Define this if you have the 6-arg version of gethostbyname_r(). */
Dconfigure.ac3713 # sigh -- gethostbyname_r is a mess; it can have 3, 5 or 6 arguments :-(
3715 [Define this if you have some version of gethostbyname_r()])
3717 AC_CHECK_FUNC(gethostbyname_r, [
3719 AC_MSG_CHECKING([gethostbyname_r with 6 args])
3731 (void) gethostbyname_r(name, he, buffer, buflen, &res, &h_errnop)
3735 [Define this if you have the 6-arg version of gethostbyname_r().])
3739 AC_MSG_CHECKING([gethostbyname_r with 5 args])
3749 (void) gethostbyname_r(name, he, buffer, buflen, &h_errnop)
3754 [Define this if you have the 5-arg version of gethostbyname_r().])
3758 AC_MSG_CHECKING([gethostbyname_r with 3 args])
[all …]
Dconfigure12690 (void) gethostbyname_r(name, he, buffer, buflen, &res, &h_errnop)
12727 (void) gethostbyname_r(name, he, buffer, buflen, &h_errnop)
12762 (void) gethostbyname_r(name, he, &data);
/external/python/cpython3/
Dconfigure.ac4208 # sigh -- gethostbyname_r is a mess; it can have 3, 5 or 6 arguments :-(
4210 [Define this if you have some version of gethostbyname_r()])
4212 AC_CHECK_FUNC(gethostbyname_r, [
4214 AC_MSG_CHECKING([gethostbyname_r with 6 args])
4226 (void) gethostbyname_r(name, he, buffer, buflen, &res, &h_errnop)
4230 [Define this if you have the 6-arg version of gethostbyname_r().])
4234 AC_MSG_CHECKING([gethostbyname_r with 5 args])
4244 (void) gethostbyname_r(name, he, buffer, buflen, &h_errnop)
4249 [Define this if you have the 5-arg version of gethostbyname_r().])
4253 AC_MSG_CHECKING([gethostbyname_r with 3 args])
[all …]
Dpyconfig.h.in418 /* Define this if you have some version of gethostbyname_r() */
421 /* Define this if you have the 3-arg version of gethostbyname_r(). */
424 /* Define this if you have the 5-arg version of gethostbyname_r(). */
427 /* Define this if you have the 6-arg version of gethostbyname_r(). */
Dconfigure13975 (void) gethostbyname_r(name, he, buffer, buflen, &res, &h_errnop)
14012 (void) gethostbyname_r(name, he, buffer, buflen, &h_errnop)
14047 (void) gethostbyname_r(name, he, &data);
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc1095 TEST(MemorySanitizer, gethostbyname_r) { in TEST() argument
1100 int res = gethostbyname_r("localhost", &he, buf, sizeof(buf), &result, &err); in TEST()
1113 int res = gethostbyname_r("bad-host-name", &he, buf, sizeof(buf), &result, &err); in TEST()
1123 gethostbyname_r("localhost", &he, buf, sizeof(buf), &result, &err); in TEST()
/external/python/cpython2/Modules/
Dsocketmodule.c3489 gethostbyname_r(name, &hp_allocated, buf, buf_len,
3492 h = gethostbyname_r(name, &hp_allocated, buf, buf_len, &errnop);
3495 result = gethostbyname_r(name, &hp_allocated, &data);
/external/python/cpython3/Modules/
Dsocketmodule.c5436 gethostbyname_r(name, &hp_allocated, buf, buf_len,
5439 h = gethostbyname_r(name, &hp_allocated, buf, buf_len, &errnop);
5442 result = gethostbyname_r(name, &hp_allocated, &data);
/external/curl/docs/
DFAQ1302 B - gethostbyname_r() with 3 arguments
1303 C - gethostbyname_r() with 5 arguments
1304 D - gethostbyname_r() with 6 arguments
/external/curl/
DCMakeLists.txt867 check_symbol_exists(gethostbyname_r "${CURL_INCLUDES}" HAVE_GETHOSTBYNAME_R)
Dconfigure6794 char gethostbyname_r ();
6801 return gethostbyname_r ();
33301 char gethostbyname_r ();
33308 return gethostbyname_r ();
33370 if(0 != gethostbyname_r(0, 0, 0))
33406 if(0 != gethostbyname_r(0, 0, 0, 0, 0))
33442 if(0 != gethostbyname_r(0, 0, 0, 0, 0, 0))
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc2253 INTERCEPTOR(int, gethostbyname_r, char *name, struct __sanitizer_hostent *ret,
2257 COMMON_INTERCEPTOR_ENTER(ctx, gethostbyname_r, name, ret, buf, buflen, result,
2262 int res = REAL(gethostbyname_r)(name, ret, buf, buflen, result, h_errnop);
2271 #define INIT_GETHOSTBYNAME_R COMMON_INTERCEPT_FUNCTION(gethostbyname_r);
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1874 fun:gethostbyname_r=uninstrumented

12