Searched defs:run_in_foreground (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_main.c205 boolean_t run_in_foreground = B_FALSE; local
244 run_in_foreground = B_TRUE;
280 if (ndmp_log_open_file(run_in_foreground, override_debug) != 0)
283 if (!run_in_foreground)
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmain.c176 bool run_in_foreground = false; /* -bD mode */ local
1660 run_in_foreground = true;
2319 if (!run_in_foreground && !tTd(99, 100))

Completed in 166 milliseconds