Home
last modified time | relevance | path

Searched refs:daemonize (Results 1 – 24 of 24) sorted by relevance

/NextBSD/release/picobsd/tinyware/simple_httpd/
HDsimple_httpd.c52 int daemonize = 1; variable
200 if (daemonize) { in log_line()
398 daemonize = 0; in main()
415 daemonize = 0; in main()
440 if ((access(logfile,W_OK)) && daemonize) { in main()
452 if (daemonize) printf("logfile: %s\n",logfile); in main()
456 if (daemonize) { in main()
HDREADME60 daemonize without fear of output on stdout.
63 Do not daemonize. The server will not run in the background. It will
/NextBSD/contrib/apr/threadproc/unix/
HDprocsup.c19 APR_DECLARE(apr_status_t) apr_proc_detach(int daemonize) in apr_proc_detach() argument
28 if (daemonize) { in apr_proc_detach()
48 if (setsid() == -1 && daemonize) { in apr_proc_detach()
/NextBSD/contrib/dma/
HDdma.c73 static int daemonize = 1; variable
249 if (daemonize && daemon(0, 0) != 0) { in go_background()
253 daemonize = 0; in go_background()
495 daemonize = 0; in main()
/NextBSD/contrib/wpa/hostapd/
HDmain.c389 static int hostapd_global_run(struct hapd_interfaces *ifaces, int daemonize, in hostapd_global_run() argument
411 if (daemonize && os_daemonize(pid_file)) { in hostapd_global_run()
564 int c, debug = 0, daemonize = 0; in main() local
603 daemonize++; in main()
770 if (hostapd_global_run(&interfaces, daemonize, pid_file)) { in main()
HDhostapd_cli.c1344 int daemonize = 0; in main() local
1358 daemonize = 1; in main()
1447 if (daemonize && os_daemonize(pid_file)) in main()
HDChangeLog932 * removed 'daemonize' configuration file option since it has not really
/NextBSD/usr.sbin/apmd/
HDapmd.c640 int daemonize = 1; in main() local
647 daemonize = 0; in main()
664 if (daemonize) in main()
671 if (!daemonize) in main()
/NextBSD/contrib/pf/ftp-proxy/
HDftp-proxy.c129 int anonymous_only, daemonize, id_count, ipv6_mode, loglevel, max_sessions, variable
339 if (daemonize) in exit_daemon()
579 if (daemonize) in logmsg()
610 daemonize = 1; in main()
650 daemonize = 0; in main()
761 if (daemonize) { in main()
/NextBSD/contrib/wpa/wpa_supplicant/
HDwpa_priv.c1078 int daemonize = 0; in main() local
1093 daemonize++; in main()
1131 if (daemonize && os_daemonize(pid_file)) in main()
1150 if (daemonize) in main()
HDmain.c187 params.daemonize++; in main()
HDwpa_supplicant_i.h128 int daemonize; member
HDwpa_cli.c4260 int daemonize = 0; in main() local
4276 daemonize = 1; in main()
4376 if (daemonize && os_daemonize(pid_file)) in main()
HDwpa_supplicant.c4850 global->params.daemonize = params->daemonize; in wpa_supplicant_init()
4941 if (global->params.daemonize && in wpa_supplicant_run()
/NextBSD/contrib/ofed/management/opensm/opensm/
HDmain.c441 static int daemonize(osm_opensm_t * osm) in daemonize() function
959 daemonize(&osm); in main()
/NextBSD/usr.sbin/uhsoctl/
HDuhsoctl.c139 static void daemonize(struct ctx *);
982 daemonize(ctx); in at_async_owandata()
1288 daemonize(struct ctx *ctx) in daemonize() function
1500 daemonize(&ctx); in main()
/NextBSD/contrib/apr/include/
HDapr_thread_proc.h688 APR_DECLARE(apr_status_t) apr_proc_detach(int daemonize);
/NextBSD/contrib/amd/
HDtasks29 - hlfsd should daemonize even if -DDEBUG, then use -D nofork
HDNEWS920 -D mem for hlfsd not on by default (so it will daemonize)
/NextBSD/contrib/ntp/ntpd/
HDntpdbase-opts.def285 will not daemonize and will exit after the clock is first
413 daemonize. Instead of exiting with status 0 immediately after
HDinvoke-ntpd.texi485 will not daemonize and will exit after the clock is first
595 daemonize. Instead of exiting with status 0 immediately after
/NextBSD/contrib/unbound/util/
HDconfiglexer.lex228 do-daemonize{COLON} { YDVAR(1, VAR_DO_DAEMONIZE) }
/NextBSD/contrib/unbound/doc/
HDexample.conf.in177 # do-daemonize: yes
HDChangelog2512 - Fix daemonize on Solaris 10, it did not detach from terminal.
4450 - do-daemonize config file option.
6017 - will daemonize by default now. Use -d to stay in the foreground.