/third_party/curl/tests/ |
D | ftpserver.pl | 208 sub logmsg { subroutine 233 logmsg "failed to open log/server$idstr.input\n"; 265 logmsg "Error: eXsysread() failure: " . 270 logmsg "Error: eXsysread() failure: " . 291 logmsg "Error: eXsysread() failure: timed out\n"; 299 logmsg "Error: eXsysread() failure: signalled to die\n"; 304 logmsg "Warning: retrying sysread() interrupted system call\n"; 308 logmsg "Warning: retrying sysread() due to EAGAIN\n"; 312 logmsg "Warning: retrying sysread() due to EWOULDBLOCK\n"; 315 logmsg "Error: sysread() failure: $!\n"; [all …]
|
D | sshserver.pl | 201 logmsg $error; 211 logmsg "cannot find $sshdexe"; 222 logmsg $sshderror if($verbose); 223 logmsg 'SCP and SFTP tests require OpenSSH 2.9.9 or later'; 226 logmsg "ssh server found $sshd is $sshdverstr" if($verbose); 252 logmsg 'SCP and SFTP tests require OpenSSH 2.9.9 or later'; 262 logmsg "cannot find $sftpsrvexe"; 265 logmsg "sftp server plugin found $sftpsrv" if($verbose); 273 logmsg "cannot find $sftpexe"; 276 logmsg "sftp client found $sftp" if($verbose); [all …]
|
D | runtests.pl | 366 sub logmsg { subroutine 398 logmsg "runtests.pl received SIG$signame, exiting\n"; 486 logmsg "startnew: $cmd\n" if ($verbose); 492 logmsg "startnew: fork() failure detected\n"; 513 logmsg "startnew: $pidfile faked with pid=$child\n" if($verbose); 516 logmsg "startnew: failed to write fake $pidfile with pid=$child\n"; 521 logmsg "startnew: child process has failed to start\n" if($verbose); 541 logmsg "startnew: child process has died, server might start up\n" 640 logmsg " CMD: $testcmd\n" if($verbose); 652 logmsg " found no functions to make fail\n"; [all …]
|
D | sshhelp.pm | 229 sub logmsg { subroutine
|
/third_party/curl/tests/server/ |
D | rtspd.c | 214 logmsg("ProcessRequest() called with testno %ld and line [%s]", in ProcessRequest() 238 logmsg("got unknown protocol %s", prot_str); in ProcessRequest() 256 logmsg("%s", logbuf); in ProcessRequest() 259 logmsg("Are-we-friendly question received"); in ProcessRequest() 265 logmsg("Request-to-quit received"); in ProcessRequest() 287 logmsg("%s", logbuf); in ProcessRequest() 293 logmsg("fopen() failed with error: %d %s", error, strerror(error)); in ProcessRequest() 294 logmsg("Couldn't open test file %ld", req->testno); in ProcessRequest() 312 logmsg("getpart() failed with error: %d", error); in ProcessRequest() 319 logmsg("Found a reply-servercmd section!"); in ProcessRequest() [all …]
|
D | mqttd.c | 130 logmsg("Reset to defaults"); in resetdefaults() 151 logmsg("parse config file"); in getconfig() 158 logmsg("version [%d] set", config.version); in getconfig() 161 logmsg("PUBLISH-before-SUBACK set"); in getconfig() 165 logmsg("short-PUBLISH set"); in getconfig() 170 logmsg("error-CONNACK = %d", config.error_connack); in getconfig() 174 logmsg("testnum = %d", config.testnum); in getconfig() 177 logmsg("excessive-remaining set"); in getconfig() 185 logmsg("No config file '%s' to read", configfile); in getconfig() 205 logmsg("'%s'", data); in loghex() [all …]
|
D | sws.c | 246 logmsg("[%s] cmdfile says testnum %d", cmdfile, testnum); in parse_cmdfile() 267 logmsg("fopen() failed with error: %d %s", error, strerror(error)); in parse_servercmd() 268 logmsg(" Couldn't open test file %ld", req->testno); in parse_servercmd() 282 logmsg("getpart() failed with error: %d", error); in parse_servercmd() 292 logmsg("instructed to require authorization header"); in parse_servercmd() 296 logmsg("instructed to idle"); in parse_servercmd() 301 logmsg("instructed to stream"); in parse_servercmd() 306 logmsg("enabled connection monitoring"); in parse_servercmd() 310 logmsg("enabled upgrade to http2"); in parse_servercmd() 314 logmsg("swsclose: close this connection after response"); in parse_servercmd() [all …]
|
D | socksd.c | 149 logmsg("Reset to defaults"); in resetdefaults() 181 logmsg("parse config file"); in getconfig() 188 logmsg("version [%d] set", config.version); in getconfig() 192 logmsg("nmethods_min [%d] set", config.nmethods_min); in getconfig() 196 logmsg("nmethods_max [%d] set", config.nmethods_max); in getconfig() 200 logmsg("backend [%s] set", config.addr); in getconfig() 204 logmsg("backendport [%d] set", config.port); in getconfig() 208 logmsg("user [%s] set", config.user); in getconfig() 212 logmsg("password [%s] set", config.password); in getconfig() 221 logmsg("method [%d] set", config.responsemethod); in getconfig() [all …]
|
D | sockfilt.c | 236 logmsg("signalled to die"); in fullread() 244 logmsg("reading from file descriptor: %d,", filedes); in fullread() 245 logmsg("unrecoverable read() failure: (%d) %s", in fullread() 251 logmsg("got 0 reading from stdin"); in fullread() 260 logmsg("read %zd bytes", nread); in fullread() 282 logmsg("signalled to die"); in fullwrite() 290 logmsg("writing to file descriptor: %d,", filedes); in fullwrite() 291 logmsg("unrecoverable write() failure: (%d) %s", in fullwrite() 297 logmsg("put 0 writing to stdout"); in fullwrite() 306 logmsg("wrote %zd bytes", nwrite); in fullwrite() [all …]
|
D | fake_ntlm.c | 179 logmsg("fake_ntlm (user: %s) (proto: %s) (domain: %s) (cached creds: %s)", in main() 191 logmsg("fopen() failed with error: %d %s", error, strerror(error)); in main() 192 logmsg("Couldn't open test file %ld", testnum); in main() 200 logmsg("getpart() type 1 input failed with error: %d", error); in main() 208 logmsg("fopen() failed with error: %d %s", error, strerror(error)); in main() 209 logmsg("Couldn't open test file %ld", testnum); in main() 216 logmsg("getpart() type 3 input failed with error: %d", error); in main() 226 logmsg("fopen() failed with error: %d %s", error, strerror(error)); in main() 227 logmsg("Couldn't open test file %ld", testnum); in main() 236 logmsg("getpart() type 1 output failed with error: %d", error); in main() [all …]
|
D | tftpd.c | 284 logmsg("alarm!"); in timer() 459 logmsg("Couldn't create and/or open file %s for upload!", outfile); in write_behind() 653 logmsg("Error creating socket: (%d) %s", in main() 663 logmsg("setsockopt(SO_REUSEADDR) failed with error: (%d) %s", in main() 689 logmsg("Error binding socket on port %hu: (%d) %s", in main() 711 logmsg("getsockname() failed with error: (%d) %s", in main() 730 logmsg("Apparently getsockname() succeeded, with listener port zero."); in main() 731 logmsg("A valid reason for this failure is a binary built without"); in main() 732 logmsg("proper network library linkage. This might not be the only"); in main() 733 logmsg("reason, but double check it before anything else."); in main() [all …]
|
D | util.c | 99 void logmsg(const char *msg, ...) in logmsg() function 176 logmsg("Error initialising winsock -- aborting"); in win32_init() 184 logmsg("No suitable winsock.dll found -- aborting"); in win32_init() 280 logmsg("Couldn't write pid file: %s %s", filename, strerror(errno)); in write_pidfile() 294 logmsg("Wrote pid %" CURL_FORMAT_CURL_OFF_T " to %s", pid, filename); in write_pidfile() 303 logmsg("Couldn't write port file: %s %s", filename, strerror(errno)); in write_portfile() 308 logmsg("Wrote port %d to %s", port, filename); in write_portfile() 322 logmsg("Error creating lock file %s error: %d %s", in set_advisor_read_lock() 331 logmsg("Error closing lock file %s error: %d %s", in set_advisor_read_lock() 350 logmsg("Error removing lock file %s error: %d %s", in clear_advisor_read_lock() [all …]
|
D | util.h | 27 void logmsg(const char *msg, ...);
|
/third_party/toybox/toys/pending/ |
D | syslogd.c | 314 static void logmsg(char *msg, int len) in logmsg() function 482 logmsg("<46>Toybox: syslogd started", 27); //27 : the length of message in syslogd_main() 495 else if (!retval) logmsg("<46>-- MARK --", 14); in syslogd_main() 507 logmsg("<46>syslogd exiting", 19); in syslogd_main() 518 logmsg("<46>syslogd exiting", 19); in syslogd_main() 535 logmsg(buffer, len); in syslogd_main() 543 logmsg("<46>syslogd exiting", 19); in syslogd_main()
|
/third_party/ltp/testcases/kernel/sched/sched_stress/ |
D | sched.h | 54 void logmsg (const char *, ...);
|
D | sched.c | 76 void logmsg(const char *args, ...)
|
/third_party/gn/src/gn/ |
D | input_file_manager.cc | 48 std::string logmsg = name.value(); in DoLoadFile() local 50 logmsg += " (referenced from " + origin.begin().Describe(false) + ")"; in DoLoadFile() 51 g_scheduler->Log("Loading", logmsg); in DoLoadFile()
|