HomeSort by: relevance | last modified time | path
    Searched refs:bozoerr (Results 1 - 8 of 8) sorted by relevancy

  /src/libexec/httpd/
main.c 139 bozoerr(httpd, 1, "%s failed to start", progname);
175 bozoerr(&httpd, 1, "Daemon mode not enabled");
190 bozoerr(&httpd, 1,
202 bozoerr(&httpd, 1, "CGI not enabled");
216 bozoerr(&httpd, 1, "CGI not enabled");
246 bozoerr(&httpd, 1,
265 bozoerr(&httpd, 1, "Lua support not enabled");
276 bozoerr(&httpd, 1,
310 bozoerr(&httpd, 1, "User support not enabled");
342 bozoerr(&httpd, 1
    [all...]
daemon-bozo.c 110 bozoerr(httpd, 1, "Failed to install pidfile handler");
113 bozoerr(httpd, 1, "Failed to create pidfile '%s'",
146 bozoerr(httpd, 1, "getaddrinfo([%s]:%s): %s",
171 bozoerr(httpd, 1, "could not find any addresses to bind");
279 bozoerr(httpd, 1, "poll: %s",
302 bozoerr(httpd, 1, "accept: %s",
cgi-bozo.c 195 bozoerr(httpd, 1,
586 bozoerr(httpd, 1, "child socketpair failed: %s",
600 bozoerr(httpd, 1, "child fork failed: %s", strerror(errno));
619 bozoerr(httpd, 1, "child exec failed: %s: %s",
624 bozoerr(httpd, 1, "child execve returned?!");
640 bozoerr(httpd, 1, "io child fork failed: %s", strerror(errno));
663 bozoerr(httpd, 1, "write failed: %s",
lua-bozo.c 204 bozoerr(httpd, 1, "can't create Lua state");
233 bozoerr(httpd, 1, "failed to load script %s: %s", script,
236 bozoerr(httpd, 1, "failed to execute script %s: %s", script,
ssl-bozo.c 165 * bozo_ssl_err works just like bozoerr, plus the SSL error queue
310 bozoerr(httpd, 1, "SSL_new failed");
355 bozoerr(httpd, 1, "sslinfo allocation failed");
bozohttpd.c 2061 bozoerr(bozohttpd_t *httpd, int code, const char *fmt, ...) function in typeref:typename:void
2089 bozoerr(httpd, EXIT_FAILURE, "asprintf");
2240 bozoerr(httpd, 1,
2496 bozoerr(httpd, EXIT_FAILURE, "strdup");
2586 bozoerr(httpd, 1, "gethostname");
2681 bozoerr(httpd, 1, "getpwnam(%s): %s", username,
2684 bozoerr(httpd, 1, "initgroups: %s", strerror(errno));
2686 bozoerr(httpd, 1, "setgid(%u): %s", pw->pw_gid,
2697 bozoerr(httpd, 1, "chdir(%s): %s", httpd->rootdir,
2700 bozoerr(httpd, 1, "chroot(%s): %s", httpd->rootdir
    [all...]
content-bozo.c 281 bozoerr(httpd, 1, "out of memory allocating content map");
bozohttpd.h 298 void bozoerr(bozohttpd_t *, int, const char *, ...)

Completed in 17 milliseconds