Home
last modified time | relevance | path

Searched refs: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; in main() local
244 run_in_foreground = B_TRUE; in main()
280 if (ndmp_log_open_file(run_in_foreground, override_debug) != 0) in main()
283 if (!run_in_foreground) in main()
/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))