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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Dcurl_gethostname.h25 int Curl_gethostname(char *name, GETHOSTNAME_TYPE_ARG2 namelen);
H A Dcurl_gethostname.c32 * Curl_gethostname() is a wrapper around gethostname() which allows
51 int Curl_gethostname(char *name, GETHOSTNAME_TYPE_ARG2 namelen) { function
H A Dhttp_ntlm.c1014 if(Curl_gethostname(host, HOSTNAME_MAX)) {
H A Dsmtp.c1167 if(!Curl_gethostname(localhost, sizeof localhost))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dcurl_gethostname.h25 int Curl_gethostname(char *name, GETHOSTNAME_TYPE_ARG2 namelen);
H A Dcurl_gethostname.c32 * Curl_gethostname() is a wrapper around gethostname() which allows
51 int Curl_gethostname(char *name, GETHOSTNAME_TYPE_ARG2 namelen) { function
H A Dhttp_ntlm.c1014 if(Curl_gethostname(host, HOSTNAME_MAX)) {
H A Dsmtp.c1167 if(!Curl_gethostname(localhost, sizeof localhost))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dcurl_gethostname.h25 int Curl_gethostname(char *name, GETHOSTNAME_TYPE_ARG2 namelen);
H A Dcurl_gethostname.c32 * Curl_gethostname() is a wrapper around gethostname() which allows
51 int Curl_gethostname(char *name, GETHOSTNAME_TYPE_ARG2 namelen) { function
H A Dhttp_ntlm.c1014 if(Curl_gethostname(host, HOSTNAME_MAX)) {
H A Dsmtp.c1167 if(!Curl_gethostname(localhost, sizeof localhost))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/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 */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/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 */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/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 156 milliseconds