Home
last modified time | relevance | path

Searched refs:sysprint (Results 1 – 25 of 62) sorted by relevance

123

/dports/irc/ircproxy/ircproxy-1.3.6/src/
H A Dssl.c93 sysprint(BITMASK_ERROR, "SSL: Failed to create SSL Method object."); in ssl_init()
99 sysprint(BITMASK_ERROR, "SSL: Failed to create SSL Method object."); in ssl_init()
106 sysprint(BITMASK_ERROR, "SSL: Failed to create SSL CTX object."); in ssl_init()
115 sysprint(BITMASK_ERROR, "SSL: Failed to create SSL CTX object."); in ssl_init()
134sysprint(BITMASK_ERROR, "SSL: Failed to load SSL Server Certificate \"%s\".", ConfS.SSLServerCerti… in ssl_init()
140sysprint(BITMASK_ERROR, "SSL: Failed to load SSL Client Certificate \"%s\".", ConfS.SSLClientCerti… in ssl_init()
145sysprint(BITMASK_ERROR, "SSL: Failed to load SSL Server Private Key \"%s\".", ConfS.SSLServerPriva… in ssl_init()
150sysprint(BITMASK_ERROR, "SSL: Failed to load SSL Client Private Key \"%s\".", ConfS.SSLClientPriva… in ssl_init()
158 sysprint(BITMASK_ERROR, "SSL: Private key does not match the certificate public key."); in ssl_init()
163 sysprint(BITMASK_ERROR, "SSL: Private key does not match the certificate public key."); in ssl_init()
[all …]
H A Dsyscalls.c734 sysprint(BITMASK_MAIN, "Caught signal %d, %s.", Signal, nlstrsignal(Signal)); in syshandlesignal()
757 sysprint(BITMASK_MAIN, "Caught signal %d, %s.", Signal, nlstrsignal(Signal)); in syshandlesignal()
832 sysprint(BITMASK_ERROR, "Caught signal %d, %s.", Signal, nlstrsignal(Signal)); in syshandlesignal()
842 sysprint(BITMASK_MAIN, "Caught signal %d, %s.", Signal, nlstrsignal(Signal)); in syshandlesignal()
858 sysprint(BITMASK_ERROR, "Unable to create a child process: [%d] %s", errno, strerror(errno)); in sysfork()
862 sysprint(BITMASK_ERROR, "Unable to request a new session: [%d] %s", errno, strerror(errno)); in sysfork()
883 void sysprint(const unsigned long int Bitmask, const char *const LinePT, ...) { in sysprint() function
1069 sysprint(BITMASK_ERROR, "Unable to open %s: [%d] %s", PASSWD_FILE, errno, strerror(errno)); in sysgetuidfromuser()
1133 sysprint(BITMASK_ERROR, "Unable to open %s: [%d] %s", PASSWD_FILE, errno, strerror(errno)); in sysgetnamefromuser()
1204 sysprint(BITMASK_ERROR, "Unable to open %s: [%d] %s", PASSWD_FILE, errno, strerror(errno)); in sysgethomedirfromuser()
[all …]
H A Dconn_conf.c115sysprint(BITMASK_ERROR, "Unable to open connection configuration file %s: [%d] %s", File, errno, s… in conn_conf_read()
190sysprint(BITMASK_ERROR, "Connection configuration error, file %s line %d: Missing data in NICK def… in conn_conf_read()
198sysprint(BITMASK_ERROR, "Connection configuration error, file %s line %d: Missing data in AWAYNICK… in conn_conf_read()
206sysprint(BITMASK_ERROR, "Connection configuration error, file %s line %d: Missing data in USER def… in conn_conf_read()
214sysprint(BITMASK_ERROR, "Connection configuration error, file %s line %d: Missing data in HOST def… in conn_conf_read()
222sysprint(BITMASK_ERROR, "Connection configuration error, file %s line %d: Missing \"{\" in SERVERS… in conn_conf_read()
226sysprint(BITMASK_ERROR, "Connection configuration error, file %s line %d: Invalid SERVERS definiti… in conn_conf_read()
231sysprint(BITMASK_ERROR, "Connection configuration error, file %s line %d: Missing data in USERMODE… in conn_conf_read()
239sysprint(BITMASK_ERROR, "Connection configuration error, file %s line %d: Missing data in USERINFO… in conn_conf_read()
255sysprint(BITMASK_ERROR, "Connection configuration error, file %s line %d: Missing 0 or 1 for IPV6 … in conn_conf_read()
[all …]
H A Dlisten_io.c186sysprint(BITMASK_MAIN, "Listener %s(%s):%ld%s: Unable to create socket: [%d] %s", ListenS->Host, L… in listen_start()
282sysprint(BITMASK_MAIN, "Listener %s(%s):%ld%s: Unable to bind socket to address: [%d] %s", ListenS… in listen_start()
291sysprint(BITMASK_MAIN, "Listener %s(%s):%ld%s: Unable to listen on address: [%d] %s", ListenS->Hos… in listen_start()
296sysprint(BITMASK_MAIN, "Listening on %s(%s):%ld%s for incoming connections.", ListenS->Host, Liste… in listen_start()
331sysprint(BITMASK_MAIN, "Listener %s:%ld%s: inet_ntop() failed: [%d] %s", ListenS->Host, ListenS->P…
341sysprint(BITMASK_MAIN, "Listener %s:%ld%s: inet_ntop() failed: [%d] %s", ListenS->Host, ListenS->P…
351sysprint(BITMASK_MAIN, "Listener %s:%ld%s: inet_ntoa() failed: [%d] %s", ListenS->Host, ListenS->P…
384 …if (Listen_IsListening(ListenS)) { sysprint(BITMASK_MAIN, "Listener %s(%s):%ld%s has stopped.", Li…
484 …if (Count == 0) { sysprint(BITMASK_MAIN, "Unable to accept incoming connection on address \"%s(%s)…
492sysprint(BITMASK_MAIN, "Closing socket to incoming connection on address \"%s(%s):%ld\": Missing S…
[all …]
H A Dident_listen.c270sysprint(BITMASK_MAIN, "Ident daemon %s(%s):%ld: Unable to create socket: [%d] %s", IdentListenS->… in ident_listen_start()
291sysprint(BITMASK_MAIN, "Ident daemon %s(%s):%ld: Unable to get socket flags using fcntl(): [%d] %s… in ident_listen_start()
318sysprint(BITMASK_MAIN, "Ident daemon %s(%s):%ld: Unable to set Keep Alive option for socket: [%d] … in ident_listen_start()
331sysprint(BITMASK_MAIN, "Ident daemon %s(%s):%ld: Unable to set Reuse Address option for socket: [%… in ident_listen_start()
368sysprint(BITMASK_MAIN, "Ident daemon %s(%s):%ld: Unable to bind socket to address: [%d] %s", Ident… in ident_listen_start()
377sysprint(BITMASK_MAIN, "Ident daemon %s(%s):%ld: Unable to listen on address: [%d] %s", IdentListe… in ident_listen_start()
406sysprint(BITMASK_MAIN, "Ident daemon %s:%ld: Unable to resolve host %s to IP-address: [%d] %s", Id…
417sysprint(BITMASK_MAIN, "Ident daemon %s:%ld: inet_ntop() failed: [%d] %s", IdentListenS->Host, Ide…
427sysprint(BITMASK_MAIN, "Ident daemon %s:%ld: inet_ntop() failed: [%d] %s", IdentListenS->Host, Ide…
437sysprint(BITMASK_MAIN, "Ident daemon %s:%ld: inet_ntoa() failed: [%d] %s", IdentListenS->Host, Ide…
[all …]
H A Dmemlist.c96sysprint(BITMASK_ERROR, "Magic memory prefix \"%s\" corrupt on pointer %p allocated in function %s… in mem_list()
101sysprint(BITMASK_ERROR, "Magic memory postfix \"%s\" corrupt on pointer %p allocated in function %… in mem_list()
131sysprint(BITMASK_ERROR, "Memory allocation: Hex: %s Size: %s File: %s Line: %s Time: %s", PTRZSTR,… in mem_list()
135 sysprint(BITMASK_MAIN, "Memory allocations: %ld size: %ld", Allocations, AllocationsSize); in mem_list()
H A Daccess_conf.c101sysprint(BITMASK_ERROR, "Unable to open access configuration file %s: [%d] %s", File, errno, strer… in access_conf_read()
136sysprint(BITMASK_ERROR, "Access configuration error in file %s line %d: Expecting more data.", Fil… in access_conf_read()
150sysprint(BITMASK_ERROR, "Access configuration error in file %s line %d: Order incorrectly specifie… in access_conf_read()
177 …else { sysprint(BITMASK_ERROR, "Access configuration error, file %s line %d: Order incorrectly spe… in access_conf_read()
190 …else { sysprint(BITMASK_ERROR, "Access configuration error, file %s line %d: Default rule incorrec… in access_conf_read()
203sysprint(BITMASK_ERROR, "Access configuration error, file %s line %d: Invalid entry \"%s\"", File,… in access_conf_read()
H A Dident_conf.c99sysprint(BITMASK_ERROR, "Unable to open ident configuration file %s: [%d] %s", File, errno, strerr… in ident_conf_read()
129sysprint(BITMASK_ERROR, "Ident configuration error, file %s line %d: Expecting \"USERNAME\" for DE… in ident_conf_read()
144sysprint(BITMASK_ERROR, "Ident configuration error, file %s line %d: Expecting \"HOST:PORT\" in LI… in ident_conf_read()
151sysprint(BITMASK_ERROR, "Ident configuration error, file %s line %d: Expecting \"HOST:PORT\" in LI… in ident_conf_read()
H A Dmain.c267 sysprint(BITMASK_MAIN, STARTUPLN1); in main()
268 sysprint(BITMASK_MAIN, STARTUPLN2); in main()
468 sysprint(BITMASK_ERROR, "select() I/O error: [%d]: %s", errno, strerror(errno)); in main_loop()
517 sysprint(BITMASK_ERROR, "Read error to stdin: [%d]: %s", errno, strerror(errno)); in main_io()
522 sysprint(BITMASK_ERROR, "EOF to stdin."); in main_io()
631 sysprint(BITMASK_MAIN, "This is a test of MAIN print."); in main_parse()
635 sysprint(BITMASK_ERROR, "This is a test of ERROR print."); in main_parse()
686 if (Duration >= EXITTTL) { sysprint(BITMASK_MAIN, "EXIT TTL expired (>%d).", EXITTTL); } in main_exit()
H A Dautoop_conf.c94sysprint(BITMASK_ERROR, "Unable to open AutoOP configuration file %s: [%d] %s", File, errno, strer… in autoop_conf_read()
130sysprint(BITMASK_ERROR, "AutoOP configuration error in file %s line %d: Expecting more data.", Fil… in autoop_conf_read()
138sysprint(BITMASK_ERROR, "AutoOP configuration error in file %s line %d: Expecting more data.", Fil… in autoop_conf_read()
145sysprint(BITMASK_ERROR, "AutoOP configuration error in file %s line %d: Expecting more data.", Fil… in autoop_conf_read()
H A Dclient_io_ssl.c95sysprint(BITMASK_MAIN, "SSL Handshake for client %s (%s) completed successfully.", ClientS->HostNa… in client_recv_ssl()
164sysprint(BITMASK_MAIN, "SSL Handshake for client %s (%s) completed successfully.", ClientS->HostNa… in client_send_ssl()
182sysprint(BITMASK_MAIN, "Write error to client %s (%s): [%ld] %s", ClientS->HostName, ClientS->Host… in client_send_ssl()
H A Dfdcalls.c181sysprint(BITMASK_ERROR, "Wild FD %p from function %s (%s:%d) passed to function fclose().", FD, Fu… in fdcalls_fclose()
327sysprint(BITMASK_ERROR, "Wild socket %d from function %s (%s:%d) passed to function close().", Soc… in fdcalls_close()
349sysprint(BITMASK_ERROR, "Open file descriptor: %p File: %s Line: %d Function: %s", FDTableS->FD, F… in fd_print()
353sysprint(BITMASK_ERROR, "Open socket: %ld File: %s Line: %d Function: %s", SockTableS->Socket, Soc… in fd_print()
H A Dlisten_conf.c109sysprint(BITMASK_ERROR, "Unable to open listen configuration file %s: [%d] %s", File, errno, strer… in listen_conf_read()
154sysprint(BITMASK_ERROR, "Listen configuration error, file %s line %d: Expecting more data for \"%s… in listen_conf_read()
234sysprint(BITMASK_ERROR, "Listen configuration error, entry %s:%ld has SSL enabled, but %s was comp… in listen_conf_add()
/dports/sysutils/webmin/webmin-1.981/bacula-backup/
H A Drestore.cgi80 …&sysprint($h->{'infh'}, "restore client=$client jobid=$job storage=$in{'storage'}".($in{'where_def…
100 &sysprint($h->{'infh'}, "cd /\n");
104 &sysprint($h->{'infh'}, "mark *\n");
111 &sysprint($h->{'infh'}, "cd \"$fd\"\n");
115 &sysprint($h->{'infh'}, "mark \"$ff\"\n");
120 &sysprint($h->{'infh'}, "done\n");
125 &sysprint($h->{'infh'}, "yes\n");
131 &sysprint($h->{'infh'}, "1\n");
133 &sysprint($h->{'infh'}, "yes\n");
H A Dbackup.cgi16 &sysprint($h->{'infh'}, "run\n");
23 &sysprint($h->{'infh'}, "$1\n");
34 &sysprint($h->{'infh'}, "yes\n");
H A Dlabel.cgi19 &sysprint($h->{'infh'}, "label storage=$in{'storage'}\n");
26 &sysprint($h->{'infh'}, $in{'label'}."\n");
37 &sysprint($h->{'infh'}, "$1\n");
H A Dgbackup.cgi34 &sysprint($h->{'infh'}, "run\n");
39 &sysprint($h->{'infh'}, "$1\n");
49 &sysprint($h->{'infh'}, "yes\n");
H A Ddelete_volumes.cgi12 &sysprint($h->{'infh'}, "delete media volume=$d\n");
15 &sysprint($h->{'infh'}, "yes\n");
/dports/sysutils/webmin/webmin-1.981/software/
H A Dpkgadd-lib.pl236 &sysprint($ph, "y\n");
243 &sysprint($ph, "n\n");
339 &sysprint($ph, "y\n");
351 &sysprint($ph, "y\n");
/dports/textproc/tokyodystopia/tokyodystopia-0.9.15/
H A DChangeLog21 * tcqtest.c (sysprint): new function.
23 * dysttest.c (sysprint): new function.
H A Dtcwtest.c34 static void sysprint(void);
106 static void sysprint(void){ in sysprint() function
404 sysprint(); in procwrite()
451 sysprint(); in procread()
521 sysprint(); in procwicked()
H A Ddysttest.c34 static void sysprint(void);
110 static void sysprint(void){ in sysprint() function
425 sysprint(); in procwrite()
470 sysprint(); in procread()
539 sysprint(); in procwicked()
/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A Dtcamttest.c55 static void sysprint(void);
136 static void sysprint(void){ in sysprint() function
315 sysprint(); in procwrite()
385 sysprint(); in procread()
455 sysprint(); in procremove()
/dports/sysutils/webmin/webmin-1.981/htaccess-htpasswd/
H A Dhtpasswd-file-lib.pl183 &sysprint($fh, "$pass\n");
185 &sysprint($fh, "$pass\n");
/dports/sysutils/usermin/usermin-1.830/htaccess-htpasswd/
H A Dhtpasswd-file-lib.pl183 &sysprint($fh, "$pass\n");
185 &sysprint($fh, "$pass\n");

123