Home
last modified time | relevance | path

Searched refs:inet_ntoa_r (Results 1 – 9 of 9) sorted by relevance

/external/curl/CMake/
DCurlTests.c240 #ifndef inet_ntoa_r in main()
242 func = (func_type)inet_ntoa_r; in main()
255 #ifndef inet_ntoa_r in main()
257 func = (func_type)&inet_ntoa_r; in main()
/external/curl/m4/
Dcurl-reentrant.m4220 dnl makes function inet_ntoa_r compiler visible.
224 AC_LANG_FUNC_LINK_TRY([inet_ntoa_r])
231 AC_EGREP_CPP([inet_ntoa_r],[
239 AC_EGREP_CPP([inet_ntoa_r],[
Dcurl-functions.m43459 dnl Verify if inet_ntoa_r is available, prototyped,
3474 AC_MSG_CHECKING([if inet_ntoa_r can be linked])
3476 AC_LANG_FUNC_LINK_TRY([inet_ntoa_r])
3486 AC_MSG_CHECKING([if inet_ntoa_r is prototyped])
3487 AC_EGREP_CPP([inet_ntoa_r],[
3500 AC_MSG_CHECKING([if inet_ntoa_r takes 2 args.])
3506 if(0 != inet_ntoa_r(addr, 0))
3519 AC_MSG_CHECKING([if inet_ntoa_r takes 3 args.])
3525 if(0 != inet_ntoa_r(addr, 0, 0))
3537 AC_MSG_CHECKING([if inet_ntoa_r is compilable])
[all …]
/external/syslinux/core/lwip/src/include/ipv4/lwip/
Dinet.h99 #define inet_ntoa_r(addr, buf, buflen) ipaddr_ntoa_r((ip_addr_t*)&(addr), buf, buflen) macro
/external/curl/lib/
Dcurl_config.h.cmake289 /* Define to 1 if you have the inet_ntoa_r function. */
292 /* inet_ntoa_r() takes 2 args */
295 /* inet_ntoa_r() takes 3 args */
Dcurl_config.h.in337 /* Define to 1 if you have the inet_ntoa_r function. */
340 /* inet_ntoa_r() takes 2 args */
343 /* inet_ntoa_r() takes 3 args */
/external/curl/
DCMakeLists.txt838 check_symbol_exists(inet_ntoa_r "${CURL_INCLUDES}" HAVE_INET_NTOA_R)
Dconfigure6939 char inet_ntoa_r ();
6946 return inet_ntoa_r ();
/external/syslinux/core/lwip/
DCHANGELOG170 inet_ntoa_r/ipaddr_ntoa_r