Home
last modified time | relevance | path

Searched refs:gethostname (Results 1 – 5 of 5) sorted by relevance

/curl/lib/
H A Dcurl_gethostname.c70 err = gethostname(name, namelen); in Curl_gethostname()
76 err = gethostname(name, namelen); in Curl_gethostname()
H A Dcurl_config.h.cmake276 /* Define to 1 if you have the gethostname function. */
/curl/m4/
H A Dcurl-functions.m41839 dnl Verify if gethostname is available, prototyped, and
1856 AC_MSG_CHECKING([if gethostname can be linked])
1863 if(0 != gethostname(0, 0))
1875 AC_MSG_CHECKING([if gethostname is prototyped])
1876 AC_EGREP_CPP([gethostname],[
1890 AC_MSG_CHECKING([if gethostname is compilable])
1897 if(0 != gethostname(0, 0))
1910 AC_MSG_CHECKING([for gethostname arg 2 data type])
1923 if(0 != gethostname(0, 0))
1940 AC_MSG_CHECKING([if gethostname usage allowed])
[all …]
/curl/.github/scripts/
H A Dspellcheck.words283 gethostname
/curl/
H A DCMakeLists.txt485 check_function_exists("gethostname" HAVE_GETHOSTNAME)

Completed in 26 milliseconds