Searched refs:stdout_is_tty (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dutil.c350 bool stdout_is_tty, stderr_is_tty; local
403 stdout_is_tty = isatty(STDOUT_FILENO);
406 if (!stdout_is_tty || !stderr_is_tty) {
422 if (!stdout_is_tty)

Completed in 38 milliseconds