Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dexecute.c232 static bool is_terminal_output(ExecOutput o) { in is_terminal_output() function
253 if (is_terminal_output(c->std_output)) in exec_context_needs_term()
256 if (is_terminal_output(c->std_error)) in exec_context_needs_term()
372 is_terminal_output(output)) < 0) in connect_logger_as()
5698 is_terminal_output(ec->std_output) || in exec_context_may_touch_tty()
5699 is_terminal_output(ec->std_error); in exec_context_may_touch_tty()