Home
last modified time | relevance | path

Searched refs:httpfd (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/hercules/hercules-3.13/
H A Dversion.c191 if(httpfd<0) in display_version_2()
194 hprintf (httpfd, _("%sVersion %s\n"), prog, VERSION); in display_version_2()
201 if(httpfd<0) in display_version_2()
204 hprintf (httpfd, "%s\n", HERCULES_COPYRIGHT); in display_version_2()
214 if(httpfd<0) in display_version_2()
224 if(httpfd<0) in display_version_2()
227 hprintf (httpfd, _("Build information:\n")); in display_version_2()
234 if(httpfd<0) in display_version_2()
237 hprintf (httpfd, " (none)\n"); in display_version_2()
246 if(httpfd<0) in display_version_2()
[all …]
H A Dhostinfo.c97 DLL_EXPORT void display_hostinfo ( HOST_INFO* pHostInfo, FILE *f, int httpfd ) in display_hostinfo() argument
101 if(httpfd<0) in display_hostinfo()
109 hprintf(httpfd,"%s\n",host_info_str); in display_hostinfo()
H A Dhostinfo.h40 HI_DLL_IMPORT void display_hostinfo ( HOST_INFO* pHostInfo, FILE *f,int httpfd );
H A Dversion.h40 VER_DLL_IMPORT void display_version_2(FILE *f, char *prog, const char verbose,int httpfd);
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckcnet.c10179 return(httpfd != -1); in http_isconnected()
10191 if ( httpfd == -1 ) in http_security()
10938 if (httpfd == -1) {
11119 if (httpfd == -1) {
11472 ttyfd = httpfd;
11597 if (httpfd == -1)
11876 if (httpfd == -1)
12068 if (httpfd == -1)
12317 if (httpfd == -1)
12620 if (httpfd == -1)
[all …]
H A Dckuusr.c5879 extern int httpfd;
5884 } else if (httpfd == -1) {
5950 rc = http_connect(httpfd,agent,hdrlist,user,pass,array,rfile);