Home
last modified time | relevance | path

Searched refs:DAEMON_ONLY_SANITIZE (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/busybox/busybox-1.26.2/libbb/
H A Dvfork_daemon_rexec.c264 if (!(flags & DAEMON_ONLY_SANITIZE)) { in bb_daemonize_or_rexec()
291 bb_daemonize_or_rexec(DAEMON_ONLY_SANITIZE, NULL); in bb_sanitize_stdio()
/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/printutils/
H A Dlpd.c203 bb_daemonize_or_rexec(DAEMON_DEVNULL_STDIO | DAEMON_ONLY_SANITIZE, NULL); in lpd_main()
/dports/sysutils/busybox/busybox-1.26.2/debianutils/
H A Dstart_stop_daemon.c535 + DAEMON_ONLY_SANITIZE, in start_stop_daemon_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/include/
H A Dlibbb.h1078 DAEMON_ONLY_SANITIZE = 8, /* internal use */ enumerator