Home
last modified time | relevance | path

Searched refs:GetPrintMessage (Results 1 – 9 of 9) sorted by relevance

/dports/www/wwwoffle/wwwoffle-2.9j/src/
H A Dftp.c173 msg=GetPrintMessage(Warning,"Failed to write head to remote FTP proxy; [%!s]."); in FTP_Request()
176 msg=GetPrintMessage(Warning,"Failed to write body to remote FTP proxy; [%!s]."); in FTP_Request()
244 msg=GetPrintMessage(Warning,"No reply from FTP server when connected; timed out?"); in FTP_Request()
253 msg=GetPrintMessage(Warning,"Got '%s' message when connected to FTP server.",str); in FTP_Request()
279 msg=GetPrintMessage(Warning,"No reply from FTP server to 'USER' command; timed out?"); in FTP_Request()
385 msg=GetPrintMessage(Warning,"No reply from FTP server to 'CWD' command; timed out?"); in FTP_Request()
610 msg=GetPrintMessage(Warning,"Cannot determine server address."); in FTP_Request()
621 msg=GetPrintMessage(Warning,"Got '%s' message after sending 'EPSV' command",str); in FTP_Request()
659 msg=GetPrintMessage(Warning,"Got '%s' message after sending 'PASV' command",str); in FTP_Request()
693 msg=GetPrintMessage(Warning,"Cannot open the FTP data connection [%!s]."); in FTP_Request()
[all …]
H A Dhttps.c91 …msg=GetPrintMessage(Warning,"Cannot open the https (SSL) connection to %s port %d; [%!s].",server_… in HTTPS_Open()
127 msg=GetPrintMessage(Warning,"Failed to write to remote https (SSL) proxy; [%!s]."); in HTTPS_Open()
147 …msg=GetPrintMessage(Warning,"Received error message from https (SSL) proxy; code=%d.",connect_stat… in HTTPS_Open()
156 …msg=GetPrintMessage(Warning,"Cannot secure the https (SSL) connection to %s port %d; [%!s].",serve… in HTTPS_Open()
195 …msg=GetPrintMessage(Warning,"Failed to write head to remote https (SSL) %s; [%!s].",proxyUrl?"prox… in HTTPS_Request()
198 …msg=GetPrintMessage(Warning,"Failed to write body to remote https (SSL) %s; [%!s].",proxyUrl?"prox… in HTTPS_Request()
H A Dfinger.c81 …msg=GetPrintMessage(Warning,"Cannot open the Finger connection to %s port %d; [%!s].",server_host,… in Finger_Open()
122 msg=GetPrintMessage(Warning,"Failed to write to remote Finger proxy; [%!s]."); in Finger_Request()
140 msg=GetPrintMessage(Warning,"Failed to write to remote Finger server; [%!s]."); in Finger_Request()
145 msg=GetPrintMessage(Warning,"Failed to write to remote Finger server; [%!s]."); in Finger_Request()
H A Dhttp.c80 …msg=GetPrintMessage(Warning,"Cannot open the HTTP connection to %s port %d; [%!s].",server_host,se… in HTTP_Open()
124 …msg=GetPrintMessage(Warning,"Failed to write head to remote HTTP %s; [%!s].",proxyUrl?"proxy":"ser… in HTTP_Request()
127 …msg=GetPrintMessage(Warning,"Failed to write body to remote HTTP %s; [%!s].",proxyUrl?"proxy":"ser… in HTTP_Request()
H A Dssl.c101 …msg=GetPrintMessage(Warning,"Cannot open the https (SSL) connection to %s port %d; [%!s].",server_… in SSL_Open()
109 msg=GetPrintMessage(Warning,"No port given for the https (SSL) connection to %s.",server_host); in SSL_Open()
146 msg=GetPrintMessage(Warning,"Failed to write to remote https (SSL) proxy; [%!s]."); in SSL_Request()
H A Dspool.c381 err=GetPrintMessage(Warning,"Cannot unlink outgoing request 'outgoing/%s' [%!s].",name); in DeleteOutgoingSpoolFile()
394 …{err=GetPrintMessage(Warning,"Cannot open current directory 'outgoing' [%!s].");ChangeBackToSpoolD… in DeleteOutgoingSpoolFile()
398 …{err=GetPrintMessage(Warning,"Cannot read current directory 'outgoing' [%!s].");closedir(dir);Chan… in DeleteOutgoingSpoolFile()
569 …err=GetPrintMessage(Warning,"Cannot unlink cached file '%s/%s/%s' [%!s].",Url->proto,URLToDirName(… in DeleteWebpageSpoolFile()
579 …err=GetPrintMessage(Warning,"Cannot delete what should be an empty directory '%s/%s' [%!s].",Url->… in DeleteWebpageSpoolFile()
596 …err=GetPrintMessage(Warning,"Cannot unlink cached file '%s/%s/%s' [%!s].",Url->proto,URLToDirName(… in DeleteWebpageSpoolFile()
1069 … err=GetPrintMessage(Warning,"Cannot unlink lasttime request '%s/%s' [%!s].",lasttime,name); in DeleteLastTimeSpoolFile()
1551 …err=GetPrintMessage(Warning,"Cannot unlink monitor request 'monitor/%s' [%!s].",URLToFileName(Url,… in DeleteMonitorSpoolFile()
1563 …{err=GetPrintMessage(Warning,"Cannot open current directory 'monitor' [%!s].");ChangeBackToSpoolDi… in DeleteMonitorSpoolFile()
1567 …{err=GetPrintMessage(Warning,"Cannot read current directory 'monitor' [%!s].");closedir(dir);Chang… in DeleteMonitorSpoolFile()
[all …]
H A Derrors.h49 char /*@special@*/ *GetPrintMessage(ErrorLevel errlev,const char* fmt, ...) /*@defines result@*/;
H A Derrors.c326 char *GetPrintMessage(ErrorLevel errlev,const char* fmt, ...) in GetPrintMessage() function
/dports/www/wwwoffle/wwwoffle-2.9j/
H A DChangeLog-2.8-2.8f787 Update the splint annotations for functions that use the new GetPrintMessage().
790 Handle the functions that use the new GetPrintMessage() function.
793 Use the new GetPrintMessage() function.
796 …Make PrintMessage() return nothing and add a new function GetPrintMessage() that returns an alloca…