Lines Matching refs:prefs
147 bozoprefs_t prefs; in main() local
153 (void) memset(&prefs, 0x0, sizeof(prefs)); in main()
162 bozo_set_defaults(&httpd, &prefs); in main()
182 val = bozo_get_pref(&prefs, "background") == NULL ? in main()
184 bozo_set_pref(&httpd, &prefs, "background", val); in main()
218 bozo_set_pref(&httpd, &prefs, "enable user cgibin", in main()
223 bozo_set_pref(&httpd, &prefs, "dirty environment", in main()
231 bozo_set_pref(&httpd, &prefs, "foreground", "true"); in main()
249 bozo_set_pref(&httpd, &prefs, "hide dots", "true"); in main()
253 bozo_set_pref(&httpd, &prefs, "port number", optarg); in main()
260 bozo_set_pref(&httpd, &prefs, "bind address", optarg); in main()
297 bozo_set_pref(&httpd, &prefs, "numeric", "true"); in main()
304 bozo_set_pref(&httpd, &prefs, "pid file", optarg); in main()
312 bozo_set_pref(&httpd, &prefs, "public_html", optarg); in main()
316 bozo_set_pref(&httpd, &prefs, "no log", "true"); in main()
323 bozo_set_pref(&httpd, &prefs, "directory index readme", in main()
328 bozo_set_pref(&httpd, &prefs, "server software", in main()
333 bozo_set_pref(&httpd, &prefs, "log to stderr", "true"); in main()
340 if (bozo_set_timeout(&httpd, &prefs, in main()
350 bozo_set_pref(&httpd, &prefs, "chroot dir", optarg); in main()
354 bozo_set_pref(&httpd, &prefs, "username", optarg); in main()
361 bozo_set_pref(&httpd, &prefs, "enable users", "true"); in main()
365 bozo_set_pref(&httpd, &prefs, "unknown slash", "true"); in main()
369 bozo_set_pref(&httpd, &prefs, "virtual base", optarg); in main()
376 bozo_set_pref(&httpd, &prefs, "directory indexing", in main()
381 bozo_set_pref(&httpd, &prefs, "index.html", optarg); in main()
416 bozo_setup(&httpd, &prefs, argv[1], argv[0]); in main()
428 bozo_cleanup(&httpd, &prefs); in main()