Home
last modified time | relevance | path

Searched refs:bozoerr (Results 1 – 8 of 8) sorted by relevance

/netbsd/libexec/httpd/
H A Dmain.c139 bozoerr(httpd, 1, "%s failed to start", progname); in usage()
175 bozoerr(&httpd, 1, "Daemon mode not enabled"); in main()
190 bozoerr(&httpd, 1, in main()
202 bozoerr(&httpd, 1, "CGI not enabled"); in main()
216 bozoerr(&httpd, 1, "CGI not enabled"); in main()
246 bozoerr(&httpd, 1, in main()
265 bozoerr(&httpd, 1, "Lua support not enabled"); in main()
276 bozoerr(&httpd, 1, in main()
310 bozoerr(&httpd, 1, "User support not enabled"); in main()
342 bozoerr(&httpd, 1, in main()
[all …]
H A Ddaemon-bozo.c110 bozoerr(httpd, 1, "Failed to install pidfile handler"); in create_pidfile()
113 bozoerr(httpd, 1, "Failed to create pidfile '%s'", in create_pidfile()
146 bozoerr(httpd, 1, "getaddrinfo([%s]:%s): %s", in bozo_daemon_init()
171 bozoerr(httpd, 1, "could not find any addresses to bind"); in bozo_daemon_init()
279 bozoerr(httpd, 1, "poll: %s", in bozo_daemon_fork()
302 bozoerr(httpd, 1, "accept: %s", in bozo_daemon_fork()
H A Dcgi-bozo.c197 bozoerr(httpd, 1, in finish_cgi_output()
588 bozoerr(httpd, 1, "child socketpair failed: %s", in bozo_process_cgi()
602 bozoerr(httpd, 1, "child fork failed: %s", strerror(errno)); in bozo_process_cgi()
621 bozoerr(httpd, 1, "child exec failed: %s: %s", in bozo_process_cgi()
626 bozoerr(httpd, 1, "child execve returned?!"); in bozo_process_cgi()
642 bozoerr(httpd, 1, "io child fork failed: %s", strerror(errno)); in bozo_process_cgi()
667 bozoerr(httpd, 1, "write failed: %s", in bozo_process_cgi()
H A Dlua-bozo.c204 bozoerr(httpd, 1, "can't create Lua state"); in bozo_add_lua_map()
233 bozoerr(httpd, 1, "failed to load script %s: %s", script, in bozo_add_lua_map()
236 bozoerr(httpd, 1, "failed to execute script %s: %s", script, in bozo_add_lua_map()
H A Dbozohttpd.c2056 bozoerr(bozohttpd_t *httpd, int code, const char *fmt, ...) in bozoerr() function
2084 bozoerr(httpd, EXIT_FAILURE, "asprintf"); in bozoasprintf()
2235 bozoerr(httpd, 1, in bozo_http_error()
2491 bozoerr(httpd, EXIT_FAILURE, "strdup"); in bozostrdup()
2581 bozoerr(httpd, 1, "gethostname"); in bozo_setup()
2676 bozoerr(httpd, 1, "getpwnam(%s): %s", username, in bozo_setup()
2679 bozoerr(httpd, 1, "initgroups: %s", strerror(errno)); in bozo_setup()
2681 bozoerr(httpd, 1, "setgid(%u): %s", pw->pw_gid, in bozo_setup()
2692 bozoerr(httpd, 1, "chdir(%s): %s", httpd->rootdir, in bozo_setup()
2695 bozoerr(httpd, 1, "chroot(%s): %s", httpd->rootdir, in bozo_setup()
[all …]
H A Dssl-bozo.c309 bozoerr(httpd, 1, "SSL_new failed"); in bozo_ssl_accept()
354 bozoerr(httpd, 1, "sslinfo allocation failed"); in bozo_get_sslinfo()
H A Dcontent-bozo.c281 bozoerr(httpd, 1, "out of memory allocating content map"); in bozo_get_content_map()
H A Dbozohttpd.h298 void bozoerr(bozohttpd_t *, int, const char *, ...)