Searched refs:bb_daemonize_or_rexec (Results 1 - 16 of 16) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/console-tools/
H A Dopenvt.c26 bb_daemonize_or_rexec(DAEMON_CLOSE_EXTRA_FDS, argv);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dwatchdog.c39 bb_daemonize_or_rexec(DAEMON_CHDIR_ROOT, argv);
H A Dcrond.c162 bb_daemonize_or_rexec(DAEMON_CLOSE_EXTRA_FDS, av);
H A Ddevfsd.c427 bb_daemonize_or_rexec(0, argv);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/sysklogd/
H A Dklogd.c53 bb_daemonize_or_rexec(DAEMON_CHDIR_ROOT, argv);
H A Dsyslogd.c615 bb_daemonize_or_rexec(DAEMON_CHDIR_ROOT, argv);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dvfork_daemon_rexec.c248 void bb_daemonize_or_rexec(int flags, char **argv) function
284 bb_daemonize_or_rexec(DAEMON_ONLY_SANITIZE, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Disrv_identd.c117 bb_daemonize_or_rexec(0, argv);
H A Ddnsd.c356 bb_daemonize_or_rexec(DAEMON_CLOSE_EXTRA_FDS, argv);
H A Dzcip.c222 bb_daemonize_or_rexec(DAEMON_CHDIR_ROOT, argv);
H A Dhttpd.c2033 bb_daemonize_or_rexec(0, argv); /* don't change current directory */
H A Dinetd.c1288 bb_daemonize_or_rexec(0, argv - optind);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/debianutils/
H A Dstart_stop_daemon.c316 bb_daemonize_or_rexec(
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dlibbb.h564 * bb_daemonize_or_rexec(flags, argv) = daemonizes on MMU (and ignores argv),
566 * Thus bb_daemonize_or_rexec may cause your <applet>_main() to be re-executed
593 # define bb_daemonize_or_rexec(flags, argv) bb_daemonize_or_rexec(flags) macro
594 # define bb_daemonize(flags) bb_daemonize_or_rexec(flags, bogus)
603 void bb_daemonize_or_rexec(int flags, char **argv);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/udhcp/
H A Ddhcpd.c43 bb_daemonize_or_rexec(0, argv);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/loginutils/
H A Dlogin.c254 bb_daemonize_or_rexec(DAEMON_ONLY_SANITIZE | DAEMON_CLOSE_EXTRA_FDS, NULL);

Completed in 100 milliseconds