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...] |