Home
last modified time | relevance | path

Searched refs:stdin (Results 1 – 20 of 20) sorted by relevance

/Zephyr-Core-3.7.0/scripts/pylib/pytest-twister-harness/tests/resources/
Dshell_simulator.py18 for line in sys.stdin:
/Zephyr-Core-3.7.0/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dbinary_adapter.py93 self._process.stdin.write(data)
94 self._process.stdin.flush()
Dhardware_adapter.py173 stdin=master,
/Zephyr-Core-3.7.0/lib/libc/minimal/include/
Dstdio.h29 #define stdin ((FILE *) 1) macro
/Zephyr-Core-3.7.0/drivers/serial/
DKconfig.native_posix29 bool "Connect the UART to the invoking shell stdin/stdout"
31 Connect this UART to the stdin & stdout of the calling shell/terminal
Duart_native_ptty_bottom.c42 if (feof(stdin)) { in np_uart_stdin_poll_in_bottom()
/Zephyr-Core-3.7.0/scripts/coredump/
Dcoredump_gdbserver.py26 self.in_stream = sys.stdin.buffer
/Zephyr-Core-3.7.0/lib/libc/picolibc/
Dlibc-hooks.c60 FILE *const stdin = &__stdin; variable
/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/pylib/pytest-twister-harness/tests/device/
Dhardware_adapter_test.py233 stdin=123,
/Zephyr-Core-3.7.0/tests/lib/sprintf/src/
Dmain.c893 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/
Dsockets.rst55 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/
Dhandlers.py352 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/
Ddtlib.py1982 return sys.stdin.buffer if "b" in mode else sys.stdin
/Zephyr-Core-3.7.0/scripts/tests/twister/
Dtest_handlers.py615 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/
Dindex.rst169 stdin,
/Zephyr-Core-3.7.0/boards/native/native_sim/doc/
Dindex.rst315 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/
Dcheck_compliance.py211 stdin=diff.stdout,