Home
last modified time | relevance | path

Searched refs:DAEMON_CLOSE_EXTRA_FDS (Results 1 – 9 of 9) sorted by relevance

/dports/sysutils/busybox/busybox-1.26.2/debianutils/
H A Dstart_stop_daemon.c518 bb_daemonize(DAEMON_DEVNULL_STDIO + DAEMON_CLOSE_EXTRA_FDS + DAEMON_DOUBLE_FORK); in start_stop_daemon_main()
534 + DAEMON_CLOSE_EXTRA_FDS in start_stop_daemon_main()
/dports/sysutils/busybox/busybox-1.26.2/console-tools/
H A Dopenvt.c158 bb_daemonize_or_rexec(DAEMON_CLOSE_EXTRA_FDS | DAEMON_ONLY_SANITIZE, NULL); in openvt_main()
/dports/sysutils/busybox/busybox-1.26.2/networking/
H A Dnbd-client.c68 bb_daemonize_or_rexec(DAEMON_CLOSE_EXTRA_FDS, argv); in nbdclient_main()
H A Ddnsd.c525 bb_daemonize_or_rexec(DAEMON_CLOSE_EXTRA_FDS, argv); in dnsd_main()
/dports/sysutils/busybox/busybox-1.26.2/libbb/
H A Dvfork_daemon_rexec.c283 if (!(flags & DAEMON_CLOSE_EXTRA_FDS)) in bb_daemonize_or_rexec()
/dports/sysutils/busybox/busybox-1.26.2/util-linux/
H A Dacpid.c276 bb_daemonize_or_rexec(DAEMON_CLOSE_EXTRA_FDS, argv); in acpid_main()
/dports/sysutils/busybox/busybox-1.26.2/loginutils/
H A Dlogin.c373 bb_daemonize_or_rexec(DAEMON_ONLY_SANITIZE | DAEMON_CLOSE_EXTRA_FDS, NULL); in login_main()
/dports/sysutils/busybox/busybox-1.26.2/miscutils/
H A Dcrond.c937 bb_daemonize_or_rexec(DAEMON_CLOSE_EXTRA_FDS, argv); in crond_main()
/dports/sysutils/busybox/busybox-1.26.2/include/
H A Dlibbb.h1077 DAEMON_CLOSE_EXTRA_FDS = 4, enumerator