Home
last modified time | relevance | path

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

/busybox-1.35.0/libbb/
Dvfork_daemon_rexec.c306 if (!(flags & DAEMON_ONLY_SANITIZE)) { in bb_daemonize_or_rexec()
336 bb_daemonize_or_rexec(DAEMON_ONLY_SANITIZE, NULL); in bb_sanitize_stdio()
/busybox-1.35.0/include/
Dlibbb.h1308 DAEMON_ONLY_SANITIZE = 1 << 3, /* internal use */ enumerator
1333 #define bb_daemon_helper(arg) bb_daemonize_or_rexec((arg) | DAEMON_ONLY_SANITIZE, NULL)