Home
last modified time | relevance | path

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

/freebsd-12.1/release/picobsd/tinyware/simple_httpd/
H A Dsimple_httpd.c52 static 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()
H A DREADME60 daemonize without fear of output on stdout.
63 Do not daemonize. The server will not run in the background. It will
/freebsd-12.1/contrib/apr/threadproc/unix/
H A Dprocsup.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()
/freebsd-12.1/contrib/dma/
H A Ddma.c74 static int daemonize = 1; variable
250 if (daemonize && daemon(0, 0) != 0) { in go_background()
254 daemonize = 0; in go_background()
496 daemonize = 0; in main()
/freebsd-12.1/contrib/wpa/hostapd/
H A Dmain.c414 static int hostapd_global_run(struct hapd_interfaces *ifaces, int daemonize, in hostapd_global_run() argument
436 if (daemonize) { in hostapd_global_run()
644 int c, debug = 0, daemonize = 0; in main() local
699 daemonize++; in main()
891 if (hostapd_global_run(&interfaces, daemonize, pid_file)) { in main()
H A Dhostapd_cli.c2013 int daemonize = 0; in main() local
2027 daemonize = 1; in main()
2107 if (daemonize && os_daemonize(pid_file) && eloop_sock_requeue()) in main()
H A DChangeLog1139 * removed 'daemonize' configuration file option since it has not really
/freebsd-12.1/usr.sbin/apmd/
H A Dapmd.c642 int daemonize = 1; in main() local
649 daemonize = 0; in main()
666 if (daemonize) in main()
673 if (!daemonize) in main()
/freebsd-12.1/contrib/pf/ftp-proxy/
H A Dftp-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()
/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A Dwpa_priv.c1202 int daemonize = 0; in main() local
1221 daemonize++; in main()
1259 if (daemonize && os_daemonize(pid_file) && eloop_sock_requeue()) in main()
1278 if (daemonize) in main()
H A Dmain.c217 params.daemonize++; in main()
H A Dwpa_cli.c4651 int daemonize = 0; in main() local
4666 daemonize = 1; in main()
4737 if (daemonize && os_daemonize(pid_file) && eloop_sock_requeue()) in main()
H A Dwpa_supplicant_i.h130 int daemonize; member
H A Dwpa_supplicant.c6403 global->params.daemonize = params->daemonize; in wpa_supplicant_init()
6506 if (global->params.daemonize && in wpa_supplicant_run()
/freebsd-12.1/usr.sbin/uhsoctl/
H A Duhsoctl.c141 static void daemonize(struct ctx *);
984 daemonize(ctx); in at_async_owandata()
1290 daemonize(struct ctx *ctx) in daemonize() function
1502 daemonize(&ctx); in main()
/freebsd-12.1/contrib/ofed/opensm/opensm/
H A Dmain.c515 static int daemonize(osm_opensm_t * osm) in daemonize() function
1182 daemonize(&osm); in main()
/freebsd-12.1/contrib/apr/include/
H A Dapr_thread_proc.h688 APR_DECLARE(apr_status_t) apr_proc_detach(int daemonize);
/freebsd-12.1/contrib/amd/
H A Dtasks29 - hlfsd should daemonize even if -DDEBUG, then use -D nofork
H A DNEWS162 3. the debug option "daemon" *will* cause Amd to daemonize. Before, it was
163 causing Amd NOT to daemonize. This was greatly confusing, especially
165 other. If you don't want Amd to daemonize, which is useful for debugging
998 -D mem for hlfsd not on by default (so it will daemonize)
/freebsd-12.1/contrib/ntp/ntpd/
H A Dntpdbase-opts.def285 will not daemonize and will exit after the clock is first
413 daemonize. Instead of exiting with status 0 immediately after
H A Dinvoke-ntpd.texi485 will not daemonize and will exit after the clock is first
595 daemonize. Instead of exiting with status 0 immediately after
/freebsd-12.1/contrib/unbound/util/
H A Dconfiglexer.lex252 do-daemonize{COLON} { YDVAR(1, VAR_DO_DAEMONIZE) }
/freebsd-12.1/contrib/unbound/doc/
H A Dexample.conf.in237 # do-daemonize: yes
H A DChangelog5667 - Fix daemonize on Solaris 10, it did not detach from terminal.
7605 - do-daemonize config file option.
9172 - will daemonize by default now. Use -d to stay in the foreground.