Lines Matching defs:logmsg
87 void logmsg(const char *msg, ...)
169 logmsg("Error initialising winsock -- aborting");
177 logmsg("No suitable winsock.dll found -- aborting");
303 logmsg("Couldn't write pid file: %s %s", filename, strerror(errno));
308 logmsg("Wrote pid %" CURL_FORMAT_CURL_OFF_T " to %s", pid, filename);
317 logmsg("Couldn't write port file: %s %s", filename, strerror(errno));
322 logmsg("Wrote port %d to %s", port, filename);
336 logmsg("Error creating lock file %s error: %d %s",
345 logmsg("Error closing lock file %s error: %d %s",
364 logmsg("Error removing lock file %s error: %d %s",
525 logmsg("exit_signal_handler: %d", signum);
558 logmsg("ctrl_event_handler: %lu", dwCtrlType);
572 logmsg("ctrl_event_handler: %lu -> %d", dwCtrlType, signum);
596 logmsg("main_window_proc: %d -> %d", uMsg, signum);
699 logmsg("cannot create exit event");
705 logmsg("cannot install SIGHUP handler: %s", strerror(errno));
711 logmsg("cannot install SIGPIPE handler: %s", strerror(errno));
718 logmsg("cannot install SIGALRM handler: %s", strerror(errno));
727 logmsg("cannot install SIGINT handler: %s", strerror(errno));
733 logmsg("cannot install SIGTERM handler: %s", strerror(errno));
739 logmsg("cannot install SIGBREAK handler: %s", strerror(errno));
743 logmsg("cannot install CTRL event handler");
753 logmsg("cannot start main window loop");
823 logmsg("Failed to create socket at %s: (%d) %s",
832 logmsg("Failed to connect to %s: (%d) %s",
844 logmsg("Error binding socket, failed to stat %s: (%d) %s",
850 logmsg("Error binding socket, failed to stat %s", unix_socket);
857 logmsg("Error binding socket, failed to unlink %s: (%d) %s",