/third_party/curl/tests/ |
D | ftpserver.pl | 222 logmsg "failed to open $logdir/server$idstr.input\n"; 254 logmsg "Error: eXsysread() failure: " . 259 logmsg "Error: eXsysread() failure: " . 280 logmsg "Error: eXsysread() failure: timed out\n"; 288 logmsg "Error: eXsysread() failure: signalled to die\n"; 293 logmsg "Warning: retrying sysread() interrupted system call\n"; 297 logmsg "Warning: retrying sysread() due to EAGAIN\n"; 301 logmsg "Warning: retrying sysread() due to EWOULDBLOCK\n"; 304 logmsg "Error: sysread() failure: $!\n"; 308 logmsg "Error: sysread() failure: returned negative value $rc\n"; [all …]
|
D | runtests.pl | 190 sub logmsg { subroutine 433 logmsg "\n $testnum: $subject FAILED:\n"; 435 logmsg showdiff($logdir, $firstref, $secondref); 438 logmsg "FAILED\n"; 442 logmsg "FAIL: $testnum - $testname - $subject\n"; 700 logmsg "unable to get curl's version, further details are:\n"; 701 logmsg "issued command: \n"; 702 logmsg "$versioncmd \n"; 704 logmsg "command failed with: \n"; 705 logmsg "$versnoexec \n"; [all …]
|
D | sshserver.pl | 231 logmsg "$error\n"; 241 logmsg "cannot find $sshdexe\n"; 252 logmsg "$sshderror\n" if($verbose); 253 logmsg "SCP and SFTP tests require OpenSSH 2.9.9 or later\n"; 256 logmsg "ssh server found $sshd is $sshdverstr\n" if($verbose); 282 logmsg "SCP and SFTP tests require OpenSSH 2.9.9 or later\n"; 292 logmsg "cannot find $sftpsrvexe\n"; 295 logmsg "sftp server plugin found $sftpsrv\n" if($verbose); 303 logmsg "cannot find $sftpexe\n"; 306 logmsg "sftp client found $sftp\n" if($verbose); [all …]
|
D | servers.pm | 274 logmsg "Found $3 lock of '$5' ($4) by $1 ($2)\n"; 277 logmsg "Killing IMAGENAME eq $1 and PID eq $2\n"; 353 logmsg "startnew: $cmd\n" if ($verbose); 358 logmsg "startnew: fork() failure detected\n"; 382 logmsg "startnew: $pidfile faked with pid=$child\n" if($verbose); 385 logmsg "startnew: failed to write fake $pidfile with pid=$child\n"; 390 logmsg "startnew: child process has failed to start\n" if($verbose); 406 logmsg "startnew: child process has died, server might start up\n" 499 logmsg "ERROR: "; 503 logmsg "Warning: "; [all …]
|
D | runner.pm | 416 logmsg " CMD: $testcmd\n" if($verbose); 428 logmsg " found no functions to make fail\n"; 436 logmsg " $count functions found, but only fail $shallow ($percent)\n"; 448 logmsg " $count functions to make fail\n"; 468 logmsg "Fail function no: $limit at $now\r"; 491 logmsg "*** Function number $limit is now set to fail ***\n" if($gdbthis); 507 logmsg " core dumped\n"; 516 logmsg "FAIL: torture $testnum - valgrind\n"; 519 logmsg " valgrind ERROR "; 520 logmsg @e; [all …]
|
D | devtest.pl | 75 sub logmsg { subroutine 125 setlogfunc(\&logmsg);
|
D | testutil.pm | 70 sub logmsg { subroutine
|
D | serverhelp.pm | 74 sub logmsg { subroutine
|
/third_party/curl/tests/server/ |
D | rtspd.c | 216 logmsg("ProcessRequest() called with testno %ld and line [%s]", in ProcessRequest() 240 logmsg("got unknown protocol %s", prot_str); in ProcessRequest() 258 logmsg("%s", logbuf); in ProcessRequest() 261 logmsg("Are-we-friendly question received"); in ProcessRequest() 267 logmsg("Request-to-quit received"); in ProcessRequest() 289 logmsg("%s", logbuf); in ProcessRequest() 295 logmsg("fopen() failed with error: %d %s", error, strerror(error)); in ProcessRequest() 296 logmsg("Couldn't open test file %ld", req->testno); in ProcessRequest() 315 logmsg("getpart() failed with error: %d", error); in ProcessRequest() 322 logmsg("Found a reply-servercmd section!"); in ProcessRequest() [all …]
|
D | sws.c | 251 logmsg("[%s] cmdfile says testnum %d", cmdfile, testnum); in parse_cmdfile() 272 logmsg("fopen() failed with error: %d %s", error, strerror(error)); in parse_servercmd() 273 logmsg(" Couldn't open test file %ld", req->testno); in parse_servercmd() 287 logmsg("getpart() failed with error: %d", error); in parse_servercmd() 297 logmsg("instructed to require authorization header"); in parse_servercmd() 301 logmsg("instructed to idle"); in parse_servercmd() 306 logmsg("instructed to stream"); in parse_servercmd() 311 logmsg("enabled connection monitoring"); in parse_servercmd() 315 logmsg("enabled upgrade"); in parse_servercmd() 319 logmsg("swsclose: close this connection after response"); in parse_servercmd() [all …]
|
D | mqttd.c | 131 logmsg("Reset to defaults"); in resetdefaults() 152 logmsg("parse config file"); in getconfig() 159 logmsg("version [%d] set", config.version); in getconfig() 162 logmsg("PUBLISH-before-SUBACK set"); in getconfig() 166 logmsg("short-PUBLISH set"); in getconfig() 171 logmsg("error-CONNACK = %d", config.error_connack); in getconfig() 175 logmsg("testnum = %d", config.testnum); in getconfig() 178 logmsg("excessive-remaining set"); in getconfig() 186 logmsg("No config file '%s' to read", configfile); in getconfig() 206 logmsg("'%s'", data); in loghex() [all …]
|
D | socksd.c | 151 logmsg("Reset to defaults"); in resetdefaults() 193 logmsg("parse config file"); in getconfig() 200 logmsg("version [%d] set", config.version); in getconfig() 204 logmsg("nmethods_min [%d] set", config.nmethods_min); in getconfig() 208 logmsg("nmethods_max [%d] set", config.nmethods_max); in getconfig() 212 logmsg("backend [%s] set", config.addr); in getconfig() 216 logmsg("backendport [%d] set", config.port); in getconfig() 220 logmsg("user [%s] set", config.user); in getconfig() 224 logmsg("password [%s] set", config.password); in getconfig() 233 logmsg("method [%d] set", config.responsemethod); in getconfig() [all …]
|
D | sockfilt.c | 241 logmsg("signalled to die"); in fullread() 249 logmsg("reading from file descriptor: %d,", filedes); in fullread() 250 logmsg("unrecoverable read() failure: (%d) %s", in fullread() 256 logmsg("got 0 reading from stdin"); in fullread() 265 logmsg("read %zd bytes", nread); in fullread() 287 logmsg("signalled to die"); in fullwrite() 295 logmsg("writing to file descriptor: %d,", filedes); in fullwrite() 296 logmsg("unrecoverable write() failure: (%d) %s", in fullwrite() 302 logmsg("put 0 writing to stdout"); in fullwrite() 311 logmsg("wrote %zd bytes", nwrite); in fullwrite() [all …]
|
D | fake_ntlm.c | 187 logmsg("fake_ntlm (user: %s) (proto: %s) (domain: %s) (cached creds: %s)", in main() 199 logmsg("fopen() failed with error: %d %s", error, strerror(error)); in main() 200 logmsg("Couldn't open test file %ld", testnum); in main() 208 logmsg("getpart() type 1 input failed with error: %d", error); in main() 216 logmsg("fopen() failed with error: %d %s", error, strerror(error)); in main() 217 logmsg("Couldn't open test file %ld", testnum); in main() 224 logmsg("getpart() type 3 input failed with error: %d", error); in main() 234 logmsg("fopen() failed with error: %d %s", error, strerror(error)); in main() 235 logmsg("Couldn't open test file %ld", testnum); in main() 244 logmsg("getpart() type 1 output failed with error: %d", error); in main() [all …]
|
D | tftpd.c | 283 logmsg("alarm!"); in timer() 462 logmsg("Couldn't create and/or open file %s for upload!", outfile); in write_behind() 663 logmsg("Error creating socket: (%d) %s", error, sstrerror(error)); in main() 672 logmsg("setsockopt(SO_REUSEADDR) failed with error: (%d) %s", in main() 698 logmsg("Error binding socket on port %hu: (%d) %s", port, error, in main() 720 logmsg("getsockname() failed with error: (%d) %s", in main() 739 logmsg("Apparently getsockname() succeeded, with listener port zero."); in main() 740 logmsg("A valid reason for this failure is a binary built without"); in main() 741 logmsg("proper network library linkage. This might not be the only"); in main() 742 logmsg("reason, but double check it before anything else."); in main() [all …]
|
D | util.c | 99 void logmsg(const char *msg, ...) in logmsg() function 181 logmsg("Error initialising winsock -- aborting"); in win32_init() 189 logmsg("No suitable winsock.dll found -- aborting"); in win32_init() 315 logmsg("Couldn't write pid file: %s %s", filename, strerror(errno)); in write_pidfile() 320 logmsg("Wrote pid %" CURL_FORMAT_CURL_OFF_T " to %s", pid, filename); in write_pidfile() 329 logmsg("Couldn't write port file: %s %s", filename, strerror(errno)); in write_portfile() 334 logmsg("Wrote port %d to %s", port, filename); in write_portfile() 348 logmsg("Error creating lock file %s error: %d %s", in set_advisor_read_lock() 357 logmsg("Error closing lock file %s error: %d %s", in set_advisor_read_lock() 376 logmsg("Error removing lock file %s error: %d %s", in clear_advisor_read_lock() [all …]
|
D | util.h | 29 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() 546 logmsg(buffer, len); in syslogd_main() 554 logmsg("<46>syslogd exiting", 19); in syslogd_main()
|
/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()
|
/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/curl/ |
D | CHANGES | 6781 - runtests: buffer logmsg while running singletest() 8540 Log messages generated with logmsg can now be buffered and returned from 8548 which don't always use logmsg. These modes also impact some servers 8555 - runtests: more consistently use logmsg in server control code 8583 - runtests: turn a print into a logmsg 9332 The logmsg messages were thrown away before, so they are now available
|