| /NextBSD/release/picobsd/tinyware/simple_httpd/ |
| HD | simple_httpd.c | 52 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()
|
| HD | README | 60 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/ |
| HD | 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()
|
| /NextBSD/contrib/dma/ |
| HD | dma.c | 73 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/ |
| HD | main.c | 389 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()
|
| HD | hostapd_cli.c | 1344 int daemonize = 0; in main() local 1358 daemonize = 1; in main() 1447 if (daemonize && os_daemonize(pid_file)) in main()
|
| HD | ChangeLog | 932 * removed 'daemonize' configuration file option since it has not really
|
| /NextBSD/usr.sbin/apmd/ |
| HD | apmd.c | 640 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/ |
| HD | 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()
|
| /NextBSD/contrib/wpa/wpa_supplicant/ |
| HD | wpa_priv.c | 1078 int daemonize = 0; in main() local 1093 daemonize++; in main() 1131 if (daemonize && os_daemonize(pid_file)) in main() 1150 if (daemonize) in main()
|
| HD | main.c | 187 params.daemonize++; in main()
|
| HD | wpa_supplicant_i.h | 128 int daemonize; member
|
| HD | wpa_cli.c | 4260 int daemonize = 0; in main() local 4276 daemonize = 1; in main() 4376 if (daemonize && os_daemonize(pid_file)) in main()
|
| HD | wpa_supplicant.c | 4850 global->params.daemonize = params->daemonize; in wpa_supplicant_init() 4941 if (global->params.daemonize && in wpa_supplicant_run()
|
| /NextBSD/contrib/ofed/management/opensm/opensm/ |
| HD | main.c | 441 static int daemonize(osm_opensm_t * osm) in daemonize() function 959 daemonize(&osm); in main()
|
| /NextBSD/usr.sbin/uhsoctl/ |
| HD | uhsoctl.c | 139 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/ |
| HD | apr_thread_proc.h | 688 APR_DECLARE(apr_status_t) apr_proc_detach(int daemonize);
|
| /NextBSD/contrib/amd/ |
| HD | tasks | 29 - hlfsd should daemonize even if -DDEBUG, then use -D nofork
|
| HD | NEWS | 920 -D mem for hlfsd not on by default (so it will daemonize)
|
| /NextBSD/contrib/ntp/ntpd/ |
| HD | 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
|
| HD | 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
|
| /NextBSD/contrib/unbound/util/ |
| HD | configlexer.lex | 228 do-daemonize{COLON} { YDVAR(1, VAR_DO_DAEMONIZE) }
|
| /NextBSD/contrib/unbound/doc/ |
| HD | example.conf.in | 177 # do-daemonize: yes
|
| HD | Changelog | 2512 - 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.
|