Searched refs:Curl_gethostname (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_gethostname.h29 int Curl_gethostname(char *name, GETHOSTNAME_TYPE_ARG2 namelen);
H A Dcurl_gethostname.c28 * Curl_gethostname() is a wrapper around gethostname() which allows
51 int Curl_gethostname(char *name, GETHOSTNAME_TYPE_ARG2 namelen) { function
H A Dcurl_ntlm_msgs.c752 if(Curl_gethostname(host, sizeof(host))) {
H A Dsmtp.c1995 if(!Curl_gethostname(localhost, sizeof(localhost)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dchkhostname.c36 if (Curl_gethostname(buff, HOSTNAME_MAX)) {
37 printf("Curl_gethostname() failed\n");
41 /* compare the name returned by Curl_gethostname() with the expected one */

Completed in 175 milliseconds