Searched refs:stdin (Results 1 – 20 of 20) sorted by relevance
/Zephyr-Core-3.7.0/scripts/pylib/pytest-twister-harness/tests/resources/ |
D | shell_simulator.py | 18 for line in sys.stdin:
|
/Zephyr-Core-3.7.0/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | binary_adapter.py | 93 self._process.stdin.write(data) 94 self._process.stdin.flush()
|
D | hardware_adapter.py | 173 stdin=master,
|
/Zephyr-Core-3.7.0/lib/libc/minimal/include/ |
D | stdio.h | 29 #define stdin ((FILE *) 1) macro
|
/Zephyr-Core-3.7.0/drivers/serial/ |
D | Kconfig.native_posix | 29 bool "Connect the UART to the invoking shell stdin/stdout" 31 Connect this UART to the stdin & stdout of the calling shell/terminal
|
D | uart_native_ptty_bottom.c | 42 if (feof(stdin)) { in np_uart_stdin_poll_in_bottom()
|
/Zephyr-Core-3.7.0/scripts/coredump/ |
D | coredump_gdbserver.py | 26 self.in_stream = sys.stdin.buffer
|
/Zephyr-Core-3.7.0/lib/libc/picolibc/ |
D | libc-hooks.c | 60 FILE *const stdin = &__stdin; variable
|
/Zephyr-Core-3.7.0/scripts/west_commands/runners/ |
D | bossac.py | 243 elif not sys.stdin.isatty():
|
D | nxp_s32dbg.py | 170 if not sys.stdin.isatty():
|
D | nrf_common.py | 134 elif not sys.stdin.isatty():
|
/Zephyr-Core-3.7.0/scripts/pylib/pytest-twister-harness/tests/device/ |
D | hardware_adapter_test.py | 233 stdin=123,
|
/Zephyr-Core-3.7.0/tests/lib/sprintf/src/ |
D | main.c | 893 ret = fputc('T', stdin); in ZTEST() 915 ret = fwrite("This 3", 1, 4, stdin); in ZTEST()
|
/Zephyr-Core-3.7.0/doc/connectivity/networking/api/ |
D | sockets.rst | 55 among sockets, files, special devices (like stdin/stdout), etc. Internally, 58 of the POSIX subsystem (filesystem, stdin/stdout) is not enabled.
|
/Zephyr-Core-3.7.0/scripts/pylib/twister/twisterlib/ |
D | handlers.py | 352 subprocess.call(["stty", "sane"], stdin=sys.stdout) 637 stdin=master, 1038 subprocess.call(["stty", "sane"], stdin=sys.stdout)
|
/Zephyr-Core-3.7.0/scripts/dts/python-devicetree/src/devicetree/ |
D | dtlib.py | 1982 return sys.stdin.buffer if "b" in mode else sys.stdin
|
/Zephyr-Core-3.7.0/scripts/tests/twister/ |
D | test_handlers.py | 615 call_mock.assert_any_call(['stty', 'sane'], stdin=mock.ANY) 1990 def mock_popen(command, stdout=None, stdin=None, stderr=None, cwd=None): argument
|
/Zephyr-Core-3.7.0/doc/services/portability/posix/option_groups/ |
D | index.rst | 169 stdin,
|
/Zephyr-Core-3.7.0/boards/native/native_sim/doc/ |
D | index.rst | 315 can be connected to the Linux process stdin/stdout or a newly created 523 output to the executable's ``stdin`` and ``stdout``.
|
/Zephyr-Core-3.7.0/scripts/ci/ |
D | check_compliance.py | 211 stdin=diff.stdout,
|