Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/boards/native/native_posix/
Dtracing.c98 is_a_tty[0] = isatty(STDOUT_FILENO); in decide_about_color()
101 is_a_tty[1] = isatty(STDERR_FILENO); in decide_about_color()
/Zephyr-Core-3.7.0/scripts/native_simulator/native/src/
Dnsi_trace.c32 is_a_tty[0] = isatty(STDOUT_FILENO); in decide_about_color()
35 is_a_tty[1] = isatty(STDERR_FILENO); in decide_about_color()
/Zephyr-Core-3.7.0/scripts/native_simulator/common/src/
Dnsi_host_trampolines.c36 return isatty(fd); in nsi_host_isatty()
/Zephyr-Core-3.7.0/scripts/
Dtwister217 if (os.name != "nt") and os.isatty(1):
/Zephyr-Core-3.7.0/scripts/west_commands/runners/
Dbossac.py243 elif not sys.stdin.isatty():
Dnxp_s32dbg.py170 if not sys.stdin.isatty():
Dnrf_common.py134 elif not sys.stdin.isatty():
/Zephyr-Core-3.7.0/scripts/tests/twister/
Dtest_handlers.py566 isatty argument
601 mock.patch('sys.stdout.isatty', return_value=isatty):
614 if isatty:
1969 isatty, argument
2031 mock.patch('sys.stdout.isatty', return_value=isatty):
/Zephyr-Core-3.7.0/lib/libc/newlib/
Dlibc-hooks.c264 __weak FUNC_ALIAS(_isatty, isatty, int);
/Zephyr-Core-3.7.0/scripts/pylib/twister/twisterlib/
Dhandlers.py351 if sys.stdout.isatty():
1037 if sys.stdout.isatty():