Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/tests/validate/
Dgst-tester.c92 gboolean is_tty = isatty (STDOUT_FILENO); in _run_app() local
96 is_tty ? NULL : &_stdout, NULL, &err); in _run_app()
158 gboolean is_tty = isatty (STDOUT_FILENO); in main() local
190 is_tty ? G_SUBPROCESS_FLAGS_STDIN_INHERIT : in main()
/third_party/curl/src/
Dtool_cb_wrt.c114 bool is_tty = config->global->isatty; in tool_write_cb() local
132 is_tty = TRUE; in tool_write_cb()
184 if(is_tty && (outs->bytes < 2000) && !config->terminal_binary_ok) { in tool_write_cb()
/third_party/libinput/tools/
Dshared.c53 static int is_tty = -1; in log_handler() local
55 if (is_tty == -1) in log_handler()
56 is_tty = isatty(STDOUT_FILENO); in log_handler()
58 if (is_tty) { in log_handler()
67 if (is_tty && priority >= LIBINPUT_LOG_PRIORITY_INFO) in log_handler()
/third_party/libinput/test/
Dlitest.c672 static int is_tty = -1; in litest_log_handler() local
676 if (is_tty == -1) in litest_log_handler()
677 is_tty = isatty(STDERR_FILENO); in litest_log_handler()
696 if (!is_tty) in litest_log_handler()
715 if (is_tty) in litest_log_handler()