Home
last modified time | relevance | path

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

/third_party/curl/src/
H A Dtool_cb_wrt.c147 bool is_tty = config->global->isatty; in tool_write_cb() local
157 is_tty = TRUE; in tool_write_cb()
209 if(is_tty && (outs->bytes < 2000) && !config->terminal_binary_ok) { in tool_write_cb()
/third_party/libinput/tools/
H A Dshared.c62 static int is_tty = -1; in log_handler() local
66 if (is_tty == -1) in log_handler()
67 is_tty = isatty(STDOUT_FILENO); in log_handler()
69 if (is_tty) { in log_handler()
94 if (is_tty) in log_handler()
/third_party/libinput/test/
H A Dlitest.c670 static int is_tty = -1; in litest_log_handler() local
674 if (is_tty == -1) in litest_log_handler()
675 is_tty = isatty(STDERR_FILENO); in litest_log_handler()
694 if (!is_tty) in litest_log_handler()
713 if (is_tty) in litest_log_handler()

Completed in 8 milliseconds