Home
last modified time | relevance | path

Searched refs:opt_daemon_mode (Results 1 – 3 of 3) sorted by relevance

/dports/devel/distcc/distcc-3.3.5/src/
H A Ddopt.c75 int opt_daemon_mode = 0; variable
144 { "daemon", 0, POPT_ARG_NONE, &opt_daemon_mode, 0, 0, 0 },
374 opt_daemon_mode = 1; in distccd_parse_options()
H A Ddopt.h39 extern int opt_daemon_mode, opt_inetd_mode;
H A Ddaemon.c124 else if (opt_daemon_mode) in dcc_should_be_inetd()