| /freebsd-12.1/release/picobsd/tinyware/simple_httpd/ |
| H A D | simple_httpd.c | 52 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 D | README | 60 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 D | procsup.c | 19 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 D | dma.c | 74 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 D | main.c | 414 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 D | hostapd_cli.c | 2013 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 D | ChangeLog | 1139 * removed 'daemonize' configuration file option since it has not really
|
| /freebsd-12.1/usr.sbin/apmd/ |
| H A D | apmd.c | 642 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 D | ftp-proxy.c | 129 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 D | wpa_priv.c | 1202 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 D | main.c | 217 params.daemonize++; in main()
|
| H A D | wpa_cli.c | 4651 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 D | wpa_supplicant_i.h | 130 int daemonize; member
|
| H A D | wpa_supplicant.c | 6403 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 D | uhsoctl.c | 141 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 D | main.c | 515 static int daemonize(osm_opensm_t * osm) in daemonize() function 1182 daemonize(&osm); in main()
|
| /freebsd-12.1/contrib/apr/include/ |
| H A D | apr_thread_proc.h | 688 APR_DECLARE(apr_status_t) apr_proc_detach(int daemonize);
|
| /freebsd-12.1/contrib/amd/ |
| H A D | tasks | 29 - hlfsd should daemonize even if -DDEBUG, then use -D nofork
|
| H A D | NEWS | 162 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 D | ntpdbase-opts.def | 285 will not daemonize and will exit after the clock is first 413 daemonize. Instead of exiting with status 0 immediately after
|
| H A D | invoke-ntpd.texi | 485 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 D | configlexer.lex | 252 do-daemonize{COLON} { YDVAR(1, VAR_DO_DAEMONIZE) }
|
| /freebsd-12.1/contrib/unbound/doc/ |
| H A D | example.conf.in | 237 # do-daemonize: yes
|
| H A D | Changelog | 5667 - 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.
|