Searched refs:gethostname (Results 1 – 5 of 5) sorted by relevance
70 err = gethostname(name, namelen); in Curl_gethostname()76 err = gethostname(name, namelen); in Curl_gethostname()
276 /* Define to 1 if you have the gethostname function. */
1745 dnl Verify if gethostname is available, prototyped, and1762 AC_MSG_CHECKING([if gethostname can be linked])1769 if(0 != gethostname(0, 0))1781 AC_MSG_CHECKING([if gethostname is prototyped])1782 AC_EGREP_CPP([gethostname],[1796 AC_MSG_CHECKING([if gethostname is compilable])1803 if(0 != gethostname(0, 0))1816 AC_MSG_CHECKING([for gethostname arg 2 data type])1829 if(0 != gethostname(0, 0))1846 AC_MSG_CHECKING([if gethostname usage allowed])[all …]
283 gethostname
516 check_function_exists("gethostname" HAVE_GETHOSTNAME)
Completed in 32 milliseconds