Home
last modified time | relevance | path

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

/dports/devel/distcc/distcc-3.3.5/src/
H A Ddopt.c73 int opt_no_fork = 0; variable
156 { "no-fork", 0, POPT_ARG_NONE, &opt_no_fork, 0, 0, 0 },
376 opt_no_fork = 1; in distccd_parse_options()
H A Ddopt.h36 extern int opt_no_fork;
H A Ddparent.c153 if (opt_no_fork) { in dcc_standalone_server()