Symbol: bozoerr
libexec/httpd/bozohttpd.c
2096
bozoerr(httpd, EXIT_FAILURE, "asprintf");
libexec/httpd/bozohttpd.c
2247
bozoerr(httpd, 1,
libexec/httpd/bozohttpd.c
2503
bozoerr(httpd, EXIT_FAILURE, "strdup");
libexec/httpd/bozohttpd.c
2596
bozoerr(httpd, 1, "gethostname");
libexec/httpd/bozohttpd.c
2691
bozoerr(httpd, 1, "getpwnam(%s): %s", username,
libexec/httpd/bozohttpd.c
2694
bozoerr(httpd, 1, "initgroups: %s", strerror(errno));
libexec/httpd/bozohttpd.c
2696
bozoerr(httpd, 1, "setgid(%u): %s", pw->pw_gid,
libexec/httpd/bozohttpd.c
2707
bozoerr(httpd, 1, "chdir(%s): %s", httpd->rootdir,
libexec/httpd/bozohttpd.c
2710
bozoerr(httpd, 1, "chroot(%s): %s", httpd->rootdir,
libexec/httpd/bozohttpd.c
2715
bozoerr(httpd, 1, "setuid(%d): %s", uid, strerror(errno));
libexec/httpd/bozohttpd.h
299
void bozoerr(bozohttpd_t *, int, const char *, ...)
libexec/httpd/cgi-bozo.c
196
bozoerr(httpd, 1,
libexec/httpd/cgi-bozo.c
587
bozoerr(httpd, 1, "child socketpair failed: %s",
libexec/httpd/cgi-bozo.c
600
bozoerr(httpd, 1, "child fork failed: %s", strerror(errno));
libexec/httpd/cgi-bozo.c
619
bozoerr(httpd, 1, "child exec failed: %s: %s",
libexec/httpd/cgi-bozo.c
624
bozoerr(httpd, 1, "child execve returned?!");
libexec/httpd/cgi-bozo.c
640
bozoerr(httpd, 1, "io child fork failed: %s", strerror(errno));
libexec/httpd/cgi-bozo.c
652
bozoerr(httpd, 1, "write failed: %s",
libexec/httpd/content-bozo.c
281
bozoerr(httpd, 1, "out of memory allocating content map");
libexec/httpd/daemon-bozo.c
110
bozoerr(httpd, 1, "Failed to install pidfile handler");
libexec/httpd/daemon-bozo.c
113
bozoerr(httpd, 1, "Failed to create pidfile '%s'",
libexec/httpd/daemon-bozo.c
146
bozoerr(httpd, 1, "getaddrinfo([%s]:%s): %s",
libexec/httpd/daemon-bozo.c
171
bozoerr(httpd, 1, "could not find any addresses to bind");
libexec/httpd/daemon-bozo.c
279
bozoerr(httpd, 1, "poll: %s",
libexec/httpd/daemon-bozo.c
302
bozoerr(httpd, 1, "accept: %s",
libexec/httpd/lua-bozo.c
204
bozoerr(httpd, 1, "can't create Lua state");
libexec/httpd/lua-bozo.c
233
bozoerr(httpd, 1, "failed to load script %s: %s", script,
libexec/httpd/lua-bozo.c
236
bozoerr(httpd, 1, "failed to execute script %s: %s", script,
libexec/httpd/main.c
139
bozoerr(httpd, 1, "%s failed to start", progname);
libexec/httpd/main.c
175
bozoerr(&httpd, 1, "Daemon mode not enabled");
libexec/httpd/main.c
190
bozoerr(&httpd, 1,
libexec/httpd/main.c
202
bozoerr(&httpd, 1, "CGI not enabled");
libexec/httpd/main.c
216
bozoerr(&httpd, 1, "CGI not enabled");
libexec/httpd/main.c
246
bozoerr(&httpd, 1,
libexec/httpd/main.c
265
bozoerr(&httpd, 1, "Lua support not enabled");
libexec/httpd/main.c
276
bozoerr(&httpd, 1,
libexec/httpd/main.c
310
bozoerr(&httpd, 1, "User support not enabled");
libexec/httpd/main.c
342
bozoerr(&httpd, 1,
libexec/httpd/main.c
387
bozoerr(&httpd, 1, "ssl support not enabled");
libexec/httpd/ssl-bozo.c
310
bozoerr(httpd, 1, "SSL_new failed");
libexec/httpd/ssl-bozo.c
355
bozoerr(httpd, 1, "sslinfo allocation failed");